Skip to content

Commit f92d51b

Browse files
ErenAriclaude
andauthored
release: v0.10.0 (#303)
Bump project version 0.9.0 -> 0.10.0 and finalize the CHANGELOG for the v0.10.0 release (ecosystem integration + programmatic enforcement): - Node-local control API (root-only Unix socket) - Falco -> AegisBPF enforcement adapter (aegis-responder) - OCSF -> SIEM/data-lake pipeline (Vector) - TTL / auto-expiry for dynamically-added denies No breaking changes (additive features) -> minor bump per SemVer. Tag to be pushed separately once the self-hosted signing runners are online. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f794769 commit f92d51b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(aegisbpf VERSION 0.9.0 LANGUAGES C CXX)
2+
project(aegisbpf VERSION 0.10.0 LANGUAGES C CXX)
33

44
set(CMAKE_C_STANDARD 11)
55
set(CMAKE_CXX_STANDARD 20)

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2026-08-11
11+
12+
Ecosystem integration and programmatic enforcement: AegisBPF now plugs into the
13+
detection/response and SIEM stack. Highlights since v0.9.0 — a root-only node
14+
control API, a Falco → AegisBPF enforcement adapter, an OCSF → SIEM/data-lake
15+
pipeline, and TTL auto-expiry so automated response can't wedge a deny forever.
16+
1017
### Added — Auto-expiry (TTL) for dynamic denies
1118
- **Timed denies over the control API** (`src/ttl_registry.{hpp,cpp}`,
1219
`src/daemon.cpp` reaper wiring, `tests/test_ttl_registry.cpp`,

0 commit comments

Comments
 (0)