From f85bc4d0148e10d109b3d62f4116ebafdde890a7 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 4 Dec 2025 12:24:00 -0800 Subject: [PATCH] Publish 1.1.1 tag Signed-off-by: Derek Nola --- CHANGELOG.md | 18 ++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1559eb6..888e3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # `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.1 and 1.1.0](https://github.com/k3s-io/k3s-ansible/compare/1.1.1...1.1.0). + +Thanks to all community contributors including: fch-aa, lufisaal, PhilThurston, rpressiani, softplus10, too-gee, triplepoint! + ## 1.1.0 ### PRs Merged diff --git a/galaxy.yml b/galaxy.yml index 5a81e00..159e395 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: k3s name: orchestration # The version of the collection. Must be compatible with semantic versioning -version: 1.0.1 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md