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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v0.4.1] - 2026-06-09

### Bug Fixes

- **deps:** Update pre commit (#586)
- **deps:** Update github actions (#585)
- **deps:** Update docker (#587)
- Bump OpenSSL to patch CWEs () (#590)

[v0.4.0..v0.4.1](https://github.com/elastiflow/mermin/compare/v0.4.0...v0.4.1)



## [v0.4.0] - 2026-06-08

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0
appVersion: "0.4.0"
version: 0.4.1
appVersion: "0.4.1"
sources:
- https://github.com/elastiflow/mermin
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion mermin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mermin"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
description = "An eBPF-based observability tool to monitor network traffic and system calls."

Expand Down
Loading