Skip to content

Commit

Permalink
Refactor/remove-secret-encryption-experimental (#201)
Browse files Browse the repository at this point in the history
* refactor: `secrets-encryption` is no longer experimental

Resolves #200

* docs(fix): typo

* docs(refactor): update CHANGELOG

* fix: add `until`

* docs(refactor): modify changelog refactor
  • Loading branch information
dbrennand committed May 2, 2023
1 parent 13db5d2 commit 0cc1e48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ them requiring you to be able to write code. Below is a list of suggested
contributions welcomed by the community:

- 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
- Create Pull Requests fixing bugs or adding new features
- Update and improve documentation
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ k3s_experimental_config:
until: 1.19.4
- setting: rootless
- setting: secrets-encryption
until: 1.23.15
- setting: agent-token
- setting: agent-token-file
- setting: cluster-reset
Expand Down

0 comments on commit 0cc1e48

Please sign in to comment.