From 193a4b5d90dddd5ac234df372f2be7757c60637d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 21 May 2023 22:43:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/5.0.14/app-changelog.md | 9 --------- stable/drawio/{5.0.14 => 5.0.15}/CHANGELOG.md | 18 +++++++++--------- stable/drawio/{5.0.14 => 5.0.15}/Chart.yaml | 4 ++-- stable/drawio/{5.0.14 => 5.0.15}/README.md | 0 stable/drawio/5.0.15/app-changelog.md | 9 +++++++++ .../drawio/{5.0.14 => 5.0.15}/app-readme.md | 0 .../charts/common-12.8.1.tgz | Bin .../drawio/{5.0.14 => 5.0.15}/ix_values.yaml | 2 +- .../drawio/{5.0.14 => 5.0.15}/questions.yaml | 0 .../{5.0.14 => 5.0.15}/templates/NOTES.txt | 0 .../{5.0.14 => 5.0.15}/templates/common.yaml | 0 stable/drawio/{5.0.14 => 5.0.15}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/drawio/5.0.14/app-changelog.md rename stable/drawio/{5.0.14 => 5.0.15}/CHANGELOG.md (90%) rename stable/drawio/{5.0.14 => 5.0.15}/Chart.yaml (94%) rename stable/drawio/{5.0.14 => 5.0.15}/README.md (100%) create mode 100644 stable/drawio/5.0.15/app-changelog.md rename stable/drawio/{5.0.14 => 5.0.15}/app-readme.md (100%) rename stable/drawio/{5.0.14 => 5.0.15}/charts/common-12.8.1.tgz (100%) rename stable/drawio/{5.0.14 => 5.0.15}/ix_values.yaml (87%) rename stable/drawio/{5.0.14 => 5.0.15}/questions.yaml (100%) rename stable/drawio/{5.0.14 => 5.0.15}/templates/NOTES.txt (100%) rename stable/drawio/{5.0.14 => 5.0.15}/templates/common.yaml (100%) rename stable/drawio/{5.0.14 => 5.0.15}/values.yaml (100%) diff --git a/stable/drawio/5.0.14/app-changelog.md b/stable/drawio/5.0.14/app-changelog.md deleted file mode 100644 index 1847572ed8..0000000000 --- a/stable/drawio/5.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [drawio-5.0.14](https://github.com/truecharts/charts/compare/drawio-5.0.13...drawio-5.0.14) (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/drawio/5.0.14/CHANGELOG.md b/stable/drawio/5.0.15/CHANGELOG.md similarity index 90% rename from stable/drawio/5.0.14/CHANGELOG.md rename to stable/drawio/5.0.15/CHANGELOG.md index cdd277a24e..fe97e4eaa2 100644 --- a/stable/drawio/5.0.14/CHANGELOG.md +++ b/stable/drawio/5.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [drawio-5.0.15](https://github.com/truecharts/charts/compare/drawio-5.0.14...drawio-5.0.15) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/drawio to v21.3.0 ([#9050](https://github.com/truecharts/charts/issues/9050)) + + + + ## [drawio-5.0.14](https://github.com/truecharts/charts/compare/drawio-5.0.13...drawio-5.0.14) (2023-05-16) ### Chore @@ -88,12 +97,3 @@ ## [drawio-5.0.5](https://github.com/truecharts/charts/compare/drawio-5.0.4...drawio-5.0.5) (2023-04-16) ### Chore - -- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061)) - - - - -## [drawio-5.0.4](https://github.com/truecharts/charts/compare/drawio-5.0.3...drawio-5.0.4) (2023-04-15) - -### Chore diff --git a/stable/drawio/5.0.14/Chart.yaml b/stable/drawio/5.0.15/Chart.yaml similarity index 94% rename from stable/drawio/5.0.14/Chart.yaml rename to stable/drawio/5.0.15/Chart.yaml index ae4902be1d..a62280a2d1 100644 --- a/stable/drawio/5.0.14/Chart.yaml +++ b/stable/drawio/5.0.15/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "21.2.9" +appVersion: "21.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: drawio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://github.com/jgraph/drawio -version: 5.0.14 +version: 5.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/drawio/5.0.14/README.md b/stable/drawio/5.0.15/README.md similarity index 100% rename from stable/drawio/5.0.14/README.md rename to stable/drawio/5.0.15/README.md diff --git a/stable/drawio/5.0.15/app-changelog.md b/stable/drawio/5.0.15/app-changelog.md new file mode 100644 index 0000000000..9d40912330 --- /dev/null +++ b/stable/drawio/5.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-5.0.15](https://github.com/truecharts/charts/compare/drawio-5.0.14...drawio-5.0.15) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/drawio to v21.3.0 ([#9050](https://github.com/truecharts/charts/issues/9050)) + + \ No newline at end of file diff --git a/stable/drawio/5.0.14/app-readme.md b/stable/drawio/5.0.15/app-readme.md similarity index 100% rename from stable/drawio/5.0.14/app-readme.md rename to stable/drawio/5.0.15/app-readme.md diff --git a/stable/drawio/5.0.14/charts/common-12.8.1.tgz b/stable/drawio/5.0.15/charts/common-12.8.1.tgz similarity index 100% rename from stable/drawio/5.0.14/charts/common-12.8.1.tgz rename to stable/drawio/5.0.15/charts/common-12.8.1.tgz diff --git a/stable/drawio/5.0.14/ix_values.yaml b/stable/drawio/5.0.15/ix_values.yaml similarity index 87% rename from stable/drawio/5.0.14/ix_values.yaml rename to stable/drawio/5.0.15/ix_values.yaml index b783b71942..8318e59a1f 100644 --- a/stable/drawio/5.0.14/ix_values.yaml +++ b/stable/drawio/5.0.15/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/drawio - tag: v21.2.9@sha256:e0c9fcb95bae8c6ab94d30f19a6ff3af43cf61068325aaf7ab7b00b985dea24a + tag: v21.3.0@sha256:47d2210505afcc3667d439cec12a7a8b0dee724f438e20d79e6ca31e6dcc6dfd pullPolicy: IfNotPresent securityContext: diff --git a/stable/drawio/5.0.14/questions.yaml b/stable/drawio/5.0.15/questions.yaml similarity index 100% rename from stable/drawio/5.0.14/questions.yaml rename to stable/drawio/5.0.15/questions.yaml diff --git a/stable/drawio/5.0.14/templates/NOTES.txt b/stable/drawio/5.0.15/templates/NOTES.txt similarity index 100% rename from stable/drawio/5.0.14/templates/NOTES.txt rename to stable/drawio/5.0.15/templates/NOTES.txt diff --git a/stable/drawio/5.0.14/templates/common.yaml b/stable/drawio/5.0.15/templates/common.yaml similarity index 100% rename from stable/drawio/5.0.14/templates/common.yaml rename to stable/drawio/5.0.15/templates/common.yaml diff --git a/stable/drawio/5.0.14/values.yaml b/stable/drawio/5.0.15/values.yaml similarity index 100% rename from stable/drawio/5.0.14/values.yaml rename to stable/drawio/5.0.15/values.yaml