Skip to content

Commit ecde943

Browse files
committed
chore: update changelog
1 parent 61adada commit ecde943

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
-
9+
10+
## [0.6.0] - 2023-06-05
11+
12+
### Added
13+
- cross compilation task
14+
- bpf loop detection
15+
- extract absolute file paths on exec
16+
- cgroup support
17+
- collection support in rules
18+
- dynamic fields compare in rules
19+
20+
### Changed
21+
- improved LSM autodetect
22+
- allow more that one BPF program per module
23+
- moved `get_path_str` to shared header
24+
- more modular event filtering
25+
- validatron rewrite
26+
27+
### Fixed
28+
- uname parse for wsl2
29+
- module manager start command
30+
- memory alignments issue in bpf output event struct
31+
- warning on stopping never started modules
832

933
## [0.5.0] - 2023-02-06
1034

0 commit comments

Comments
 (0)