From 6b271365d68e072db6b77933e1a538c1d1375cdd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 28 Jul 2023 22:41:46 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/openhab/5.0.18/app-changelog.md | 9 --------- .../openhab/{5.0.18 => 5.0.19}/CHANGELOG.md | 18 +++++++++--------- stable/openhab/{5.0.18 => 5.0.19}/Chart.yaml | 4 ++-- stable/openhab/{5.0.18 => 5.0.19}/README.md | 0 stable/openhab/5.0.19/app-changelog.md | 9 +++++++++ .../openhab/{5.0.18 => 5.0.19}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../openhab/{5.0.18 => 5.0.19}/ix_values.yaml | 2 +- .../openhab/{5.0.18 => 5.0.19}/questions.yaml | 0 .../{5.0.18 => 5.0.19}/templates/NOTES.txt | 0 .../{5.0.18 => 5.0.19}/templates/common.yaml | 0 stable/openhab/{5.0.18 => 5.0.19}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/openhab/5.0.18/app-changelog.md rename stable/openhab/{5.0.18 => 5.0.19}/CHANGELOG.md (90%) rename stable/openhab/{5.0.18 => 5.0.19}/Chart.yaml (94%) rename stable/openhab/{5.0.18 => 5.0.19}/README.md (100%) create mode 100644 stable/openhab/5.0.19/app-changelog.md rename stable/openhab/{5.0.18 => 5.0.19}/app-readme.md (100%) rename stable/openhab/{5.0.18 => 5.0.19}/charts/common-12.14.6.tgz (100%) rename stable/openhab/{5.0.18 => 5.0.19}/ix_values.yaml (94%) rename stable/openhab/{5.0.18 => 5.0.19}/questions.yaml (100%) rename stable/openhab/{5.0.18 => 5.0.19}/templates/NOTES.txt (100%) rename stable/openhab/{5.0.18 => 5.0.19}/templates/common.yaml (100%) rename stable/openhab/{5.0.18 => 5.0.19}/values.yaml (100%) diff --git a/stable/openhab/5.0.18/app-changelog.md b/stable/openhab/5.0.18/app-changelog.md deleted file mode 100644 index 9df907d91e4..00000000000 --- a/stable/openhab/5.0.18/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [openhab-5.0.18](https://github.com/truecharts/charts/compare/openhab-5.0.17...openhab-5.0.18) (2023-07-28) - -### Chore - -- update container image tccr.io/truecharts/openhab to v3.4.5 ([#10947](https://github.com/truecharts/charts/issues/10947)) - - \ No newline at end of file diff --git a/stable/openhab/5.0.18/CHANGELOG.md b/stable/openhab/5.0.19/CHANGELOG.md similarity index 90% rename from stable/openhab/5.0.18/CHANGELOG.md rename to stable/openhab/5.0.19/CHANGELOG.md index 719ef493820..273df43ca46 100644 --- a/stable/openhab/5.0.18/CHANGELOG.md +++ b/stable/openhab/5.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [openhab-5.0.19](https://github.com/truecharts/charts/compare/openhab-5.0.18...openhab-5.0.19) (2023-07-28) + +### Chore + +- update container image tccr.io/truecharts/openhab to v4.0.1 ([#10966](https://github.com/truecharts/charts/issues/10966)) + + + + ## [openhab-5.0.18](https://github.com/truecharts/charts/compare/openhab-5.0.17...openhab-5.0.18) (2023-07-28) ### Chore @@ -88,12 +97,3 @@ - -## [openhab-5.0.9](https://github.com/truecharts/charts/compare/openhab-5.0.8...openhab-5.0.9) (2023-05-26) - -### Chore - -- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156)) - - - diff --git a/stable/openhab/5.0.18/Chart.yaml b/stable/openhab/5.0.19/Chart.yaml similarity index 94% rename from stable/openhab/5.0.18/Chart.yaml rename to stable/openhab/5.0.19/Chart.yaml index 97c1b71ff29..a69b9f44ad1 100644 --- a/stable/openhab/5.0.18/Chart.yaml +++ b/stable/openhab/5.0.19/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.4.5" +appVersion: "4.0.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ name: openhab sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openhab type: application -version: 5.0.18 +version: 5.0.19 annotations: truecharts.org/catagories: | - media diff --git a/stable/openhab/5.0.18/README.md b/stable/openhab/5.0.19/README.md similarity index 100% rename from stable/openhab/5.0.18/README.md rename to stable/openhab/5.0.19/README.md diff --git a/stable/openhab/5.0.19/app-changelog.md b/stable/openhab/5.0.19/app-changelog.md new file mode 100644 index 00000000000..691caa27b1e --- /dev/null +++ b/stable/openhab/5.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openhab-5.0.19](https://github.com/truecharts/charts/compare/openhab-5.0.18...openhab-5.0.19) (2023-07-28) + +### Chore + +- update container image tccr.io/truecharts/openhab to v4.0.1 ([#10966](https://github.com/truecharts/charts/issues/10966)) + + \ No newline at end of file diff --git a/stable/openhab/5.0.18/app-readme.md b/stable/openhab/5.0.19/app-readme.md similarity index 100% rename from stable/openhab/5.0.18/app-readme.md rename to stable/openhab/5.0.19/app-readme.md diff --git a/stable/openhab/5.0.18/charts/common-12.14.6.tgz b/stable/openhab/5.0.19/charts/common-12.14.6.tgz similarity index 100% rename from stable/openhab/5.0.18/charts/common-12.14.6.tgz rename to stable/openhab/5.0.19/charts/common-12.14.6.tgz diff --git a/stable/openhab/5.0.18/ix_values.yaml b/stable/openhab/5.0.19/ix_values.yaml similarity index 94% rename from stable/openhab/5.0.18/ix_values.yaml rename to stable/openhab/5.0.19/ix_values.yaml index ca51c7d51c1..6d8acfd9958 100644 --- a/stable/openhab/5.0.18/ix_values.yaml +++ b/stable/openhab/5.0.19/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/openhab pullPolicy: IfNotPresent - tag: v3.4.5@sha256:92095517270d699a6a526e76379ddbdb5d6f0dcb8e78e59a91f7ef570125a509 + tag: v4.0.1@sha256:53e9da0fa37e89ab10a833655c107cfbb2d7f5e0fe72958f779c7022568ebf50 service: main: ports: diff --git a/stable/openhab/5.0.18/questions.yaml b/stable/openhab/5.0.19/questions.yaml similarity index 100% rename from stable/openhab/5.0.18/questions.yaml rename to stable/openhab/5.0.19/questions.yaml diff --git a/stable/openhab/5.0.18/templates/NOTES.txt b/stable/openhab/5.0.19/templates/NOTES.txt similarity index 100% rename from stable/openhab/5.0.18/templates/NOTES.txt rename to stable/openhab/5.0.19/templates/NOTES.txt diff --git a/stable/openhab/5.0.18/templates/common.yaml b/stable/openhab/5.0.19/templates/common.yaml similarity index 100% rename from stable/openhab/5.0.18/templates/common.yaml rename to stable/openhab/5.0.19/templates/common.yaml diff --git a/stable/openhab/5.0.18/values.yaml b/stable/openhab/5.0.19/values.yaml similarity index 100% rename from stable/openhab/5.0.18/values.yaml rename to stable/openhab/5.0.19/values.yaml