Skip to content

Commit 59ce747

Browse files
chore(deps): update velero (defenseunicorns#1299)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/kubectl-fips](https://images.chainguard.dev/directory/image/kubectl-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/kubectl-fips)) | patch | `1.32.2-dev` -> `1.32.3-dev` | | [docker.io/bitnami/kubectl](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/kubectl)) | patch | `1.32.2` -> `1.32.3` | | [velero](https://redirect.github.com/vmware-tanzu/velero) ([source](https://redirect.github.com/vmware-tanzu/helm-charts)) | minor | `8.3.0` -> `8.5.0` | --- ### Release Notes <details> <summary>vmware-tanzu/helm-charts (velero)</summary> ### [`v8.5.0`](https://redirect.github.com/vmware-tanzu/helm-charts/releases/tag/velero-8.5.0) [Compare Source](https://redirect.github.com/vmware-tanzu/helm-charts/compare/velero-8.4.0...velero-8.5.0) A Helm chart for velero #### What's Changed - \[velero] feat(schedule): support skipImmediately in schedule template by [@&#8203;pniederloehner](https://redirect.github.com/pniederloehner) in [https://github.com/vmware-tanzu/helm-charts/pull/649](https://redirect.github.com/vmware-tanzu/helm-charts/pull/649) #### New Contributors - [@&#8203;pniederloehner](https://redirect.github.com/pniederloehner) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/649](https://redirect.github.com/vmware-tanzu/helm-charts/pull/649) **Full Changelog**: vmware-tanzu/helm-charts@velero-8.4.0...velero-8.5.0 ### [`v8.4.0`](https://redirect.github.com/vmware-tanzu/helm-charts/releases/tag/velero-8.4.0) [Compare Source](https://redirect.github.com/vmware-tanzu/helm-charts/compare/velero-8.3.0...velero-8.4.0) A Helm chart for velero #### What's Changed - \[velero] fix: consistent node-agent podLabels by [@&#8203;foyerunix](https://redirect.github.com/foyerunix) in [https://github.com/vmware-tanzu/helm-charts/pull/623](https://redirect.github.com/vmware-tanzu/helm-charts/pull/623) #### New Contributors - [@&#8203;foyerunix](https://redirect.github.com/foyerunix) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/623](https://redirect.github.com/vmware-tanzu/helm-charts/pull/623) **Full Changelog**: vmware-tanzu/helm-charts@velero-8.3.0...velero-8.4.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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Noah <40781376+noahpb@users.noreply.github.com>
1 parent bf23651 commit 59ce747

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/velero/common/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ components:
4040
- name: velero
4141
namespace: velero
4242
url: https://vmware-tanzu.github.io/helm-charts
43-
version: 8.3.0
43+
version: 8.5.0
4444
repoName: velero
4545
releaseName: velero
4646
valuesFiles:

src/velero/values/unicorn-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
kubectl:
99
image:
1010
repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips
11-
tag: 1.32.2-dev
11+
tag: 1.32.3-dev
1212

1313
initContainers:
1414
- name: velero-plugin-for-aws

src/velero/values/upstream-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
kubectl:
99
image:
1010
repository: docker.io/bitnami/kubectl
11-
tag: 1.32.2
11+
tag: 1.32.3
1212

1313
initContainers:
1414
- name: velero-plugin-for-aws

src/velero/zarf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ components:
2121
images:
2222
- velero/velero:v1.15.2
2323
- velero/velero-plugin-for-aws:v1.11.1
24-
- docker.io/bitnami/kubectl:1.32.2
24+
- docker.io/bitnami/kubectl:1.32.3
2525
- velero/velero-plugin-for-microsoft-azure:v1.11.1
2626

2727
- name: velero
@@ -53,5 +53,5 @@ components:
5353
images:
5454
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.2-dev
5555
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.1
56-
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.32.2-dev
56+
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.32.3-dev
5757
- velero/velero-plugin-for-microsoft-azure:v1.11.1

0 commit comments

Comments
 (0)