Skip to content

Commit

Permalink
chore(deps): update velero (#695)
Browse files Browse the repository at this point in the history
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://togithub.com/chainguard-images/images-private/tree/HEAD/images/kubectl-fips))
| patch | `1.29.7-dev` -> `1.29.8-dev` |
|
[cgr.dev/du-uds-defenseunicorns/velero-fips](https://images.chainguard.dev/directory/image/velero-fips/overview)
([source](https://togithub.com/chainguard-images/images-private/tree/HEAD/images/velero-fips))
| patch | `1.14.0-dev` -> `1.14.1-dev` |
|
[cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips](https://images.chainguard.dev/directory/image/velero-plugin-for-aws-fips/overview)
([source](https://togithub.com/chainguard-images/images-private/tree/HEAD/images/velero-plugin-for-aws-fips))
| patch | `1.10.0` -> `1.10.1` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero](https://velero.io)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero)) | patch
| `v1.14.0` -> `v1.14.1` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws](https://togithub.com/vmware-tanzu/velero-plugin-for-aws)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws))
| patch | `v1.10.0` -> `v1.10.1` |
|
[registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure](https://togithub.com/vmware-tanzu/velero-plugin-for-microsoft-azure)
([source](https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-microsoft-azure))
| patch | `v1.10.0` -> `v1.10.1` |
| velero/velero | patch | `v1.14.0` -> `v1.14.1` |
|
[velero/velero-plugin-for-aws](https://togithub.com/vmware-tanzu/velero-plugin-for-aws)
| patch | `v1.10.0` -> `v1.10.1` |
| velero/velero-plugin-for-microsoft-azure | patch | `v1.10.0` ->
`v1.10.1` |

---

### Release Notes

<details>
<summary>vmware-tanzu/velero-plugin-for-aws
(velero/velero-plugin-for-aws)</summary>

###
[`v1.10.1`](https://togithub.com/vmware-tanzu/velero-plugin-for-aws/releases/tag/v1.10.1)

[Compare
Source](https://togithub.com/vmware-tanzu/velero-plugin-for-aws/compare/v1.10.0...v1.10.1)

#### All changes

- Bump Golang version to fix CVEs.
([#&#8203;213](https://togithub.com/vmware-tanzu/velero-plugin-for-aws/issues/213),
[@&#8203;blackpiglet](https://togithub.com/blackpiglet))
- Set hinting region to use for GetBucketRegion
([#&#8203;212](https://togithub.com/vmware-tanzu/velero-plugin-for-aws/issues/212),
[@&#8203;kaovilai](https://togithub.com/kaovilai))

</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://togithub.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent f92bf53 commit c188393
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions src/velero/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero
tag: v1.14.0
tag: v1.14.1

kubectl:
image:
Expand All @@ -9,13 +9,13 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
8 changes: 4 additions & 4 deletions src/velero/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/velero-fips
tag: 1.14.0-dev
tag: 1.14.1-dev

kubectl:
image:
repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips
tag: 1.29.7-dev
tag: 1.29.8-dev

initContainers:
- name: velero-plugin-for-aws
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.0
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
6 changes: 3 additions & 3 deletions src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: velero/velero
tag: v1.14.0
tag: v1.14.1

kubectl:
image:
Expand All @@ -9,13 +9,13 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.10.0
image: velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
20 changes: 10 additions & 10 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- velero/velero:v1.14.0
- velero/velero-plugin-for-aws:v1.10.0
- velero/velero:v1.14.1
- velero/velero-plugin-for-aws:v1.10.1
- docker.io/bitnami/kubectl:1.31.0
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
required: true
Expand All @@ -32,10 +32,10 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.0
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1
- registry1.dso.mil/ironbank/big-bang/base:2.1.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
required: true
Expand All @@ -48,7 +48,7 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.0-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.0
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.7-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.1-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.8-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.1

0 comments on commit c188393

Please sign in to comment.