Skip to content

Commit 1efed23

Browse files
committed
chore: version 2025.4.12
1 parent c52a860 commit 1efed23

3 files changed

Lines changed: 46 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v2025.4.12
4+
5+
### <!-- 01 -->💡 Features
6+
7+
- Model disabled mount propagation to host ([70637d4](https://github.com/desbma/shh/commit/70637d4d33b660c73e74cf7304ae69bbcdd916cf) by desbma)
8+
- Support PrivateMounts systemd option ([ca293da](https://github.com/desbma/shh/commit/ca293dac64c6022d802439ad6bfeffb4490fca68) by desbma)
9+
10+
### <!-- 02 -->🐛 Bug fixes
11+
12+
- Handle namespace pseudo files ([6f75bd9](https://github.com/desbma/shh/commit/6f75bd91c0569b4453a3f9880ca78b67fc483803) by desbma)
13+
14+
### <!-- 05 -->🧪 Testing
15+
16+
- Add netns systemd-run test ([7162280](https://github.com/desbma/shh/commit/7162280cf0a0d53cd3f4da6e6e863cb0a3212c1f) by desbma)
17+
- options: Remove checks of options that vary too much between environments ([1f18b17](https://github.com/desbma/shh/commit/1f18b171cf45043fae01ff24aa4b6fb79dc577c9) by desbma)
18+
19+
### <!-- 08 -->🏗 Build
20+
21+
- Generate systemd syscall classes at build time from systemd-analyze output ([c52a860](https://github.com/desbma/shh/commit/c52a860e31bf476c845d1994f65431f3078bc344) by desbma)
22+
23+
### <!-- 10 -->🧰 Miscellaneous tasks
24+
25+
- Update dependencies ([70d2142](https://github.com/desbma/shh/commit/70d21422b42f4848fe9a4b09bf6e32d43c220816) by desbma)
26+
- Update lints, update to 2024 edition ([a625d11](https://github.com/desbma/shh/commit/a625d11d4edbc14eb81c07a9ab197375ae4e989f) by desbma)
27+
28+
---
29+
330
## v2025.3.13
431

532
### <!-- 10 -->🧰 Miscellaneous tasks

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/desbma/shh"
77
keywords = ["systemd", "hardening", "strace", "system", "security"]
88
categories = ["command-line-utilities"]
99
license = "GPL-3.0-only"
10-
version = "2025.3.13"
10+
version = "2025.4.12"
1111
rust-version = "1.86"
1212
edition = "2024"
1313

@@ -26,7 +26,7 @@ const-gen = { version = "1.6.6", default-features = false, features = ["std", "p
2626
[dependencies]
2727
anyhow = { version = "1.0.97", default-features = false, features = ["std", "backtrace"] }
2828
bincode = { version = "2.0.1", default-features = false, features = ["std", "serde"] }
29-
clap = { version = "4.5.35", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
29+
clap = { version = "4.5.36", default-features = false, features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive"] }
3030
clap_mangen = { version = "0.2.26", default-features = false, optional = true }
3131
function_name = { version = "0.3.0", default-features = false }
3232
goblin = { version = "0.9.3", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }

0 commit comments

Comments
 (0)