From 98da28e993eff6b0f0540efda54e3e8ad8c79246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:52:33 +0000 Subject: [PATCH 1/4] Bump velero/velero from v1.14.1 to v1.15.0 in /charts/velero Bumps velero/velero from v1.14.1 to v1.15.0. --- updated-dependencies: - dependency-name: velero/velero dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- charts/velero/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index d38a2684..cf3f0b54 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -33,7 +33,7 @@ namespace: # enabling node-agent). Required. image: repository: velero/velero - tag: v1.14.1 + tag: v1.15.0 # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. # If used, it will take precedence over the image.tag. # digest: From 555498babc199cd34f1c80dfdd2401036f2bd67a Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Sun, 10 Nov 2024 19:37:31 +0800 Subject: [PATCH 2/4] chore: update README.md Signed-off-by: JenTing Hsiao --- charts/velero/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/velero/README.md b/charts/velero/README.md index e6176d84..fb192b56 100644 --- a/charts/velero/README.md +++ b/charts/velero/README.md @@ -16,7 +16,7 @@ Kubernetes v1.16+, because this helm chart uses CustomResourceDefinition `apiext ### Velero version -This helm chart installs Velero version v1.14 https://velero.io/docs/v1.14/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions. +This helm chart installs Velero version v1.15 https://velero.io/docs/v1.15/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions. ### Provider credentials @@ -104,6 +104,10 @@ This version removes the `nodeAgent.privileged` field, you should use `nodeAgent ## Upgrading Velero +### Upgrading to v1.15 + +The [instructions found here](https://velero.io/docs/v1.15/upgrade-to-1.15/) will assist you in upgrading from version v1.14.x to v1.15. + ### Upgrading to v1.14 The [instructions found here](https://velero.io/docs/v1.14/upgrade-to-1.14/) will assist you in upgrading from version v1.13.x to v1.14. From f4941fb61e2006a25cc422ae67e1975c41956b96 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Sun, 10 Nov 2024 20:08:21 +0800 Subject: [PATCH 3/4] chore: bump chart version Signed-off-by: JenTing Hsiao --- charts/velero/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index f83534a7..92c2b1a4 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 1.14.1 +appVersion: 1.15.0 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 7.2.2 +version: 8.0.0 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: From 9e3fca1654c6c757e3944082d261413d4cd88837 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Sun, 10 Nov 2024 20:11:28 +0800 Subject: [PATCH 4/4] feat: bump CRDs Signed-off-by: JenTing Hsiao --- charts/velero/crds/backuprepositories.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/velero/crds/backuprepositories.yaml b/charts/velero/crds/backuprepositories.yaml index 4453dca3..127849c9 100644 --- a/charts/velero/crds/backuprepositories.yaml +++ b/charts/velero/crds/backuprepositories.yaml @@ -56,6 +56,13 @@ spec: description: MaintenanceFrequency is how often maintenance should be run. type: string + repositoryConfig: + additionalProperties: + type: string + description: RepositoryConfig is for repository-specific configuration + fields. + nullable: true + type: object repositoryType: description: RepositoryType indicates the type of the backend repository enum: