Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v0.2.1] - 2026-02-25

### Bug Fixes

- Add to Helm chart (#494)
- Prevent spurious parent_span_id on exported spans (#496)

[v0.2.0..v0.2.1](https://github.com/elastiflow/mermin/compare/v0.2.0...v0.2.1)



## [v0.2.0] - 2026-02-20

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions charts/mermin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: mermin
description: A Helm chart for deploying the Mermin eBPF agent
icon: https://res.cloudinary.com/elastiflow-cloudinary/image/upload/v1746227898/mermin-horizontal_kxhvzo.png
type: application
version: 0.2.0
appVersion: "0.2.0"
version: 0.2.1
appVersion: "0.2.1"
sources:
- https://github.com/elastiflow/mermin
maintainers:
Expand Down
Loading