Skip to content

Commit

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

- new release from main

## Short description of the changes

- update version from 0.0.16-alpha to 0.0.17-alpha
- update changelog with changes in 0.0.17-alpha
  • Loading branch information
JamieDanielson committed Sep 20, 2023
1 parent 57e1df0 commit c70537c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Honeycomb Network Agent changelog

## [0.0.17-alpha] - 2023-09-20

### Maintenance

- maint: Remove unused source directory (#198) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint: Make the configuration table clearer (#212) | [Phillip Carter](https://github.com/cartermp)
- maint: Remove unused kernel capabilities and update deployment examples (#203) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint: README updates prior to changing repo visibility (#211) | [Robb Kidd](https://github.com/robbkidd)
- maint: Refactor Config (#197) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint: Tidy up event processing fields (#196) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint: Remove unused eBPF code and makefile targets (#181) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint(deps): bump go.opentelemetry.io/otel from 1.17.0 to 1.18.0 (#205) | dependabot[bot]
- maint(deps): bump the k8s-dependencies group with 2 updates (#204) | dependabot[bot]

## [0.0.16-alpha] - 2023-09-18

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
semconv "go.opentelemetry.io/otel/semconv/v1.20.0"
)

const Version string = "0.0.16-alpha"
const Version string = "0.0.17-alpha"

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

0 comments on commit c70537c

Please sign in to comment.