Skip to content

Commit 0cc1e48

Browse files
authored
Refactor/remove-secret-encryption-experimental (#201)
* refactor: `secrets-encryption` is no longer experimental Resolves #200 * docs(fix): typo * docs(refactor): update CHANGELOG * fix: add `until` * docs(refactor): modify changelog refactor
1 parent 13db5d2 commit 0cc1e48

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
---
1515
-->
1616

17+
## 2022-03-11, v3.4.0
18+
19+
### Notable changes
20+
21+
- refactor: add `until: 1.23.15` to `secrets-encryption` from `k3s_experimental_config` as it is no longer experimental. Fixes #200.
22+
- docs(fix): typo in `CONTRIBUTING.md`
23+
24+
### Contributors
25+
26+
- [dbrennand](https://github.com/dbrennand)
27+
28+
---
29+
1730
## 2022-11-15, v3.3.1
1831

1932
### Notable changes

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ them requiring you to be able to write code. Below is a list of suggested
77
contributions welcomed by the community:
88

99
- Submit bug reports in GitHub issues
10-
- Comment on bug reports with futher information or suggestions
10+
- Comment on bug reports with further information or suggestions
1111
- Suggest new features
1212
- Create Pull Requests fixing bugs or adding new features
1313
- Update and improve documentation

vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ k3s_experimental_config:
171171
until: 1.19.4
172172
- setting: rootless
173173
- setting: secrets-encryption
174+
until: 1.23.15
174175
- setting: agent-token
175176
- setting: agent-token-file
176177
- setting: cluster-reset

0 commit comments

Comments
 (0)