From daf0f3f1f21aef220224d586aa23073ad7a1c1a2 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Wed, 27 Mar 2024 00:05:38 -0400 Subject: [PATCH] feat(wyoming-openwakeword) move to stable train (#19854) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # Move `wyoming-openwakeword` from `incubator` train to `stable` train **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ 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:** - [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 - [ ] ⚠️ 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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ 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._ --- .../wyoming-openwakeword/.helmignore | 0 .../wyoming-openwakeword/CHANGELOG.md | 0 .../wyoming-openwakeword/Chart.yaml | 10 +++++----- .../wyoming-openwakeword/README.md | 2 +- .../wyoming-openwakeword/icon.png | Bin .../wyoming-openwakeword/questions.yaml | 0 .../wyoming-openwakeword/templates/NOTES.txt | 0 .../wyoming-openwakeword/templates/_args.tpl | 0 .../wyoming-openwakeword/templates/common.yaml | 0 .../wyoming-openwakeword/values.yaml | 0 10 files changed, 6 insertions(+), 6 deletions(-) rename charts/{incubator => stable}/wyoming-openwakeword/.helmignore (100%) rename charts/{incubator => stable}/wyoming-openwakeword/CHANGELOG.md (100%) rename charts/{incubator => stable}/wyoming-openwakeword/Chart.yaml (80%) rename charts/{incubator => stable}/wyoming-openwakeword/README.md (92%) rename charts/{incubator => stable}/wyoming-openwakeword/icon.png (100%) rename charts/{incubator => stable}/wyoming-openwakeword/questions.yaml (100%) rename charts/{incubator => stable}/wyoming-openwakeword/templates/NOTES.txt (100%) rename charts/{incubator => stable}/wyoming-openwakeword/templates/_args.tpl (100%) rename charts/{incubator => stable}/wyoming-openwakeword/templates/common.yaml (100%) rename charts/{incubator => stable}/wyoming-openwakeword/values.yaml (100%) diff --git a/charts/incubator/wyoming-openwakeword/.helmignore b/charts/stable/wyoming-openwakeword/.helmignore similarity index 100% rename from charts/incubator/wyoming-openwakeword/.helmignore rename to charts/stable/wyoming-openwakeword/.helmignore diff --git a/charts/incubator/wyoming-openwakeword/CHANGELOG.md b/charts/stable/wyoming-openwakeword/CHANGELOG.md similarity index 100% rename from charts/incubator/wyoming-openwakeword/CHANGELOG.md rename to charts/stable/wyoming-openwakeword/CHANGELOG.md diff --git a/charts/incubator/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml similarity index 80% rename from charts/incubator/wyoming-openwakeword/Chart.yaml rename to charts/stable/wyoming-openwakeword/Chart.yaml index 7a3699390f6..17302ca90ba 100644 --- a/charts/incubator/wyoming-openwakeword/Chart.yaml +++ b/charts/stable/wyoming-openwakeword/Chart.yaml @@ -5,12 +5,12 @@ annotations: truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.0 dependencies: - name: common - version: 20.0.10 + version: 20.2.4 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: The Wyoming integration of openWakeWord -home: https://truecharts.org/charts/incubator/wyoming-openwakeword +home: https://truecharts.org/charts/stable/wyoming-openwakeword icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png keywords: - wyoming-openwakeword @@ -31,7 +31,7 @@ name: wyoming-openwakeword sources: - https://github.com/home-assistant/addons/tree/master/openwakeword - https://github.com/rhasspy/wyoming-openwakeword/ - - https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-openwakeword + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword - https://hub.docker.com/r/rhasspy/wyoming-openwakeword type: application -version: 0.1.3 +version: 1.0.0 diff --git a/charts/incubator/wyoming-openwakeword/README.md b/charts/stable/wyoming-openwakeword/README.md similarity index 92% rename from charts/incubator/wyoming-openwakeword/README.md rename to charts/stable/wyoming-openwakeword/README.md index 4419fc2033c..24f3b0905d4 100644 --- a/charts/incubator/wyoming-openwakeword/README.md +++ b/charts/stable/wyoming-openwakeword/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/wyoming-openwakeword) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-openwakeword) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/charts/incubator/wyoming-openwakeword/icon.png b/charts/stable/wyoming-openwakeword/icon.png similarity index 100% rename from charts/incubator/wyoming-openwakeword/icon.png rename to charts/stable/wyoming-openwakeword/icon.png diff --git a/charts/incubator/wyoming-openwakeword/questions.yaml b/charts/stable/wyoming-openwakeword/questions.yaml similarity index 100% rename from charts/incubator/wyoming-openwakeword/questions.yaml rename to charts/stable/wyoming-openwakeword/questions.yaml diff --git a/charts/incubator/wyoming-openwakeword/templates/NOTES.txt b/charts/stable/wyoming-openwakeword/templates/NOTES.txt similarity index 100% rename from charts/incubator/wyoming-openwakeword/templates/NOTES.txt rename to charts/stable/wyoming-openwakeword/templates/NOTES.txt diff --git a/charts/incubator/wyoming-openwakeword/templates/_args.tpl b/charts/stable/wyoming-openwakeword/templates/_args.tpl similarity index 100% rename from charts/incubator/wyoming-openwakeword/templates/_args.tpl rename to charts/stable/wyoming-openwakeword/templates/_args.tpl diff --git a/charts/incubator/wyoming-openwakeword/templates/common.yaml b/charts/stable/wyoming-openwakeword/templates/common.yaml similarity index 100% rename from charts/incubator/wyoming-openwakeword/templates/common.yaml rename to charts/stable/wyoming-openwakeword/templates/common.yaml diff --git a/charts/incubator/wyoming-openwakeword/values.yaml b/charts/stable/wyoming-openwakeword/values.yaml similarity index 100% rename from charts/incubator/wyoming-openwakeword/values.yaml rename to charts/stable/wyoming-openwakeword/values.yaml