From 95b031ea20ac76c39d38fa0a1657b987044992a4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 14 Oct 2023 12:45:16 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/xwiki/8.0.11/app-changelog.md | 9 --------- stable/xwiki/{8.0.11 => 8.0.12}/CHANGELOG.md | 18 +++++++++--------- stable/xwiki/{8.0.11 => 8.0.12}/Chart.yaml | 2 +- stable/xwiki/{8.0.11 => 8.0.12}/README.md | 0 stable/xwiki/8.0.12/app-changelog.md | 9 +++++++++ stable/xwiki/{8.0.11 => 8.0.12}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../xwiki/{8.0.11 => 8.0.12}/ix_values.yaml | 2 +- .../xwiki/{8.0.11 => 8.0.12}/questions.yaml | 0 .../{8.0.11 => 8.0.12}/templates/NOTES.txt | 0 .../{8.0.11 => 8.0.12}/templates/common.yaml | 0 stable/xwiki/{8.0.11 => 8.0.12}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/xwiki/8.0.11/app-changelog.md rename stable/xwiki/{8.0.11 => 8.0.12}/CHANGELOG.md (91%) rename stable/xwiki/{8.0.11 => 8.0.12}/Chart.yaml (97%) rename stable/xwiki/{8.0.11 => 8.0.12}/README.md (100%) create mode 100644 stable/xwiki/8.0.12/app-changelog.md rename stable/xwiki/{8.0.11 => 8.0.12}/app-readme.md (100%) rename stable/xwiki/{8.0.11 => 8.0.12}/charts/common-14.0.9.tgz (100%) rename stable/xwiki/{8.0.11 => 8.0.12}/ix_values.yaml (90%) rename stable/xwiki/{8.0.11 => 8.0.12}/questions.yaml (100%) rename stable/xwiki/{8.0.11 => 8.0.12}/templates/NOTES.txt (100%) rename stable/xwiki/{8.0.11 => 8.0.12}/templates/common.yaml (100%) rename stable/xwiki/{8.0.11 => 8.0.12}/values.yaml (100%) diff --git a/stable/xwiki/8.0.11/app-changelog.md b/stable/xwiki/8.0.11/app-changelog.md deleted file mode 100644 index ffd2dc000b..0000000000 --- a/stable/xwiki/8.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [xwiki-8.0.11](https://github.com/truecharts/charts/compare/xwiki-8.0.10...xwiki-8.0.11) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/xwiki/8.0.11/CHANGELOG.md b/stable/xwiki/8.0.12/CHANGELOG.md similarity index 91% rename from stable/xwiki/8.0.11/CHANGELOG.md rename to stable/xwiki/8.0.12/CHANGELOG.md index 23cb7f07e3..472d360371 100644 --- a/stable/xwiki/8.0.11/CHANGELOG.md +++ b/stable/xwiki/8.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [xwiki-8.0.12](https://github.com/truecharts/charts/compare/xwiki-8.0.11...xwiki-8.0.12) (2023-10-14) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.8.0-postgres ([#13612](https://github.com/truecharts/charts/issues/13612)) + + + + ## [xwiki-8.0.11](https://github.com/truecharts/charts/compare/xwiki-8.0.10...xwiki-8.0.11) (2023-10-07) ### Chore @@ -88,12 +97,3 @@ ## [xwiki-8.0.2](https://github.com/truecharts/charts/compare/xwiki-8.0.1...xwiki-8.0.2) (2023-08-12) ### Chore - -- update container image tccr.io/truecharts/xwiki to v15.5.1-postgres ([#11442](https://github.com/truecharts/charts/issues/11442)) - - - - -## [xwiki-8.0.1](https://github.com/truecharts/charts/compare/xwiki-8.0.0...xwiki-8.0.1) (2023-08-07) - -### Chore diff --git a/stable/xwiki/8.0.11/Chart.yaml b/stable/xwiki/8.0.12/Chart.yaml similarity index 97% rename from stable/xwiki/8.0.11/Chart.yaml rename to stable/xwiki/8.0.12/Chart.yaml index 89b293cee8..376240a711 100644 --- a/stable/xwiki/8.0.11/Chart.yaml +++ b/stable/xwiki/8.0.12/Chart.yaml @@ -19,7 +19,7 @@ name: xwiki sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://github.com/xwiki/xwiki-docker -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/xwiki/8.0.11/README.md b/stable/xwiki/8.0.12/README.md similarity index 100% rename from stable/xwiki/8.0.11/README.md rename to stable/xwiki/8.0.12/README.md diff --git a/stable/xwiki/8.0.12/app-changelog.md b/stable/xwiki/8.0.12/app-changelog.md new file mode 100644 index 0000000000..157846ae76 --- /dev/null +++ b/stable/xwiki/8.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [xwiki-8.0.12](https://github.com/truecharts/charts/compare/xwiki-8.0.11...xwiki-8.0.12) (2023-10-14) + +### Chore + +- update container image tccr.io/truecharts/xwiki to v15.8.0-postgres ([#13612](https://github.com/truecharts/charts/issues/13612)) + + \ No newline at end of file diff --git a/stable/xwiki/8.0.11/app-readme.md b/stable/xwiki/8.0.12/app-readme.md similarity index 100% rename from stable/xwiki/8.0.11/app-readme.md rename to stable/xwiki/8.0.12/app-readme.md diff --git a/stable/xwiki/8.0.11/charts/common-14.0.9.tgz b/stable/xwiki/8.0.12/charts/common-14.0.9.tgz similarity index 100% rename from stable/xwiki/8.0.11/charts/common-14.0.9.tgz rename to stable/xwiki/8.0.12/charts/common-14.0.9.tgz diff --git a/stable/xwiki/8.0.11/ix_values.yaml b/stable/xwiki/8.0.12/ix_values.yaml similarity index 90% rename from stable/xwiki/8.0.11/ix_values.yaml rename to stable/xwiki/8.0.12/ix_values.yaml index 5777116d40..3dd29d80f9 100644 --- a/stable/xwiki/8.0.11/ix_values.yaml +++ b/stable/xwiki/8.0.12/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/xwiki - tag: v15.8.0-postgres@sha256:3869c6f1d0e10758e26dcfb750ac1456d0f02a63a9ccdca531cb29149d4ab380 + tag: v15.8.0-postgres@sha256:f077842e5ae010317517ad4ff0385df0a35f496a0e27169e00a1a931474adc9a pullPolicy: IfNotPresent service: main: diff --git a/stable/xwiki/8.0.11/questions.yaml b/stable/xwiki/8.0.12/questions.yaml similarity index 100% rename from stable/xwiki/8.0.11/questions.yaml rename to stable/xwiki/8.0.12/questions.yaml diff --git a/stable/xwiki/8.0.11/templates/NOTES.txt b/stable/xwiki/8.0.12/templates/NOTES.txt similarity index 100% rename from stable/xwiki/8.0.11/templates/NOTES.txt rename to stable/xwiki/8.0.12/templates/NOTES.txt diff --git a/stable/xwiki/8.0.11/templates/common.yaml b/stable/xwiki/8.0.12/templates/common.yaml similarity index 100% rename from stable/xwiki/8.0.11/templates/common.yaml rename to stable/xwiki/8.0.12/templates/common.yaml diff --git a/stable/xwiki/8.0.11/values.yaml b/stable/xwiki/8.0.12/values.yaml similarity index 100% rename from stable/xwiki/8.0.11/values.yaml rename to stable/xwiki/8.0.12/values.yaml