From 44b7d8af62d3831fea82949caf056819c7ea6ae1 Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Wed, 28 May 2025 04:24:39 -0700 Subject: [PATCH] docs(support-policy): update supported versions (#35600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Update supported versions with notes on latest helm and kubernetes. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [X] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- website/src/content/docs/general/support-policy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/content/docs/general/support-policy.md b/website/src/content/docs/general/support-policy.md index 4dfcd29326c..3d5511cc5c6 100644 --- a/website/src/content/docs/general/support-policy.md +++ b/website/src/content/docs/general/support-policy.md @@ -89,6 +89,7 @@ For all issues not covered by support you can make a thread in an appropriate [D | --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- | | 3.13 and prior | `master` | ❌ | ❌ | ❌ | | | 3.14 - 3.17 | `master` | ✅ | ✅ | ✅ | | +| 3.18.0 | `master` | ❌ | ❌ | ❌ | Bug indentifed on 3.18.0, we cannot support this version. https://github.com/helm/helm/pull/30902 | ## Supported Kubernetes Versions @@ -96,7 +97,7 @@ For all issues not covered by support you can make a thread in an appropriate [D | --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- | | 1.23 and prior | `master` | ❌ | ❌ | ❌ | | | 1.24 - 1.32 | `master` | ✅ | ✅ | ✅ | | -| 1.33.0 | `master` | ✅ | ❌ | ✅ | | +| 1.33.0 | `master` | ✅ | ✅ | ✅ | Known issue with error "failed to set MOUNT_ATTR_IDMAP". Can be corrected by setting hostUsers to True. https://truecharts.org/common/podoptions/#hostusers | :::caution[China]