diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a00d8..9b700bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # `k3s-ansible` changelog (`k3s.orchestration`) +## 1.2.0 + +### PRs Merged + +- Move k3s version control into testing CI (#523) +- Add openrc support to k3s_server role (#521) +- Add a notoken test (#520) +- Remove template from k3s_upgrade role (#519) +- Fix airgap for agents (#518) +- Testing rework for correct validation (#516) +- fix: idempotency and control flow improvements (#514) +- fix: use correct variable for k3s old token for agents in upgrade.yml (#513) +- Add nftables configuration for K3s on Arch Linux (#511) +- No server templates in k3s_server role (#509) +- Fix the 'Save the existing K3s token if needed' task (#503) +- Install airgap selinux rpms when avaliable (#500) +- Fix raspberrypi boot.txt - update regex for cgroup config (#499) +- Provide configurable server/agent group names for airgap role (#497) +- Add HA Server test (#491) +- Support openrc systems on agent nodes, added openrc test matrix (#489) +- Fix boot lint (#488) +- Fix typo in README regarding requirements file (#487) +- Update Archlinux ARM on Raspberry PI 5 (#486) +- Ensure agents are upgraded correctly (#484) +- fix: token compare tasks in k3s_server and k3s_agent roles (#481) + +For a full list of commits see [diff between 1.1.1 and 1.2.0](https://github.com/k3s-io/k3s-ansible/compare/1.1.1...1.2.0). + +Thanks to all community contributors including: cioionut, gillouche, jon-stumpf, knpwrs, laszlojau, lexfrei, morgaesis, paulkarabilo, ppascente! + ## 1.1.1 ### PRs Merged diff --git a/galaxy.yml b/galaxy.yml index 159e395..8928723 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.1.1 +version: 1.2.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md