Skip to content

Commit

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

Prepares 0.0.4-alpha release.

- Closes #90 

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

---------

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

## [0.0.4-alpha] - 2023-08-21

### Enhancements

- Send request/response body size (#80) | @pkanal
- More better logging (#72) | @robbkidd
- Send user agent as a separate attribute (#79) | @pkanal
- Use timestamps packet was captured (#75) | @MikeGoldsmith
- Print config as indented JSON on startup (#73) | @MikeGoldsmith
- Add k8s metadata to gopacket events (#71) | @pkanal
- Request / Response matching (#70) | @pkanal
- Break up TCP assembly into components and move to assemblers directory (#65) | @MikeGoldsmith
- Add TCP stream reader using gopacket (#62) | @MikeGoldsmith
- Add cached k8s client (#84) | @MikeGoldsmith

### Fixes

- Update TCP connection timeout to 30 seconds (#94) | @MikeGoldsmith
- Time units in telemetry (#95) | @vreynolds
- Separate event transform function (#81) | @robbkidd

### Maintenance

- Don’t set priviledged mode by default in deployment.yaml (#82) | @MikeGoldsmith
- Clean up probes manager (#83) | @MikeGoldsmith
- Update create Github Release job to have write contents access (#58) | @MikeGoldsmith
- Detect BTF support and disable for local dev (#61) | @MikeGoldsmith

## [0.0.3-alpha] - 2023-08-03

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

Expand Down

0 comments on commit 6d3748d

Please sign in to comment.