diff --git a/CHANGELOG.md b/CHANGELOG.md index 7459da19..84297f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Honeycomb Kubernetes Agent Changelog +## 2.7.0 2022-03-13 + +### Fixes +- fix: Validate label selector and paths are mutually exclusive (#334) | @TylerHelmuth +- fix: do not accumulate if pod is not there anymore #333 (#348) | @enc + +### Maintenance +- maint(deps): bump k8s.io/kubelet from 0.26.1 to 0.26.2 (#347) +- maint(deps): bump k8s.io/client-go from 0.26.1 to 0.26.2 (#345) +- maint(deps): bump github.com/honeycombio/dynsampler-go (#339) +- maint(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#342) +- maint(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#344) +- docs: Update keyval docs (#340) | @TylerHelmuth +- docs: Add paths and exclude docs (#338) | @TylerHelmuth +- maint(deps): bump k8s.io/client-go from 0.25.2 to 0.26.1 (#337) +- maint(deps): bump k8s.io/kubelet from 0.25.3 to 0.26.1 (#335) +- maint(deps): bump github.com/bmatcuk/doublestar/v4 from 4.3.0 to 4.6.0 (#326) +- Bump github.com/honeycombio/honeytail from 1.8.1 to 1.8.2 (#316) +- maint: don't spam the logs with filtered-out filenames (#331) | @kentquirk +- Update CODEOWNERS (#328) | @TylerHelmuth +- chore: update workflows (#327) | @kentquirk +- chore: add maint: prefix to dependabot prs (#319) | @JamieDanielson +- ci: update validate PR title workflow (#312) | @pkanal +- ci: validate PR title (#311) | @pkanal + ## 2.6.0 2022-11-21 ### Added diff --git a/examples/quickstart.yaml b/examples/quickstart.yaml index c5c9e02e..b55407cb 100644 --- a/examples/quickstart.yaml +++ b/examples/quickstart.yaml @@ -119,7 +119,7 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP - image: honeycombio/honeycomb-kubernetes-agent:2.6.0 + image: honeycombio/honeycomb-kubernetes-agent:2.7.0 imagePullPolicy: IfNotPresent name: honeycomb-agent resources: diff --git a/version.txt b/version.txt index e70b4523..24ba9a38 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.6.0 +2.7.0