Skip to content

Commit

Permalink
rel: Prepare v0.0.25-alpha release (#318)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next alpha release of the network agent.

## Short description of the changes
- Update version to v0.0.25-alpha
- Add changelog entry

## How to verify that this has the expected result
Allows a new version of the agent to be tagged and released.
  • Loading branch information
MikeGoldsmith committed Nov 22, 2023
1 parent 2073691 commit 6cc757c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Honeycomb Network Agent changelog

## [0.0.25-alpha] - 2023-11-22

### Fixes

- Use ValidatedSetSelector to reduce memory usage in k8s client (#317) | @loshz
- Improved locking of assembler state (#307) | @loshz

### Maintenance

- Bump otel-config-go to v1.13.0 (#319) | @MikeGoldsmith
- maint(deps): bump the k8s-dependencies group with 2 updates (#315) | @Dependabot

## [0.0.24-alpha] - 2023-10-30

### 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.24-alpha"
const Version string = "0.0.25-alpha"

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

0 comments on commit 6cc757c

Please sign in to comment.