Skip to content

Commit

Permalink
rel: prepare v0.0.21-alpha (#275)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Releasing unreleased things!

## Short description of the changes

- Version bump
- Changelog update
  • Loading branch information
robbkidd committed Oct 10, 2023
1 parent b957824 commit 651ecf2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Honeycomb Network Agent changelog

## [0.0.21-alpha] - 2023-10-10

### Enhancements

- feat: Add opt-in config option for HTTP URL (#268) | @MikeGoldsmith
- feat: remove request URI query params from emitted url.path (#269) | @robbkidd

### Maintenance

- maint: Refactor packet processing to allow different event types (#271) | @MikeGoldsmith
- maint: include k8s vars in quickstart and add resource limits to test manifest (#274) | @JamieDanielson
- maint: even smaller image size with no cached APT repo lists (#270) | @robbkidd

## [0.0.20-alpha] - 2023-10-04

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/client-go/rest"
)

const Version string = "0.0.20-alpha"
const Version string = "0.0.21-alpha"

func main() {
config := config.NewConfig()
Expand Down

0 comments on commit 651ecf2

Please sign in to comment.