File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] - 2026-01-16
11+
12+ ### Fixed
13+
14+ - Fixed K3s configuration directory permissions causing unnecessary 'changed' status on every run
15+ - Improved K3s AppArmor profile with comprehensive permissions for container operations
16+ - Added sys_chroot, sys_ptrace, dac_override capabilities
17+ - Added xtables-nft-multi, nft, modprobe subprocess execution permissions
18+ - Expanded proc/sys and sys filesystem access for full K3s functionality
19+ - Added file locking support (k flag) to k3s data directory
20+ - Added ptrace permissions for containerd process management
21+ - Improved Galaxy collection description for better discoverability
22+
23+ ### Changed
24+
25+ - Disabled K3s AppArmor profile by default (k3s_apparmor_profile: false)
26+ - K3s configuration directory now created with correct 0700 permissions from the start
27+
1028## [ 1.0.0] - 2026-01-15
1129
1230### Added
Original file line number Diff line number Diff line change 11---
22namespace : arillso
33name : container
4- version : 1.0.0
4+ version : 1.0.1
55readme : README.md
66
77authors :
You can’t perform that action at this time.
0 commit comments