From 0cc1e489023aba1ad1b96841c1551aee1544dde9 Mon Sep 17 00:00:00 2001
From: Daniel Brennand <52419383+dbrennand@users.noreply.github.com>
Date: Tue, 2 May 2023 20:48:34 +0100
Subject: [PATCH] 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
---
 CHANGELOG.md    | 13 +++++++++++++
 CONTRIBUTING.md |  2 +-
 vars/main.yml   |  1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea167b8..7abcd4e 100644
--- a/CHANGELOG.md
+++ b/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
 
 ### Notable changes
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index da7f6ac..1dfcfc6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
diff --git a/vars/main.yml b/vars/main.yml
index bc08dfc..6c572d0 100644
--- a/vars/main.yml
+++ b/vars/main.yml
@@ -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