Skip to content

Commit

Permalink
Prepare v2.5.6 release (#306)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v2.5.6 release.

## Short description of the changes
- Updates version to 2.5.6
- Update quickstart to use newest version
- Add changelog entry
  • Loading branch information
MikeGoldsmith authored Nov 16, 2022
1 parent d9aa587 commit f30bc21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Honeycomb Kubernetes Agent Changelog

## 2.5.6 2022-11-16

### Fixes

- Add support for building sample keys from integer fields (#304) | [@puckpuck](https://github.com/puckpuck)

## 2.5.5 2022-11-7

### Fixes

- Put the k8s metadata processor first (#302) | @kentquirk
- Put the k8s metadata processor first (#302) | [@kentquirk](https://github.com/kentquirk)

### 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.5
image: honeycombio/honeycomb-kubernetes-agent:2.5.6
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.5
2.5.6

0 comments on commit f30bc21

Please sign in to comment.