Publish 1.2.1 tag

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-06-08 10:07:05 -07:00
parent a05f5b5dce
commit 36de65e2c1
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -1,5 +1,18 @@
# `k3s-ansible` changelog (`k3s.orchestration`) # `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 ## 1.2.0
### PRs Merged ### PRs Merged
+1 -1
View File
@@ -9,7 +9,7 @@ namespace: k3s
name: orchestration name: orchestration
# The version of the collection. Must be compatible with semantic versioning # 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 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md