From 5c806bdf3c116eccec49ba62a71594f06fc8fb62 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 4 Oct 2023 09:39:17 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/zigbee2mqtt/8.0.2/app-changelog.md | 9 --------- .../zigbee2mqtt/{8.0.2 => 8.0.3}/CHANGELOG.md | 18 +++++++++--------- .../zigbee2mqtt/{8.0.2 => 8.0.3}/Chart.yaml | 4 ++-- stable/zigbee2mqtt/{8.0.2 => 8.0.3}/README.md | 0 .../zigbee2mqtt/{8.0.2 => 8.0.3}/SKIPINSTALL | 0 stable/zigbee2mqtt/8.0.3/app-changelog.md | 9 +++++++++ .../{8.0.2 => 8.0.3}/app-readme.md | 0 .../{8.0.2 => 8.0.3}/charts/common-14.0.1.tgz | Bin .../{8.0.2 => 8.0.3}/ix_values.yaml | 2 +- .../{8.0.2 => 8.0.3}/questions.yaml | 0 .../{8.0.2 => 8.0.3}/templates/NOTES.txt | 0 .../{8.0.2 => 8.0.3}/templates/common.yaml | 0 .../zigbee2mqtt/{8.0.2 => 8.0.3}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/zigbee2mqtt/8.0.2/app-changelog.md rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/CHANGELOG.md (91%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/Chart.yaml (95%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/README.md (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/SKIPINSTALL (100%) create mode 100644 stable/zigbee2mqtt/8.0.3/app-changelog.md rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/app-readme.md (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/charts/common-14.0.1.tgz (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/ix_values.yaml (98%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/questions.yaml (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/templates/NOTES.txt (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/templates/common.yaml (100%) rename stable/zigbee2mqtt/{8.0.2 => 8.0.3}/values.yaml (100%) diff --git a/stable/zigbee2mqtt/8.0.2/app-changelog.md b/stable/zigbee2mqtt/8.0.2/app-changelog.md deleted file mode 100644 index 99b6147be96..00000000000 --- a/stable/zigbee2mqtt/8.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [zigbee2mqtt-8.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.1...zigbee2mqtt-8.0.2) (2023-09-07) - -### Chore - -- update container image tccr.io/truecharts/zigbee2mqtt to v1.33.0 ([#12366](https://github.com/truecharts/charts/issues/12366)) - - \ No newline at end of file diff --git a/stable/zigbee2mqtt/8.0.2/CHANGELOG.md b/stable/zigbee2mqtt/8.0.3/CHANGELOG.md similarity index 91% rename from stable/zigbee2mqtt/8.0.2/CHANGELOG.md rename to stable/zigbee2mqtt/8.0.3/CHANGELOG.md index 9fabd74121a..b4683ec6a49 100644 --- a/stable/zigbee2mqtt/8.0.2/CHANGELOG.md +++ b/stable/zigbee2mqtt/8.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [zigbee2mqtt-8.0.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.2...zigbee2mqtt-8.0.3) (2023-10-04) + +### Chore + +- update container image tccr.io/truecharts/zigbee2mqtt to v1.33.1 ([#13231](https://github.com/truecharts/charts/issues/13231)) + + + + ## [zigbee2mqtt-8.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.1...zigbee2mqtt-8.0.2) (2023-09-07) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/zigbee2mqtt to v1.31.2 ([#9517](https://github.com/truecharts/charts/issues/9517)) - - - -## [zigbee2mqtt-7.0.24](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.23...zigbee2mqtt-7.0.24) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - diff --git a/stable/zigbee2mqtt/8.0.2/Chart.yaml b/stable/zigbee2mqtt/8.0.3/Chart.yaml similarity index 95% rename from stable/zigbee2mqtt/8.0.2/Chart.yaml rename to stable/zigbee2mqtt/8.0.3/Chart.yaml index fd8295d439b..c35eb8cd356 100644 --- a/stable/zigbee2mqtt/8.0.2/Chart.yaml +++ b/stable/zigbee2mqtt/8.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.33.0" +appVersion: "1.33.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ name: zigbee2mqtt sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://github.com/Koenkk/zigbee2mqtt -version: 8.0.2 +version: 8.0.3 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/8.0.2/README.md b/stable/zigbee2mqtt/8.0.3/README.md similarity index 100% rename from stable/zigbee2mqtt/8.0.2/README.md rename to stable/zigbee2mqtt/8.0.3/README.md diff --git a/stable/zigbee2mqtt/8.0.2/SKIPINSTALL b/stable/zigbee2mqtt/8.0.3/SKIPINSTALL similarity index 100% rename from stable/zigbee2mqtt/8.0.2/SKIPINSTALL rename to stable/zigbee2mqtt/8.0.3/SKIPINSTALL diff --git a/stable/zigbee2mqtt/8.0.3/app-changelog.md b/stable/zigbee2mqtt/8.0.3/app-changelog.md new file mode 100644 index 00000000000..805a1e0a529 --- /dev/null +++ b/stable/zigbee2mqtt/8.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zigbee2mqtt-8.0.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.2...zigbee2mqtt-8.0.3) (2023-10-04) + +### Chore + +- update container image tccr.io/truecharts/zigbee2mqtt to v1.33.1 ([#13231](https://github.com/truecharts/charts/issues/13231)) + + \ No newline at end of file diff --git a/stable/zigbee2mqtt/8.0.2/app-readme.md b/stable/zigbee2mqtt/8.0.3/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/8.0.2/app-readme.md rename to stable/zigbee2mqtt/8.0.3/app-readme.md diff --git a/stable/zigbee2mqtt/8.0.2/charts/common-14.0.1.tgz b/stable/zigbee2mqtt/8.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/zigbee2mqtt/8.0.2/charts/common-14.0.1.tgz rename to stable/zigbee2mqtt/8.0.3/charts/common-14.0.1.tgz diff --git a/stable/zigbee2mqtt/8.0.2/ix_values.yaml b/stable/zigbee2mqtt/8.0.3/ix_values.yaml similarity index 98% rename from stable/zigbee2mqtt/8.0.2/ix_values.yaml rename to stable/zigbee2mqtt/8.0.3/ix_values.yaml index a242bffc162..ca30568e948 100644 --- a/stable/zigbee2mqtt/8.0.2/ix_values.yaml +++ b/stable/zigbee2mqtt/8.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/zigbee2mqtt - tag: v1.33.0@sha256:f89051d81c73cf2172226a23beeba165aad2278f4c96469c6eacd3c5f6a52de9 + tag: v1.33.1@sha256:344ef52b7fed6766f3aa7b7ce45aef6406459127c83dac161e79b815f4c48fed pullPolicy: IfNotPresent service: main: diff --git a/stable/zigbee2mqtt/8.0.2/questions.yaml b/stable/zigbee2mqtt/8.0.3/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.2/questions.yaml rename to stable/zigbee2mqtt/8.0.3/questions.yaml diff --git a/stable/zigbee2mqtt/8.0.2/templates/NOTES.txt b/stable/zigbee2mqtt/8.0.3/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/8.0.2/templates/NOTES.txt rename to stable/zigbee2mqtt/8.0.3/templates/NOTES.txt diff --git a/stable/zigbee2mqtt/8.0.2/templates/common.yaml b/stable/zigbee2mqtt/8.0.3/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.2/templates/common.yaml rename to stable/zigbee2mqtt/8.0.3/templates/common.yaml diff --git a/stable/zigbee2mqtt/8.0.2/values.yaml b/stable/zigbee2mqtt/8.0.3/values.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.2/values.yaml rename to stable/zigbee2mqtt/8.0.3/values.yaml