Skip to content

Commit

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

- The lack of a 0.0.11-alpha in the wider world.

## Short description of the changes

- see release notes
  • Loading branch information
robbkidd committed Sep 11, 2023
1 parent bd1ac45 commit b4069bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Honeycomb eBPF Agent changelog

## [0.0.11-alpha] - 2023-09-11

### Enhancements

- feat: Separate stream flush and close timeouts (#162) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- feat: Add config options for gopacket max pages and per-conn pages (#160) | [Mike Goldsmith](https://github.com/MikeGoldsmith)

### Maintenance

- maint: Replace custom request/response counter with TCP seq & ack counters (#163) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- maint: Remove unnecessary fmt.Sprintf usage (#161) | [Mike Goldsmith](https://github.com/MikeGoldsmith)

## [0.0.10-alpha] - 2023-09-08

### Maintenance
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.10-alpha"
const Version string = "0.0.11-alpha"
const defaultDataset = "hny-ebpf-agent"
const defaultEndpoint = "https://api.honeycomb.io"

Expand Down

0 comments on commit b4069bf

Please sign in to comment.