From 453b6a9d97ce8b9be9850cd502dc05b3cabf206b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 29 Jan 2024 12:33:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- enterprise/velero/3.1.16/app-changelog.md | 9 ------- .../velero/{3.1.16 => 3.2.0}/CHANGELOG.md | 22 +++++++++--------- .../velero/{3.1.16 => 3.2.0}/Chart.yaml | 2 +- enterprise/velero/{3.1.16 => 3.2.0}/LICENSE | 0 enterprise/velero/{3.1.16 => 3.2.0}/README.md | 0 enterprise/velero/3.2.0/app-changelog.md | 11 +++++++++ .../velero/{3.1.16 => 3.2.0}/app-readme.md | 0 .../charts/common-17.2.29.tgz | Bin .../{3.1.16 => 3.2.0}/charts/velero-5.2.2.tgz | Bin .../velero/{3.1.16 => 3.2.0}/ix_values.yaml | 4 ++-- .../velero/{3.1.16 => 3.2.0}/questions.yaml | 0 .../{3.1.16 => 3.2.0}/templates/NOTES.txt | 0 .../{3.1.16 => 3.2.0}/templates/common.yaml | 0 .../velero/{3.1.16 => 3.2.0}/values.yaml | 0 14 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 enterprise/velero/3.1.16/app-changelog.md rename enterprise/velero/{3.1.16 => 3.2.0}/CHANGELOG.md (84%) rename enterprise/velero/{3.1.16 => 3.2.0}/Chart.yaml (98%) rename enterprise/velero/{3.1.16 => 3.2.0}/LICENSE (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/README.md (100%) create mode 100644 enterprise/velero/3.2.0/app-changelog.md rename enterprise/velero/{3.1.16 => 3.2.0}/app-readme.md (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/charts/common-17.2.29.tgz (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/charts/velero-5.2.2.tgz (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/ix_values.yaml (83%) rename enterprise/velero/{3.1.16 => 3.2.0}/questions.yaml (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/templates/NOTES.txt (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/templates/common.yaml (100%) rename enterprise/velero/{3.1.16 => 3.2.0}/values.yaml (100%) diff --git a/enterprise/velero/3.1.16/app-changelog.md b/enterprise/velero/3.1.16/app-changelog.md deleted file mode 100644 index e73b2e0314..0000000000 --- a/enterprise/velero/3.1.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [velero-3.1.16](https://github.com/truecharts/charts/compare/velero-3.1.15...velero-3.1.16) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/enterprise/velero/3.1.16/CHANGELOG.md b/enterprise/velero/3.2.0/CHANGELOG.md similarity index 84% rename from enterprise/velero/3.1.16/CHANGELOG.md rename to enterprise/velero/3.2.0/CHANGELOG.md index ad61a40a66..07d371d765 100644 --- a/enterprise/velero/3.1.16/CHANGELOG.md +++ b/enterprise/velero/3.2.0/CHANGELOG.md @@ -7,6 +7,17 @@ title: Changelog +## [velero-3.2.0](https://github.com/truecharts/charts/compare/velero-3.1.16...velero-3.2.0) (2024-01-29) + +### Chore + + + +- update container image velero/velero-plugin-for-aws to v1.9.0[@198955f](https://github.com/198955f) by renovate ([#17735](https://github.com/truecharts/charts/issues/17735)) + +- update container image velero/velero-plugin-for-csi to v0.7.0[@3ba6439](https://github.com/3ba6439) by renovate ([#17736](https://github.com/truecharts/charts/issues/17736)) + + ## [velero-3.1.16](https://github.com/truecharts/charts/compare/velero-3.1.15...velero-3.1.16) (2024-01-26) ### Chore @@ -86,14 +97,3 @@ title: Changelog - force bump to ensure up-to-date catalogs - - -## [velero-3.1.7](https://github.com/truecharts/charts/compare/velero-3.1.6...velero-3.1.7) (2024-01-02) - -### Chore - - - -- update container image tccr.io/tccr/alpine to latest[@12e0f84](https://github.com/12e0f84) by renovate ([#16791](https://github.com/truecharts/charts/issues/16791)) - - diff --git a/enterprise/velero/3.1.16/Chart.yaml b/enterprise/velero/3.2.0/Chart.yaml similarity index 98% rename from enterprise/velero/3.1.16/Chart.yaml rename to enterprise/velero/3.2.0/Chart.yaml index 26fc2f9fd5..ee383278a2 100644 --- a/enterprise/velero/3.1.16/Chart.yaml +++ b/enterprise/velero/3.2.0/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/velero - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 3.1.16 +version: 3.2.0 diff --git a/enterprise/velero/3.1.16/LICENSE b/enterprise/velero/3.2.0/LICENSE similarity index 100% rename from enterprise/velero/3.1.16/LICENSE rename to enterprise/velero/3.2.0/LICENSE diff --git a/enterprise/velero/3.1.16/README.md b/enterprise/velero/3.2.0/README.md similarity index 100% rename from enterprise/velero/3.1.16/README.md rename to enterprise/velero/3.2.0/README.md diff --git a/enterprise/velero/3.2.0/app-changelog.md b/enterprise/velero/3.2.0/app-changelog.md new file mode 100644 index 0000000000..04cca27643 --- /dev/null +++ b/enterprise/velero/3.2.0/app-changelog.md @@ -0,0 +1,11 @@ + + +## [velero-3.2.0](https://github.com/truecharts/charts/compare/velero-3.1.16...velero-3.2.0) (2024-01-29) + +### Chore + + + +- update container image velero/velero-plugin-for-aws to v1.9.0[@198955f](https://github.com/198955f) by renovate ([#17735](https://github.com/truecharts/charts/issues/17735)) + +- update container image velero/velero-plugin-for-csi to v0.7.0[@3ba6439](https://github.com/3ba6439) by renovate ([#17736](https://github.com/truecharts/charts/issues/17736)) \ No newline at end of file diff --git a/enterprise/velero/3.1.16/app-readme.md b/enterprise/velero/3.2.0/app-readme.md similarity index 100% rename from enterprise/velero/3.1.16/app-readme.md rename to enterprise/velero/3.2.0/app-readme.md diff --git a/enterprise/velero/3.1.16/charts/common-17.2.29.tgz b/enterprise/velero/3.2.0/charts/common-17.2.29.tgz similarity index 100% rename from enterprise/velero/3.1.16/charts/common-17.2.29.tgz rename to enterprise/velero/3.2.0/charts/common-17.2.29.tgz diff --git a/enterprise/velero/3.1.16/charts/velero-5.2.2.tgz b/enterprise/velero/3.2.0/charts/velero-5.2.2.tgz similarity index 100% rename from enterprise/velero/3.1.16/charts/velero-5.2.2.tgz rename to enterprise/velero/3.2.0/charts/velero-5.2.2.tgz diff --git a/enterprise/velero/3.1.16/ix_values.yaml b/enterprise/velero/3.2.0/ix_values.yaml similarity index 83% rename from enterprise/velero/3.1.16/ix_values.yaml rename to enterprise/velero/3.2.0/ix_values.yaml index 5fa667032c..50fc1bd2f7 100644 --- a/enterprise/velero/3.1.16/ix_values.yaml +++ b/enterprise/velero/3.2.0/ix_values.yaml @@ -31,13 +31,13 @@ velero: volumeMounts: - mountPath: /target name: plugins - - image: velero/velero-plugin-for-csi:v0.6.3@sha256:6f6fe00b772cc7730fb2c4db6ebc8c194bcd456f9acc2c93bb0eea0caa2fd359 + - image: velero/velero-plugin-for-csi:v0.7.0@sha256:3ba643989cd2128963cfd5914de28acaa061e8216999e44330fd64a647c503ff imagePullPolicy: IfNotPresent name: velero-plugin-for-csi volumeMounts: - mountPath: /target name: plugins - - image: velero/velero-plugin-for-aws:v1.8.2@sha256:edfb14403fc4ee45ac99f34930125869a06465c44ffacaf57e351e477e2c6b53 + - image: velero/velero-plugin-for-aws:v1.9.0@sha256:198955f28c21fbf8d5e3a343a7660684f12bdd62d6f27c74ed3ca6cf31c87cec imagePullPolicy: IfNotPresent name: velero-plugin-for-aws volumeMounts: diff --git a/enterprise/velero/3.1.16/questions.yaml b/enterprise/velero/3.2.0/questions.yaml similarity index 100% rename from enterprise/velero/3.1.16/questions.yaml rename to enterprise/velero/3.2.0/questions.yaml diff --git a/enterprise/velero/3.1.16/templates/NOTES.txt b/enterprise/velero/3.2.0/templates/NOTES.txt similarity index 100% rename from enterprise/velero/3.1.16/templates/NOTES.txt rename to enterprise/velero/3.2.0/templates/NOTES.txt diff --git a/enterprise/velero/3.1.16/templates/common.yaml b/enterprise/velero/3.2.0/templates/common.yaml similarity index 100% rename from enterprise/velero/3.1.16/templates/common.yaml rename to enterprise/velero/3.2.0/templates/common.yaml diff --git a/enterprise/velero/3.1.16/values.yaml b/enterprise/velero/3.2.0/values.yaml similarity index 100% rename from enterprise/velero/3.1.16/values.yaml rename to enterprise/velero/3.2.0/values.yaml