Skip to content

Commit

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

- new release

## Short description of the changes

- update version to 0.0.9-alpha
- update changelog
  • Loading branch information
JamieDanielson committed Sep 7, 2023
1 parent 8d4879b commit 1e3bdf4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Honeycomb eBPF Agent changelog

## [0.0.8-alpha] - 2023-09-07
## [0.0.9-alpha] - 2023-09-07

### Enhancements

- feat: Add configurable channel size buffer config option (#145) | @MikeGoldsmith

### Maintenance

- maint: fix load test (#148) | @JamieDanielson
- maint: Refactor stats collection & include pcap stats (#153) | @MikeGoldsmith
- maint: Move config to it's own package (#139) | @MikeGoldsmith

## [0.0.8-alpha] - 2023-09-06

### Enhancements

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

const Version string = "0.0.8-alpha"
const Version string = "0.0.9-alpha"
const defaultDataset = "hny-ebpf-agent"
const defaultEndpoint = "https://api.honeycomb.io"

Expand Down

0 comments on commit 1e3bdf4

Please sign in to comment.