Skip to content

Commit

Permalink
prepare 2.5.5 release (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Nov 7, 2022
1 parent 1c66649 commit d68d2d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Honeycomb Kubernetes Agent Changelog

## 2.5.5 2022-11-7

### Fixes

- Put the k8s metadata processor first (#302) | @kentquirk

### Maintenance

- Bump github.com/honeycombio/libhoney-go from 1.17.0 to 1.18.0 (#300)
- Bump k8s.io/kubelet from 0.25.2 to 0.25.3 (#299)
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#298)
- Bump github.com/bmatcuk/doublestar/v4 from 4.2.0 to 4.3.0 (#297)

## 2.5.4 2022-09-27

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: honeycombio/honeycomb-kubernetes-agent:2.5.4
image: honeycombio/honeycomb-kubernetes-agent:2.5.5
imagePullPolicy: IfNotPresent
name: honeycomb-agent
resources:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.4
2.5.5

0 comments on commit d68d2d6

Please sign in to comment.