Skip to content

Commit

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

- Closes #118

Includes changelog entries for the following open PRs:
- #124
- #123 
- #103

## Short description of the changes
- Add changelog entry
- Update version in main.go

Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
  • Loading branch information
MikeGoldsmith and JamieDanielson committed Aug 24, 2023
1 parent bd2a4df commit 2c44fd5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Honeycomb eBPF Agent changelog

## [0.0.6-alpha] - 2023-08-24

### Enhancements

- Clean up pcap handles and allow alternative sources #103 | @MikeGoldsmith

### Fixes

- Improve request / response handling (#117) | @MikeGoldsmith
- Remove map entry after finding match (#124) | @MikeGoldsmith
- Remove fields for http body and headers (#113) | @JamieDanielson

### Maintenance

- Fix typo in request counter (#123) | @MikeGoldsmith

## [0.0.5-alpha] - 2023-08-22

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

Expand Down

0 comments on commit 2c44fd5

Please sign in to comment.