Skip to content

Commit f352008

Browse files
authoredMar 27, 2024··
chore(deps): update velero (#260)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bitnami/kubectl | minor | `1.28.6` -> `1.29.3` | | [registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch | `v1.13.0` -> `v1.13.1` | | [registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws](https://github.com/vmware-tanzu/velero-plugin-for-aws) ([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws)) | patch | `v1.9.0` -> `v1.9.1` | | [velero](https://github.com/vmware-tanzu/velero) ([source](https://github.com/vmware-tanzu/helm-charts)) | major | `5.4.1` -> `6.0.0` | | velero/velero | patch | `v1.13.0` -> `v1.13.1` | | velero/velero-plugin-for-aws | patch | `v1.9.0` -> `v1.9.1` | --- ### Release Notes <details> <summary>vmware-tanzu/helm-charts (velero)</summary> ### [`v6.0.0`](https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.0.0) [Compare Source](https://github.com/vmware-tanzu/helm-charts/compare/velero-5.4.1...velero-6.0.0) A Helm chart for velero #### What's Changed - fix(velero): remove useless `nodeAgent.privileged` by [@&#8203;cwrau](https://github.com/cwrau) in [https://github.com/vmware-tanzu/helm-charts/pull/509](https://github.com/vmware-tanzu/helm-charts/pull/509) #### New Contributors - [@&#8203;cwrau](https://github.com/cwrau) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/509](https://github.com/vmware-tanzu/helm-charts/pull/509) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.4.1...velero-6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1661b15 commit f352008

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎src/velero/common/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ components:
3333
- name: velero
3434
namespace: velero
3535
url: https://vmware-tanzu.github.io/helm-charts
36-
version: 5.4.1
36+
version: 6.0.0
3737
repoName: velero
3838
releaseName: velero
3939
valuesFiles:

‎src/velero/values/registry1-values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: registry1.dso.mil/ironbank/opensource/velero/velero
3-
tag: v1.13.0
3+
tag: v1.13.1
44

55
kubectl:
66
image:
@@ -9,7 +9,7 @@ kubectl:
99

1010
initContainers:
1111
- name: velero-plugin-for-aws
12-
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
12+
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
1313
imagePullPolicy: IfNotPresent
1414
volumeMounts:
1515
- mountPath: /target

‎src/velero/values/upstream-values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
image:
22
repository: velero/velero
3-
tag: v1.13.0
3+
tag: v1.13.1
44

55
kubectl:
66
image:
77
repository: docker.io/bitnami/kubectl
8-
tag: 1.28.6
8+
tag: 1.29.3
99

1010
initContainers:
1111
- name: velero-plugin-for-aws
12-
image: velero/velero-plugin-for-aws:v1.9.0
12+
image: velero/velero-plugin-for-aws:v1.9.1
1313
imagePullPolicy: IfNotPresent
1414
volumeMounts:
1515
- mountPath: /target

‎src/velero/zarf.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ components:
1616
valuesFiles:
1717
- values/upstream-values.yaml
1818
images:
19-
- velero/velero:v1.13.0
20-
- velero/velero-plugin-for-aws:v1.9.0
21-
- docker.io/bitnami/kubectl:1.28.6
19+
- velero/velero:v1.13.1
20+
- velero/velero-plugin-for-aws:v1.9.1
21+
- docker.io/bitnami/kubectl:1.29.3
2222

2323
- name: velero
2424
required: true
@@ -31,6 +31,6 @@ components:
3131
valuesFiles:
3232
- values/registry1-values.yaml
3333
images:
34-
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.0
35-
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
34+
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.1
35+
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.1
3636
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 commit comments

Comments
 (0)
Please sign in to comment.