From 69e0d372c7de4dca77c8e45d50c0aa54bbb4ff01 Mon Sep 17 00:00:00 2001 From: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Date: Sat, 15 Apr 2023 11:52:27 +0100 Subject: [PATCH] feat(lldap): LLDAP move to stable (#8025) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Moving to stable as Discord users and I have reported successful installs. I have also personally tested the app functions with Jellyfin with the upstream guidance and Authelia using the documented guide. ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Discord users have successfully installed the app and used with Authelia. I have personally verified that Jellyfin correctly binds to the ldap directory and retrieves users and groups using the upstream guidance. This is likewise the case with Authelia and I have successfully logged in with a test user using the new compiled documentation. Changes verified by checking the LLDAP logs to ensure the BindDN which can be changed by the user has been picked up correctly. **📃 Notes:** Wanted to keep the docs seperate from the stable move hence the seperate PRs. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._ --- charts/{incubator => stable}/lldap/.helmignore | 0 charts/{incubator => stable}/lldap/Chart.yaml | 2 +- charts/{incubator => stable}/lldap/NOTES.txt | 0 charts/{incubator => stable}/lldap/README.md | 0 charts/{incubator => stable}/lldap/ci/default-values.yaml | 0 charts/{incubator => stable}/lldap/docs/authelia.md | 0 charts/{incubator => stable}/lldap/docs/installation-notes.md | 0 charts/{incubator => stable}/lldap/questions.yaml | 0 charts/{incubator => stable}/lldap/templates/_secrets.tpl | 0 charts/{incubator => stable}/lldap/templates/common.yaml | 0 charts/{incubator => stable}/lldap/values.yaml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/lldap/.helmignore (100%) rename charts/{incubator => stable}/lldap/Chart.yaml (98%) rename charts/{incubator => stable}/lldap/NOTES.txt (100%) rename charts/{incubator => stable}/lldap/README.md (100%) rename charts/{incubator => stable}/lldap/ci/default-values.yaml (100%) rename charts/{incubator => stable}/lldap/docs/authelia.md (100%) rename charts/{incubator => stable}/lldap/docs/installation-notes.md (100%) rename charts/{incubator => stable}/lldap/questions.yaml (100%) rename charts/{incubator => stable}/lldap/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/lldap/templates/common.yaml (100%) rename charts/{incubator => stable}/lldap/values.yaml (100%) diff --git a/charts/incubator/lldap/.helmignore b/charts/stable/lldap/.helmignore similarity index 100% rename from charts/incubator/lldap/.helmignore rename to charts/stable/lldap/.helmignore diff --git a/charts/incubator/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml similarity index 98% rename from charts/incubator/lldap/Chart.yaml rename to charts/stable/lldap/Chart.yaml index aae5a64fd04..16c30e52927 100644 --- a/charts/incubator/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/lldap - https://github.com/nitnelave/lldap type: application -version: 0.1.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - ldap diff --git a/charts/incubator/lldap/NOTES.txt b/charts/stable/lldap/NOTES.txt similarity index 100% rename from charts/incubator/lldap/NOTES.txt rename to charts/stable/lldap/NOTES.txt diff --git a/charts/incubator/lldap/README.md b/charts/stable/lldap/README.md similarity index 100% rename from charts/incubator/lldap/README.md rename to charts/stable/lldap/README.md diff --git a/charts/incubator/lldap/ci/default-values.yaml b/charts/stable/lldap/ci/default-values.yaml similarity index 100% rename from charts/incubator/lldap/ci/default-values.yaml rename to charts/stable/lldap/ci/default-values.yaml diff --git a/charts/incubator/lldap/docs/authelia.md b/charts/stable/lldap/docs/authelia.md similarity index 100% rename from charts/incubator/lldap/docs/authelia.md rename to charts/stable/lldap/docs/authelia.md diff --git a/charts/incubator/lldap/docs/installation-notes.md b/charts/stable/lldap/docs/installation-notes.md similarity index 100% rename from charts/incubator/lldap/docs/installation-notes.md rename to charts/stable/lldap/docs/installation-notes.md diff --git a/charts/incubator/lldap/questions.yaml b/charts/stable/lldap/questions.yaml similarity index 100% rename from charts/incubator/lldap/questions.yaml rename to charts/stable/lldap/questions.yaml diff --git a/charts/incubator/lldap/templates/_secrets.tpl b/charts/stable/lldap/templates/_secrets.tpl similarity index 100% rename from charts/incubator/lldap/templates/_secrets.tpl rename to charts/stable/lldap/templates/_secrets.tpl diff --git a/charts/incubator/lldap/templates/common.yaml b/charts/stable/lldap/templates/common.yaml similarity index 100% rename from charts/incubator/lldap/templates/common.yaml rename to charts/stable/lldap/templates/common.yaml diff --git a/charts/incubator/lldap/values.yaml b/charts/stable/lldap/values.yaml similarity index 100% rename from charts/incubator/lldap/values.yaml rename to charts/stable/lldap/values.yaml