Files
k3s-ansible/CHANGELOG.md
Derek Nola 66ce443c2c Fix changelog comparison line
Signed-off-by: Derek Nola <derek.nola@suse.com>
2025-12-04 12:26:42 -08:00

43 lines
1.7 KiB
Markdown

# `k3s-ansible` changelog (`k3s.orchestration`)
## 1.1.1
### PRs Merged
- Improve capture regex for k3s-agent service replacement (#470)
- Add ability to move kubeconfig to control node on demand (#467)
- refactor(prereq): use ansible_os_family for broader RHEL support (#469)
- fix(upgrade): Implement airgap support for the upgrade flow. (#465)
- Refactor task to add compatibility with cmdline changes on ubuntu 25 (#461)
- feat: add ufw allow inter-node ports (#460)
- Pin python to 3.13 for ansible 2.19 support (#462)
- allow for opt_tls_san to be undefined, since it's optionally defined (#456)
- Reduce run noise (#450)
For a full list of commits see [diff between 1.1.0 and 1.1.1](https://github.com/k3s-io/k3s-ansible/compare/1.1.0...1.1.1).
Thanks to all community contributors including: fch-aa, lufisaal, PhilThurston, rpressiani, softplus10, too-gee, triplepoint!
## 1.1.0
### PRs Merged
- Distribute multiple image archives (#428)
- Don't update_cache if airgapped (#430)
- Add missing RHEL 10 kernel module (#431)
- Bump version in galaxy.yml (#432)
- Inject installation envs for install script (#433)
- docs: describe adding collection to requirements.yaml (#438)
- Correct indentation for k3s_upgrade command (#439)
- Fix ipv4 lookup for firewalld (#440)
- Automatically inject tls-san when api_endpoint differs from hostname (#434)
- Remove agent jinja template (#442)
- Consolidate server templates into a single one (#443)
For a full list of commits see [diff between 1.0.1 and 1.1.0](https://github.com/k3s-io/k3s-ansible/compare/1.0.1...1.1.0).
Thanks to all community contributors including: Claiyc, dbanetto, felix-seifert, guiand888, tambel, vd-rd!
## 1.0.0
Initial Release