From edb55ffe2120e785a75b8cd51b90b6ceca4c6d30 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:30:59 -0400 Subject: [PATCH] feat(Mosquitto): Move to stable (#9567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Another one done! ⚒️ 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?** **📃 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 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 **➕ 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}/mosquitto/.helmignore | 0 charts/{incubator => stable}/mosquitto/CHANGELOG.md | 0 charts/{incubator => stable}/mosquitto/Chart.yaml | 6 +++--- charts/{incubator => stable}/mosquitto/README.md | 0 .../mosquitto/docs/setup-guide.md | 0 charts/{incubator => stable}/mosquitto/icon.png | Bin .../{incubator => stable}/mosquitto/questions.yaml | 0 .../mosquitto/templates/NOTES.txt | 0 .../mosquitto/templates/common.yaml | 0 charts/{incubator => stable}/mosquitto/values.yaml | 0 10 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/mosquitto/.helmignore (100%) rename charts/{incubator => stable}/mosquitto/CHANGELOG.md (100%) rename charts/{incubator => stable}/mosquitto/Chart.yaml (81%) rename charts/{incubator => stable}/mosquitto/README.md (100%) rename charts/{incubator => stable}/mosquitto/docs/setup-guide.md (100%) rename charts/{incubator => stable}/mosquitto/icon.png (100%) rename charts/{incubator => stable}/mosquitto/questions.yaml (100%) rename charts/{incubator => stable}/mosquitto/templates/NOTES.txt (100%) rename charts/{incubator => stable}/mosquitto/templates/common.yaml (100%) rename charts/{incubator => stable}/mosquitto/values.yaml (100%) diff --git a/charts/incubator/mosquitto/.helmignore b/charts/stable/mosquitto/.helmignore similarity index 100% rename from charts/incubator/mosquitto/.helmignore rename to charts/stable/mosquitto/.helmignore diff --git a/charts/incubator/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md similarity index 100% rename from charts/incubator/mosquitto/CHANGELOG.md rename to charts/stable/mosquitto/CHANGELOG.md diff --git a/charts/incubator/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml similarity index 81% rename from charts/incubator/mosquitto/Chart.yaml rename to charts/stable/mosquitto/Chart.yaml index 2086736d01a..f1fc5435023 100644 --- a/charts/incubator/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 12.10.4 deprecated: false description: Eclipse Mosquitto - An open source MQTT broker -home: https://truecharts.org/charts/incubator/mosquitto +home: https://truecharts.org/charts/stable/mosquitto icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png keywords: - mosquitto @@ -19,10 +19,10 @@ maintainers: url: https://truecharts.org name: mosquitto sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mosquitto + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://github.com/eclipse/mosquitto type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - homeautomation diff --git a/charts/incubator/mosquitto/README.md b/charts/stable/mosquitto/README.md similarity index 100% rename from charts/incubator/mosquitto/README.md rename to charts/stable/mosquitto/README.md diff --git a/charts/incubator/mosquitto/docs/setup-guide.md b/charts/stable/mosquitto/docs/setup-guide.md similarity index 100% rename from charts/incubator/mosquitto/docs/setup-guide.md rename to charts/stable/mosquitto/docs/setup-guide.md diff --git a/charts/incubator/mosquitto/icon.png b/charts/stable/mosquitto/icon.png similarity index 100% rename from charts/incubator/mosquitto/icon.png rename to charts/stable/mosquitto/icon.png diff --git a/charts/incubator/mosquitto/questions.yaml b/charts/stable/mosquitto/questions.yaml similarity index 100% rename from charts/incubator/mosquitto/questions.yaml rename to charts/stable/mosquitto/questions.yaml diff --git a/charts/incubator/mosquitto/templates/NOTES.txt b/charts/stable/mosquitto/templates/NOTES.txt similarity index 100% rename from charts/incubator/mosquitto/templates/NOTES.txt rename to charts/stable/mosquitto/templates/NOTES.txt diff --git a/charts/incubator/mosquitto/templates/common.yaml b/charts/stable/mosquitto/templates/common.yaml similarity index 100% rename from charts/incubator/mosquitto/templates/common.yaml rename to charts/stable/mosquitto/templates/common.yaml diff --git a/charts/incubator/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml similarity index 100% rename from charts/incubator/mosquitto/values.yaml rename to charts/stable/mosquitto/values.yaml