From 23aedbabdca3af78eff225038a5e2773dd4eaa7e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 6 Oct 2023 00:57:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/6.0.10/app-changelog.md | 9 --------- stable/drawio/{6.0.10 => 6.0.11}/CHANGELOG.md | 18 +++++++++--------- stable/drawio/{6.0.10 => 6.0.11}/Chart.yaml | 4 ++-- stable/drawio/{6.0.10 => 6.0.11}/README.md | 0 stable/drawio/6.0.11/app-changelog.md | 9 +++++++++ .../drawio/{6.0.10 => 6.0.11}/app-readme.md | 0 .../charts/common-14.0.6.tgz | Bin .../drawio/{6.0.10 => 6.0.11}/ix_values.yaml | 2 +- .../drawio/{6.0.10 => 6.0.11}/questions.yaml | 0 .../{6.0.10 => 6.0.11}/templates/NOTES.txt | 0 .../{6.0.10 => 6.0.11}/templates/common.yaml | 0 stable/drawio/{6.0.10 => 6.0.11}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/drawio/6.0.10/app-changelog.md rename stable/drawio/{6.0.10 => 6.0.11}/CHANGELOG.md (90%) rename stable/drawio/{6.0.10 => 6.0.11}/Chart.yaml (94%) rename stable/drawio/{6.0.10 => 6.0.11}/README.md (100%) create mode 100644 stable/drawio/6.0.11/app-changelog.md rename stable/drawio/{6.0.10 => 6.0.11}/app-readme.md (100%) rename stable/drawio/{6.0.10 => 6.0.11}/charts/common-14.0.6.tgz (100%) rename stable/drawio/{6.0.10 => 6.0.11}/ix_values.yaml (87%) rename stable/drawio/{6.0.10 => 6.0.11}/questions.yaml (100%) rename stable/drawio/{6.0.10 => 6.0.11}/templates/NOTES.txt (100%) rename stable/drawio/{6.0.10 => 6.0.11}/templates/common.yaml (100%) rename stable/drawio/{6.0.10 => 6.0.11}/values.yaml (100%) diff --git a/stable/drawio/6.0.10/app-changelog.md b/stable/drawio/6.0.10/app-changelog.md deleted file mode 100644 index 9c5c9e076c0..00000000000 --- a/stable/drawio/6.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [drawio-6.0.10](https://github.com/truecharts/charts/compare/drawio-6.0.9...drawio-6.0.10) (2023-10-04) - -### Chore - -- update helm general non-major ([#13197](https://github.com/truecharts/charts/issues/13197)) - - \ No newline at end of file diff --git a/stable/drawio/6.0.10/CHANGELOG.md b/stable/drawio/6.0.11/CHANGELOG.md similarity index 90% rename from stable/drawio/6.0.10/CHANGELOG.md rename to stable/drawio/6.0.11/CHANGELOG.md index 54c87b26db2..86c52f16604 100644 --- a/stable/drawio/6.0.10/CHANGELOG.md +++ b/stable/drawio/6.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [drawio-6.0.11](https://github.com/truecharts/charts/compare/drawio-6.0.10...drawio-6.0.11) (2023-10-06) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.0.3 ([#13295](https://github.com/truecharts/charts/issues/13295)) + + + + ## [drawio-6.0.10](https://github.com/truecharts/charts/compare/drawio-6.0.9...drawio-6.0.10) (2023-10-04) ### Chore @@ -88,12 +97,3 @@ ## [drawio-6.0.1](https://github.com/truecharts/charts/compare/drawio-6.0.0...drawio-6.0.1) (2023-08-12) ### Chore - -- update container image tccr.io/truecharts/drawio to v21.6.8 ([#11451](https://github.com/truecharts/charts/issues/11451)) - - - - - -## [drawio-6.0.0](https://github.com/truecharts/charts/compare/drawio-5.0.36...drawio-6.0.0) (2023-07-31) - diff --git a/stable/drawio/6.0.10/Chart.yaml b/stable/drawio/6.0.11/Chart.yaml similarity index 94% rename from stable/drawio/6.0.10/Chart.yaml rename to stable/drawio/6.0.11/Chart.yaml index f7e9391ea4a..80d45398635 100644 --- a/stable/drawio/6.0.10/Chart.yaml +++ b/stable/drawio/6.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "22.0.2" +appVersion: "22.0.3" 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: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/drawio/6.0.10/README.md b/stable/drawio/6.0.11/README.md similarity index 100% rename from stable/drawio/6.0.10/README.md rename to stable/drawio/6.0.11/README.md diff --git a/stable/drawio/6.0.11/app-changelog.md b/stable/drawio/6.0.11/app-changelog.md new file mode 100644 index 00000000000..78830a874d5 --- /dev/null +++ b/stable/drawio/6.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-6.0.11](https://github.com/truecharts/charts/compare/drawio-6.0.10...drawio-6.0.11) (2023-10-06) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.0.3 ([#13295](https://github.com/truecharts/charts/issues/13295)) + + \ No newline at end of file diff --git a/stable/drawio/6.0.10/app-readme.md b/stable/drawio/6.0.11/app-readme.md similarity index 100% rename from stable/drawio/6.0.10/app-readme.md rename to stable/drawio/6.0.11/app-readme.md diff --git a/stable/drawio/6.0.10/charts/common-14.0.6.tgz b/stable/drawio/6.0.11/charts/common-14.0.6.tgz similarity index 100% rename from stable/drawio/6.0.10/charts/common-14.0.6.tgz rename to stable/drawio/6.0.11/charts/common-14.0.6.tgz diff --git a/stable/drawio/6.0.10/ix_values.yaml b/stable/drawio/6.0.11/ix_values.yaml similarity index 87% rename from stable/drawio/6.0.10/ix_values.yaml rename to stable/drawio/6.0.11/ix_values.yaml index 53170d73af3..55fef0d4494 100644 --- a/stable/drawio/6.0.10/ix_values.yaml +++ b/stable/drawio/6.0.11/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/drawio - tag: v22.0.2@sha256:afc24bd800f1b4547ba32ceabb691c8ca11493ab8b54e6d02de9055b0be8d949 + tag: v22.0.3@sha256:155d6d44066b2e056a066804c181d720056439128e15a5bcb40d88c9deec0ca4 pullPolicy: IfNotPresent securityContext: diff --git a/stable/drawio/6.0.10/questions.yaml b/stable/drawio/6.0.11/questions.yaml similarity index 100% rename from stable/drawio/6.0.10/questions.yaml rename to stable/drawio/6.0.11/questions.yaml diff --git a/stable/drawio/6.0.10/templates/NOTES.txt b/stable/drawio/6.0.11/templates/NOTES.txt similarity index 100% rename from stable/drawio/6.0.10/templates/NOTES.txt rename to stable/drawio/6.0.11/templates/NOTES.txt diff --git a/stable/drawio/6.0.10/templates/common.yaml b/stable/drawio/6.0.11/templates/common.yaml similarity index 100% rename from stable/drawio/6.0.10/templates/common.yaml rename to stable/drawio/6.0.11/templates/common.yaml diff --git a/stable/drawio/6.0.10/values.yaml b/stable/drawio/6.0.11/values.yaml similarity index 100% rename from stable/drawio/6.0.10/values.yaml rename to stable/drawio/6.0.11/values.yaml