From 9d7c73643b4cdbfeb8ef76eba49df799fb52f8af Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 7 Sep 2023 23:36:50 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/zigbee2mqtt/8.0.1/app-changelog.md | 9 --------- .../zigbee2mqtt/{8.0.1 => 8.0.2}/CHANGELOG.md | 18 +++++++++--------- .../zigbee2mqtt/{8.0.1 => 8.0.2}/Chart.yaml | 4 ++-- stable/zigbee2mqtt/{8.0.1 => 8.0.2}/README.md | 0 .../zigbee2mqtt/{8.0.1 => 8.0.2}/SKIPINSTALL | 0 stable/zigbee2mqtt/8.0.2/app-changelog.md | 9 +++++++++ .../{8.0.1 => 8.0.2}/app-readme.md | 0 .../{8.0.1 => 8.0.2}/charts/common-14.0.1.tgz | Bin .../{8.0.1 => 8.0.2}/ix_values.yaml | 2 +- .../{8.0.1 => 8.0.2}/questions.yaml | 0 .../{8.0.1 => 8.0.2}/templates/NOTES.txt | 0 .../{8.0.1 => 8.0.2}/templates/common.yaml | 0 .../zigbee2mqtt/{8.0.1 => 8.0.2}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/zigbee2mqtt/8.0.1/app-changelog.md rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/CHANGELOG.md (90%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/Chart.yaml (95%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/README.md (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/SKIPINSTALL (100%) create mode 100644 stable/zigbee2mqtt/8.0.2/app-changelog.md rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/app-readme.md (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/charts/common-14.0.1.tgz (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/ix_values.yaml (98%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/questions.yaml (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/templates/NOTES.txt (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/templates/common.yaml (100%) rename stable/zigbee2mqtt/{8.0.1 => 8.0.2}/values.yaml (100%) diff --git a/stable/zigbee2mqtt/8.0.1/app-changelog.md b/stable/zigbee2mqtt/8.0.1/app-changelog.md deleted file mode 100644 index fc99a46ec96..00000000000 --- a/stable/zigbee2mqtt/8.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [zigbee2mqtt-8.0.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.0...zigbee2mqtt-8.0.1) (2023-08-07) - -### Chore - -- update container image tccr.io/truecharts/zigbee2mqtt to v1.32.2 ([#11271](https://github.com/truecharts/charts/issues/11271)) - - \ No newline at end of file diff --git a/stable/zigbee2mqtt/8.0.1/CHANGELOG.md b/stable/zigbee2mqtt/8.0.2/CHANGELOG.md similarity index 90% rename from stable/zigbee2mqtt/8.0.1/CHANGELOG.md rename to stable/zigbee2mqtt/8.0.2/CHANGELOG.md index 72c908b0ab1..9fabd74121a 100644 --- a/stable/zigbee2mqtt/8.0.1/CHANGELOG.md +++ b/stable/zigbee2mqtt/8.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [zigbee2mqtt-8.0.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.0...zigbee2mqtt-8.0.1) (2023-08-07) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - - -## [zigbee2mqtt-7.0.23](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.22...zigbee2mqtt-7.0.23) (2023-06-07) - -### Chore - -- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - diff --git a/stable/zigbee2mqtt/8.0.1/Chart.yaml b/stable/zigbee2mqtt/8.0.2/Chart.yaml similarity index 95% rename from stable/zigbee2mqtt/8.0.1/Chart.yaml rename to stable/zigbee2mqtt/8.0.2/Chart.yaml index 850eec60933..fd8295d439b 100644 --- a/stable/zigbee2mqtt/8.0.1/Chart.yaml +++ b/stable/zigbee2mqtt/8.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.32.2" +appVersion: "1.33.0" 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.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/8.0.1/README.md b/stable/zigbee2mqtt/8.0.2/README.md similarity index 100% rename from stable/zigbee2mqtt/8.0.1/README.md rename to stable/zigbee2mqtt/8.0.2/README.md diff --git a/stable/zigbee2mqtt/8.0.1/SKIPINSTALL b/stable/zigbee2mqtt/8.0.2/SKIPINSTALL similarity index 100% rename from stable/zigbee2mqtt/8.0.1/SKIPINSTALL rename to stable/zigbee2mqtt/8.0.2/SKIPINSTALL diff --git a/stable/zigbee2mqtt/8.0.2/app-changelog.md b/stable/zigbee2mqtt/8.0.2/app-changelog.md new file mode 100644 index 00000000000..99b6147be96 --- /dev/null +++ b/stable/zigbee2mqtt/8.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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.1/app-readme.md b/stable/zigbee2mqtt/8.0.2/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/8.0.1/app-readme.md rename to stable/zigbee2mqtt/8.0.2/app-readme.md diff --git a/stable/zigbee2mqtt/8.0.1/charts/common-14.0.1.tgz b/stable/zigbee2mqtt/8.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/zigbee2mqtt/8.0.1/charts/common-14.0.1.tgz rename to stable/zigbee2mqtt/8.0.2/charts/common-14.0.1.tgz diff --git a/stable/zigbee2mqtt/8.0.1/ix_values.yaml b/stable/zigbee2mqtt/8.0.2/ix_values.yaml similarity index 98% rename from stable/zigbee2mqtt/8.0.1/ix_values.yaml rename to stable/zigbee2mqtt/8.0.2/ix_values.yaml index 64e968ec640..a242bffc162 100644 --- a/stable/zigbee2mqtt/8.0.1/ix_values.yaml +++ b/stable/zigbee2mqtt/8.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/zigbee2mqtt - tag: v1.32.2@sha256:0d78c903590eef5691cdc811eb3c1ab9b1ddcc02f39386bad5e20c291afeac1f + tag: v1.33.0@sha256:f89051d81c73cf2172226a23beeba165aad2278f4c96469c6eacd3c5f6a52de9 pullPolicy: IfNotPresent service: main: diff --git a/stable/zigbee2mqtt/8.0.1/questions.yaml b/stable/zigbee2mqtt/8.0.2/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.1/questions.yaml rename to stable/zigbee2mqtt/8.0.2/questions.yaml diff --git a/stable/zigbee2mqtt/8.0.1/templates/NOTES.txt b/stable/zigbee2mqtt/8.0.2/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/8.0.1/templates/NOTES.txt rename to stable/zigbee2mqtt/8.0.2/templates/NOTES.txt diff --git a/stable/zigbee2mqtt/8.0.1/templates/common.yaml b/stable/zigbee2mqtt/8.0.2/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.1/templates/common.yaml rename to stable/zigbee2mqtt/8.0.2/templates/common.yaml diff --git a/stable/zigbee2mqtt/8.0.1/values.yaml b/stable/zigbee2mqtt/8.0.2/values.yaml similarity index 100% rename from stable/zigbee2mqtt/8.0.1/values.yaml rename to stable/zigbee2mqtt/8.0.2/values.yaml