From f8a279ada9bb61589d378179e0bb3824c80897a7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 20 May 2023 15:00:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/openhab/5.0.4/app-changelog.md | 9 --------- stable/openhab/{5.0.4 => 5.0.5}/CHANGELOG.md | 18 +++++++++--------- stable/openhab/{5.0.4 => 5.0.5}/Chart.yaml | 4 ++-- stable/openhab/{5.0.4 => 5.0.5}/README.md | 0 stable/openhab/5.0.5/app-changelog.md | 9 +++++++++ stable/openhab/{5.0.4 => 5.0.5}/app-readme.md | 0 .../{5.0.4 => 5.0.5}/charts/common-12.8.1.tgz | Bin .../openhab/{5.0.4 => 5.0.5}/ix_values.yaml | 2 +- .../openhab/{5.0.4 => 5.0.5}/questions.yaml | 0 .../{5.0.4 => 5.0.5}/templates/NOTES.txt | 0 .../{5.0.4 => 5.0.5}/templates/common.yaml | 0 stable/openhab/{5.0.4 => 5.0.5}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/openhab/5.0.4/app-changelog.md rename stable/openhab/{5.0.4 => 5.0.5}/CHANGELOG.md (90%) rename stable/openhab/{5.0.4 => 5.0.5}/Chart.yaml (95%) rename stable/openhab/{5.0.4 => 5.0.5}/README.md (100%) create mode 100644 stable/openhab/5.0.5/app-changelog.md rename stable/openhab/{5.0.4 => 5.0.5}/app-readme.md (100%) rename stable/openhab/{5.0.4 => 5.0.5}/charts/common-12.8.1.tgz (100%) rename stable/openhab/{5.0.4 => 5.0.5}/ix_values.yaml (94%) rename stable/openhab/{5.0.4 => 5.0.5}/questions.yaml (100%) rename stable/openhab/{5.0.4 => 5.0.5}/templates/NOTES.txt (100%) rename stable/openhab/{5.0.4 => 5.0.5}/templates/common.yaml (100%) rename stable/openhab/{5.0.4 => 5.0.5}/values.yaml (100%) diff --git a/stable/openhab/5.0.4/app-changelog.md b/stable/openhab/5.0.4/app-changelog.md deleted file mode 100644 index 4ac22ec8754..00000000000 --- a/stable/openhab/5.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [openhab-5.0.4](https://github.com/truecharts/charts/compare/openhab-5.0.3...openhab-5.0.4) (2023-05-16) - -### Chore - -- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) - - \ No newline at end of file diff --git a/stable/openhab/5.0.4/CHANGELOG.md b/stable/openhab/5.0.5/CHANGELOG.md similarity index 90% rename from stable/openhab/5.0.4/CHANGELOG.md rename to stable/openhab/5.0.5/CHANGELOG.md index 0e1071e4765..df641eeb492 100644 --- a/stable/openhab/5.0.4/CHANGELOG.md +++ b/stable/openhab/5.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [openhab-5.0.5](https://github.com/truecharts/charts/compare/openhab-5.0.4...openhab-5.0.5) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/openhab to v3.4.4 ([#9016](https://github.com/truecharts/charts/issues/9016)) + + + + ## [openhab-5.0.4](https://github.com/truecharts/charts/compare/openhab-5.0.3...openhab-5.0.4) (2023-05-16) ### Chore @@ -88,12 +97,3 @@ - -## [openhab-4.0.9](https://github.com/truecharts/charts/compare/openhab-4.0.8...openhab-4.0.9) (2023-01-10) - -### Chore - -- update container image tccr.io/truecharts/openhab to v3.4.1 - - - diff --git a/stable/openhab/5.0.4/Chart.yaml b/stable/openhab/5.0.5/Chart.yaml similarity index 95% rename from stable/openhab/5.0.4/Chart.yaml rename to stable/openhab/5.0.5/Chart.yaml index 5561757671d..551390ff186 100644 --- a/stable/openhab/5.0.4/Chart.yaml +++ b/stable/openhab/5.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "3.4.3" +appVersion: "3.4.4" 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.4 +version: 5.0.5 annotations: truecharts.org/catagories: | - media diff --git a/stable/openhab/5.0.4/README.md b/stable/openhab/5.0.5/README.md similarity index 100% rename from stable/openhab/5.0.4/README.md rename to stable/openhab/5.0.5/README.md diff --git a/stable/openhab/5.0.5/app-changelog.md b/stable/openhab/5.0.5/app-changelog.md new file mode 100644 index 00000000000..6366d0431be --- /dev/null +++ b/stable/openhab/5.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openhab-5.0.5](https://github.com/truecharts/charts/compare/openhab-5.0.4...openhab-5.0.5) (2023-05-20) + +### Chore + +- update container image tccr.io/truecharts/openhab to v3.4.4 ([#9016](https://github.com/truecharts/charts/issues/9016)) + + \ No newline at end of file diff --git a/stable/openhab/5.0.4/app-readme.md b/stable/openhab/5.0.5/app-readme.md similarity index 100% rename from stable/openhab/5.0.4/app-readme.md rename to stable/openhab/5.0.5/app-readme.md diff --git a/stable/openhab/5.0.4/charts/common-12.8.1.tgz b/stable/openhab/5.0.5/charts/common-12.8.1.tgz similarity index 100% rename from stable/openhab/5.0.4/charts/common-12.8.1.tgz rename to stable/openhab/5.0.5/charts/common-12.8.1.tgz diff --git a/stable/openhab/5.0.4/ix_values.yaml b/stable/openhab/5.0.5/ix_values.yaml similarity index 94% rename from stable/openhab/5.0.4/ix_values.yaml rename to stable/openhab/5.0.5/ix_values.yaml index b452f432074..fd9c5117779 100644 --- a/stable/openhab/5.0.4/ix_values.yaml +++ b/stable/openhab/5.0.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/openhab pullPolicy: IfNotPresent - tag: 3.4.3@sha256:d0aa6f705e7491678210ce7819b1ca0a9a77555c94bcf7ad931e0b70f5ac6e90 + tag: v3.4.4@sha256:61e63722d22e8881cc872e73bf87b9def4ca101a44600c81dc16c9e6b35e080c service: main: ports: diff --git a/stable/openhab/5.0.4/questions.yaml b/stable/openhab/5.0.5/questions.yaml similarity index 100% rename from stable/openhab/5.0.4/questions.yaml rename to stable/openhab/5.0.5/questions.yaml diff --git a/stable/openhab/5.0.4/templates/NOTES.txt b/stable/openhab/5.0.5/templates/NOTES.txt similarity index 100% rename from stable/openhab/5.0.4/templates/NOTES.txt rename to stable/openhab/5.0.5/templates/NOTES.txt diff --git a/stable/openhab/5.0.4/templates/common.yaml b/stable/openhab/5.0.5/templates/common.yaml similarity index 100% rename from stable/openhab/5.0.4/templates/common.yaml rename to stable/openhab/5.0.5/templates/common.yaml diff --git a/stable/openhab/5.0.4/values.yaml b/stable/openhab/5.0.5/values.yaml similarity index 100% rename from stable/openhab/5.0.4/values.yaml rename to stable/openhab/5.0.5/values.yaml