Skip to content

Commit

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

## Short description of the changes
- Upadate version to v0.2.0-beta
- Add changelog entry

## How to verify that this has the expected result
The next release of the agent can be published.
  • Loading branch information
MikeGoldsmith committed Dec 14, 2023
1 parent 59718cc commit 25f926f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Honeycomb Network Agent changelog

## [0.2.0-beta] - 2023-12-14

💥 Breaking changes 💥

This release replaces the resource attribute `honeycomb.agent_version` with `honeycomb.agent.version`.
If you're using that attribute to identify traffic that's coming from the Network Agent, you will need to update to use the new name.

### Enhancements

- feat: add honeycomb resource attributes (#331) | Jamie Danielson

### Maintenance

- maint: add deps and docs to maintenance in release (#326) | Jamie Danielson
- maint: update codeowners to pipeline-team (#330) | Jamie Danielson
- maint: update codeowners to pipeline (#325) | Jamie Danielson
- maint: update curl in smoke tests (#327) | Jamie Danielson
- maint(deps): bump github.com/honeycombio/otel-config-go from 1.13.0 to 1.13.1 (#329) | @Dependabot

## [0.1.0-beta] - 2023-12-01

### Maintenance
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.1.0-beta"
const Version string = "0.2.0-beta"

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

0 comments on commit 25f926f

Please sign in to comment.