From 36de65e2c1d2077fec527220182b933dabdc13d3 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 8 Jun 2026 10:07:05 -0700 Subject: [PATCH] Publish 1.2.1 tag Signed-off-by: Derek Nola --- CHANGELOG.md | 13 +++++++++++++ galaxy.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b700bd..398e4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # `k3s-ansible` changelog (`k3s.orchestration`) +## 1.2.1 + +### PRs Merged + +- Invert directives when importing ref. playbook (#524) +- Fix existing token retrieval for k3s server (#534) +- Add Oracle Linux 11 support (#532) +- Pin GH Actions to commit sha (#525) + +For a full list of commits see [diff between 1.2.0 and 1.2.1](https://github.com/k3s-io/k3s-ansible/compare/1.2.0...1.2.1). + +Thanks to all community contributors including: Chris Wayne, Jonathan Cremin, Rémi Paulmier, shadow1runner! + ## 1.2.0 ### PRs Merged diff --git a/galaxy.yml b/galaxy.yml index 8928723..bbcbe55 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.2.0 +version: 1.2.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md