From db27b3fde00a16d4c70c1c664531527efa1bf9d1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 16 Jan 2023 06:43:50 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/zigbee2mqtt/6.0.10/app-changelog.md | 9 --------- .../{6.0.10 => 6.0.11}/CHANGELOG.md | 18 +++++++++--------- .../zigbee2mqtt/{6.0.10 => 6.0.11}/Chart.yaml | 4 ++-- .../zigbee2mqtt/{6.0.10 => 6.0.11}/README.md | 0 .../{6.0.10 => 6.0.11}/SKIPINSTALL | 0 stable/zigbee2mqtt/6.0.11/app-changelog.md | 9 +++++++++ .../{6.0.10 => 6.0.11}/app-readme.md | 2 +- .../charts/common-11.1.2.tgz | Bin .../{6.0.10 => 6.0.11}/ix_values.yaml | 2 +- .../{6.0.10 => 6.0.11}/questions.yaml | 0 .../{6.0.10 => 6.0.11}/templates/common.yaml | 0 .../{6.0.10 => 6.0.11}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/zigbee2mqtt/6.0.10/app-changelog.md rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/CHANGELOG.md (89%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/Chart.yaml (95%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/README.md (100%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/SKIPINSTALL (100%) create mode 100644 stable/zigbee2mqtt/6.0.11/app-changelog.md rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/app-readme.md (71%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/charts/common-11.1.2.tgz (100%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/ix_values.yaml (98%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/questions.yaml (100%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/templates/common.yaml (100%) rename stable/zigbee2mqtt/{6.0.10 => 6.0.11}/values.yaml (100%) diff --git a/stable/zigbee2mqtt/6.0.10/app-changelog.md b/stable/zigbee2mqtt/6.0.10/app-changelog.md deleted file mode 100644 index 4f2619d0c6..0000000000 --- a/stable/zigbee2mqtt/6.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [zigbee2mqtt-6.0.10](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.9...zigbee2mqtt-6.0.10) (2023-01-10) - -### Chore - -- update container image tccr.io/truecharts/zigbee2mqtt to v1.29.1 - - \ No newline at end of file diff --git a/stable/zigbee2mqtt/6.0.10/CHANGELOG.md b/stable/zigbee2mqtt/6.0.11/CHANGELOG.md similarity index 89% rename from stable/zigbee2mqtt/6.0.10/CHANGELOG.md rename to stable/zigbee2mqtt/6.0.11/CHANGELOG.md index 436906f5c6..22fc3bd648 100644 --- a/stable/zigbee2mqtt/6.0.10/CHANGELOG.md +++ b/stable/zigbee2mqtt/6.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [zigbee2mqtt-6.0.11](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.10...zigbee2mqtt-6.0.11) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/zigbee2mqtt to v1.29.2 + + + + ## [zigbee2mqtt-6.0.10](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.9...zigbee2mqtt-6.0.10) (2023-01-10) ### Chore @@ -88,12 +97,3 @@ ## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30) - - - -## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30) - - - - -## [zigbee2mqtt-6.0.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.1...zigbee2mqtt-6.0.2) (2022-11-30) diff --git a/stable/zigbee2mqtt/6.0.10/Chart.yaml b/stable/zigbee2mqtt/6.0.11/Chart.yaml similarity index 95% rename from stable/zigbee2mqtt/6.0.10/Chart.yaml rename to stable/zigbee2mqtt/6.0.11/Chart.yaml index 04f0c3fccb..638f818bf5 100644 --- a/stable/zigbee2mqtt/6.0.10/Chart.yaml +++ b/stable/zigbee2mqtt/6.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.29.1" +appVersion: "1.29.2" 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: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/zigbee2mqtt/6.0.10/README.md b/stable/zigbee2mqtt/6.0.11/README.md similarity index 100% rename from stable/zigbee2mqtt/6.0.10/README.md rename to stable/zigbee2mqtt/6.0.11/README.md diff --git a/stable/zigbee2mqtt/6.0.10/SKIPINSTALL b/stable/zigbee2mqtt/6.0.11/SKIPINSTALL similarity index 100% rename from stable/zigbee2mqtt/6.0.10/SKIPINSTALL rename to stable/zigbee2mqtt/6.0.11/SKIPINSTALL diff --git a/stable/zigbee2mqtt/6.0.11/app-changelog.md b/stable/zigbee2mqtt/6.0.11/app-changelog.md new file mode 100644 index 0000000000..1cf3231857 --- /dev/null +++ b/stable/zigbee2mqtt/6.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [zigbee2mqtt-6.0.11](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.10...zigbee2mqtt-6.0.11) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/zigbee2mqtt to v1.29.2 + + \ No newline at end of file diff --git a/stable/zigbee2mqtt/6.0.10/app-readme.md b/stable/zigbee2mqtt/6.0.11/app-readme.md similarity index 71% rename from stable/zigbee2mqtt/6.0.10/app-readme.md rename to stable/zigbee2mqtt/6.0.11/app-readme.md index 1c7c36b282..a5d359fa14 100644 --- a/stable/zigbee2mqtt/6.0.10/app-readme.md +++ b/stable/zigbee2mqtt/6.0.11/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/zigbee2mqtt/6.0.10/charts/common-11.1.2.tgz b/stable/zigbee2mqtt/6.0.11/charts/common-11.1.2.tgz similarity index 100% rename from stable/zigbee2mqtt/6.0.10/charts/common-11.1.2.tgz rename to stable/zigbee2mqtt/6.0.11/charts/common-11.1.2.tgz diff --git a/stable/zigbee2mqtt/6.0.10/ix_values.yaml b/stable/zigbee2mqtt/6.0.11/ix_values.yaml similarity index 98% rename from stable/zigbee2mqtt/6.0.10/ix_values.yaml rename to stable/zigbee2mqtt/6.0.11/ix_values.yaml index bdeec42c94..22e77e4353 100644 --- a/stable/zigbee2mqtt/6.0.10/ix_values.yaml +++ b/stable/zigbee2mqtt/6.0.11/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/zigbee2mqtt - tag: 1.29.1@sha256:4be6bf787a2d82406a303a830777c3acade12c0d184be9b1b43fb42857032dfa + tag: 1.29.2@sha256:599b82a309075127bc294f19d07331035e528afd87d3cff55ccaf3a5eaa6bb92 pullPolicy: IfNotPresent secretEnv: diff --git a/stable/zigbee2mqtt/6.0.10/questions.yaml b/stable/zigbee2mqtt/6.0.11/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/6.0.10/questions.yaml rename to stable/zigbee2mqtt/6.0.11/questions.yaml diff --git a/stable/zigbee2mqtt/6.0.10/templates/common.yaml b/stable/zigbee2mqtt/6.0.11/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/6.0.10/templates/common.yaml rename to stable/zigbee2mqtt/6.0.11/templates/common.yaml diff --git a/stable/zigbee2mqtt/6.0.10/values.yaml b/stable/zigbee2mqtt/6.0.11/values.yaml similarity index 100% rename from stable/zigbee2mqtt/6.0.10/values.yaml rename to stable/zigbee2mqtt/6.0.11/values.yaml