mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
Merge branch 'PyratLabs:main' into fix/ansible-lint
This commit is contained in:
commit
90891d974a
13
CHANGELOG.md
13
CHANGELOG.md
@ -14,6 +14,19 @@
|
|||||||
---
|
---
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## 2022-03-11, v3.4.0
|
||||||
|
|
||||||
|
### Notable changes
|
||||||
|
|
||||||
|
- refactor: add `until: 1.23.15` to `secrets-encryption` from `k3s_experimental_config` as it is no longer experimental. Fixes #200.
|
||||||
|
- docs(fix): typo in `CONTRIBUTING.md`
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
- [dbrennand](https://github.com/dbrennand)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 2022-11-15, v3.3.1
|
## 2022-11-15, v3.3.1
|
||||||
|
|
||||||
### Notable changes
|
### Notable changes
|
||||||
|
@ -7,7 +7,7 @@ them requiring you to be able to write code. Below is a list of suggested
|
|||||||
contributions welcomed by the community:
|
contributions welcomed by the community:
|
||||||
|
|
||||||
- Submit bug reports in GitHub issues
|
- Submit bug reports in GitHub issues
|
||||||
- Comment on bug reports with futher information or suggestions
|
- Comment on bug reports with further information or suggestions
|
||||||
- Suggest new features
|
- Suggest new features
|
||||||
- Create Pull Requests fixing bugs or adding new features
|
- Create Pull Requests fixing bugs or adding new features
|
||||||
- Update and improve documentation
|
- Update and improve documentation
|
||||||
|
@ -171,6 +171,7 @@ k3s_experimental_config:
|
|||||||
until: 1.19.4
|
until: 1.19.4
|
||||||
- setting: rootless
|
- setting: rootless
|
||||||
- setting: secrets-encryption
|
- setting: secrets-encryption
|
||||||
|
until: 1.23.15
|
||||||
- setting: agent-token
|
- setting: agent-token
|
||||||
- setting: agent-token-file
|
- setting: agent-token-file
|
||||||
- setting: cluster-reset
|
- setting: cluster-reset
|
||||||
|
Loading…
Reference in New Issue
Block a user