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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@

## [Unreleased]

## [1.0.2] - 2026-01-17

### Fixed

- Fixed K3s role Galaxy validation errors by removing invalid `no_log` field from argument_specs.yml

Check failure on line 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Line length

CHANGELOG.md:14:81 MD013/line-length Line length [Expected: 80; Actual: 100] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md
- Fixed Fleet role Galaxy validation errors by replacing YAML anchor references with explicit descriptions

Check failure on line 15 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Line length

CHANGELOG.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 106] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md
- Resolved 13 total validation errors preventing proper indexing on Ansible Galaxy
- K3s and Fleet roles now properly documented and searchable on Galaxy

## [1.0.1] - 2026-01-16

### Fixed

Check failure on line 21 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Multiple headings with the same content

CHANGELOG.md:21 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Fixed"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md024.md

- Fixed K3s configuration directory permissions causing unnecessary 'changed' status on every run

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Line length

CHANGELOG.md:23:81 MD013/line-length Line length [Expected: 80; Actual: 97] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md
- Improved K3s AppArmor profile with comprehensive permissions for container operations
- Added sys_chroot, sys_ptrace, dac_override capabilities
- Added xtables-nft-multi, nft, modprobe subprocess execution permissions
Expand All @@ -23,7 +32,7 @@
### Changed

- Disabled K3s AppArmor profile by default (k3s_apparmor_profile: false)
- K3s configuration directory now created with correct 0700 permissions from the start

Check failure on line 35 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Line length

CHANGELOG.md:35:81 MD013/line-length Line length [Expected: 80; Actual: 86] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md

## [1.0.0] - 2026-01-15

Expand All @@ -32,7 +41,7 @@
- Added new K3s role with comprehensive Kubernetes support (v1.33.3+k3s1)
- Added new Helm role for Kubernetes package management
- Added new Fleet role for Rancher Fleet GitOps management
- Added new Tailscale role with support for all ProxyGroup types (ingress, egress, kube-apiserver)

Check failure on line 44 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Line length

CHANGELOG.md:44:81 MD013/line-length Line length [Expected: 80; Actual: 98] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md
- Added GitHub issue templates (bug report, documentation, feature request)
- Added GitHub pull request template
- Added comprehensive documentation (AGENTS.md, CONTRIBUTING.md, CLAUDE.md)
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: arillso
name: container
version: 1.0.1
version: 1.0.2
readme: README.md

authors:
Expand Down
Loading