Skip to content

Commit

Permalink
rel: prepare v2.7.3 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Sep 19, 2024
1 parent 7a198fe commit 989af99
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Honeycomb Kubernetes Agent Changelog

## 2.7.3 2024-09-19

## Fixes

- fix: retry watcher if it stops; fixes #416 (#418) | @lizthegrey

## Maintenance

- maint(deps): bump the minor-patch group across 1 directory with 4 updates (#422) | [dependabot[bot]](https://github.com/dependabot[bot])
- docs: update vulnerability reporting process (#420) | @robbkidd
- maint(deps): bump the minor-patch group with 6 updates (#419) | [dependabot[bot]](https://github.com/dependabot[bot])
- maint(deps): upgrade to supported Go version, upgrade all deps (#417) | @lizthegrey
- maint(deps): bump the minor-patch group with 4 updates (#414) | [dependabot[bot]](https://github.com/dependabot[bot])
- maint(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#411) | [dependabot[bot]](https://github.com/dependabot[bot])
- maint(deps): bump the minor-patch group with 6 updates (#413) | [dependabot[bot]](https://github.com/dependabot[bot])
- maint: group patch updates for go deps (#412) | @codeboten
- maint: add labels to release.yml for auto-generated grouping (#410) | @JamieDanielson

## 2.7.2 2024-02-06

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

0 comments on commit 989af99

Please sign in to comment.