Skip to content

Commit

Permalink
rel: prep 2.7.0 release (#341)
Browse files Browse the repository at this point in the history
* rel: prep 2.7.0 release

* fix date
  • Loading branch information
TylerHelmuth authored Mar 13, 2023
1 parent 4660da8 commit ec1d542
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6.0
image: honeycombio/honeycomb-kubernetes-agent:2.7.0
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.6.0
2.7.0

0 comments on commit ec1d542

Please sign in to comment.