From cddcad151702b4a3388e0e74e856a6a207dc226a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 19 Dec 2022 13:13:16 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/openhab/4.0.3/app-changelog.md | 9 --------- stable/openhab/{4.0.3 => 4.0.4}/CHANGELOG.md | 18 +++++++++--------- stable/openhab/{4.0.3 => 4.0.4}/Chart.yaml | 4 ++-- stable/openhab/{4.0.3 => 4.0.4}/README.md | 0 stable/openhab/4.0.4/app-changelog.md | 9 +++++++++ stable/openhab/{4.0.3 => 4.0.4}/app-readme.md | 0 .../{4.0.3 => 4.0.4}/charts/common-11.0.7.tgz | Bin .../openhab/{4.0.3 => 4.0.4}/ix_values.yaml | 2 +- .../openhab/{4.0.3 => 4.0.4}/questions.yaml | 0 .../{4.0.3 => 4.0.4}/templates/common.yaml | 0 stable/openhab/{4.0.3 => 4.0.4}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/openhab/4.0.3/app-changelog.md rename stable/openhab/{4.0.3 => 4.0.4}/CHANGELOG.md (91%) rename stable/openhab/{4.0.3 => 4.0.4}/Chart.yaml (95%) rename stable/openhab/{4.0.3 => 4.0.4}/README.md (100%) create mode 100644 stable/openhab/4.0.4/app-changelog.md rename stable/openhab/{4.0.3 => 4.0.4}/app-readme.md (100%) rename stable/openhab/{4.0.3 => 4.0.4}/charts/common-11.0.7.tgz (100%) rename stable/openhab/{4.0.3 => 4.0.4}/ix_values.yaml (93%) rename stable/openhab/{4.0.3 => 4.0.4}/questions.yaml (100%) rename stable/openhab/{4.0.3 => 4.0.4}/templates/common.yaml (100%) rename stable/openhab/{4.0.3 => 4.0.4}/values.yaml (100%) diff --git a/stable/openhab/4.0.3/app-changelog.md b/stable/openhab/4.0.3/app-changelog.md deleted file mode 100644 index 3ed60da7dad..00000000000 --- a/stable/openhab/4.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [openhab-4.0.3](https://github.com/truecharts/charts/compare/openhab-4.0.2...openhab-4.0.3) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/openhab/4.0.3/CHANGELOG.md b/stable/openhab/4.0.4/CHANGELOG.md similarity index 91% rename from stable/openhab/4.0.3/CHANGELOG.md rename to stable/openhab/4.0.4/CHANGELOG.md index 19e47e97d96..a2e6a71b9b5 100644 --- a/stable/openhab/4.0.3/CHANGELOG.md +++ b/stable/openhab/4.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [openhab-4.0.4](https://github.com/truecharts/charts/compare/openhab-4.0.3...openhab-4.0.4) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/openhab to v3.4.0 + + + + ## [openhab-4.0.3](https://github.com/truecharts/charts/compare/openhab-4.0.2...openhab-4.0.3) (2022-12-13) ### Chore @@ -81,15 +90,6 @@ -## [openhab-4.0.1](https://github.com/truecharts/charts/compare/openhab-4.0.0...openhab-4.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - - - ## [openhab-4.0.1](https://github.com/truecharts/charts/compare/openhab-4.0.0...openhab-4.0.1) (2022-11-15) ### Chore diff --git a/stable/openhab/4.0.3/Chart.yaml b/stable/openhab/4.0.4/Chart.yaml similarity index 95% rename from stable/openhab/4.0.3/Chart.yaml rename to stable/openhab/4.0.4/Chart.yaml index 0f4d86983d7..312902237ad 100644 --- a/stable/openhab/4.0.3/Chart.yaml +++ b/stable/openhab/4.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.3.0" +appVersion: "3.4.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - https://hub.docker.com/r/openhab/openhab type: application -version: 4.0.3 +version: 4.0.4 annotations: truecharts.org/catagories: | - media diff --git a/stable/openhab/4.0.3/README.md b/stable/openhab/4.0.4/README.md similarity index 100% rename from stable/openhab/4.0.3/README.md rename to stable/openhab/4.0.4/README.md diff --git a/stable/openhab/4.0.4/app-changelog.md b/stable/openhab/4.0.4/app-changelog.md new file mode 100644 index 00000000000..46384d300ab --- /dev/null +++ b/stable/openhab/4.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openhab-4.0.4](https://github.com/truecharts/charts/compare/openhab-4.0.3...openhab-4.0.4) (2022-12-19) + +### Chore + +- update container image tccr.io/truecharts/openhab to v3.4.0 + + \ No newline at end of file diff --git a/stable/openhab/4.0.3/app-readme.md b/stable/openhab/4.0.4/app-readme.md similarity index 100% rename from stable/openhab/4.0.3/app-readme.md rename to stable/openhab/4.0.4/app-readme.md diff --git a/stable/openhab/4.0.3/charts/common-11.0.7.tgz b/stable/openhab/4.0.4/charts/common-11.0.7.tgz similarity index 100% rename from stable/openhab/4.0.3/charts/common-11.0.7.tgz rename to stable/openhab/4.0.4/charts/common-11.0.7.tgz diff --git a/stable/openhab/4.0.3/ix_values.yaml b/stable/openhab/4.0.4/ix_values.yaml similarity index 93% rename from stable/openhab/4.0.3/ix_values.yaml rename to stable/openhab/4.0.4/ix_values.yaml index 1ef77faa94e..a612b268bda 100644 --- a/stable/openhab/4.0.3/ix_values.yaml +++ b/stable/openhab/4.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/openhab pullPolicy: IfNotPresent - tag: v3.3.0@sha256:3b048f8f886b4f4cd0853bb44d59f31d2e89774cabf2b0f3f7d6887cd91938aa + tag: 3.4.0@sha256:d11394bbfd773c811e0e18ce81e8aa7d690506bd808e20a6e4d54d43adb284ac service: main: diff --git a/stable/openhab/4.0.3/questions.yaml b/stable/openhab/4.0.4/questions.yaml similarity index 100% rename from stable/openhab/4.0.3/questions.yaml rename to stable/openhab/4.0.4/questions.yaml diff --git a/stable/openhab/4.0.3/templates/common.yaml b/stable/openhab/4.0.4/templates/common.yaml similarity index 100% rename from stable/openhab/4.0.3/templates/common.yaml rename to stable/openhab/4.0.4/templates/common.yaml diff --git a/stable/openhab/4.0.3/values.yaml b/stable/openhab/4.0.4/values.yaml similarity index 100% rename from stable/openhab/4.0.3/values.yaml rename to stable/openhab/4.0.4/values.yaml