Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update velero #486

Merged
merged 3 commits into from
Aug 6, 2024
Merged

chore(deps): update velero #486

merged 3 commits into from
Aug 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
cgr.dev/du-uds-defenseunicorns/kubectl-fips (source) patch 1.29.5-dev -> 1.29.7-dev
cgr.dev/du-uds-defenseunicorns/velero-fips (source) minor 1.13.2-dev -> 1.14.0-dev
cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips (source) minor 1.9.2 -> 1.10.0
docker.io/bitnami/kubectl (source) patch 1.30.2 -> 1.30.3
registry1.dso.mil/ironbank/opensource/velero/velero (source) minor v1.13.2 -> v1.14.0
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws (source) minor v1.9.2 -> v1.10.0
velero (source) major 6.6.0 -> 7.1.4
velero/velero minor v1.13.2 -> v1.14.0
velero/velero-plugin-for-aws minor v1.9.2 -> v1.10.0

Release Notes

vmware-tanzu/helm-charts (velero)

v7.1.4

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-7.1.3...velero-7.1.4

v7.1.3

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-7.1.2...velero-7.1.3

v7.1.2

Compare Source

A Helm chart for velero

What's Changed

Full Changelog: vmware-tanzu/helm-charts@velero-7.1.1...velero-7.1.2

v7.1.1

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-7.1.0...velero-7.1.1

v7.1.0

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-7.0.0...velero-7.1.0

v7.0.0

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-6.7.0...velero-7.0.0

v6.7.0

Compare Source

A Helm chart for velero

What's Changed

New Contributors

Full Changelog: vmware-tanzu/helm-charts@velero-6.6.0...velero-6.7.0

vmware-tanzu/velero-plugin-for-aws (velero/velero-plugin-for-aws)

v1.10.0: v1.10

Compare Source

All changes


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update velero to v1.14.0 chore(deps): update velero Jun 18, 2024
@renovate renovate bot force-pushed the renovate/velero branch 2 times, most recently from ca4f605 to 945e285 Compare June 18, 2024 14:42
@renovate renovate bot force-pushed the renovate/velero branch 2 times, most recently from cc357f3 to d9a2888 Compare June 27, 2024 10:53
@mjnagel
Copy link
Contributor

mjnagel commented Jul 12, 2024

It appears that the CSI plugin is now in the velero image by default - https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero#upgrading-to-700 - so we may be able to/need to remove that from our init containers.

@renovate renovate bot force-pushed the renovate/velero branch 4 times, most recently from 0984ee4 to d6d6669 Compare July 19, 2024 09:03
| datasource | package                                                            | from    | to      |
| ---------- | ------------------------------------------------------------------ | ------- | ------- |
| docker     | cgr.dev/du-uds-defenseunicorns/kubectl-fips                        | 1.29.5  | 1.29.7  |
| docker     | cgr.dev/du-uds-defenseunicorns/velero-fips                         | 1.13.2  | 1.14.0  |
| docker     | cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips          | 1.9.2   | 1.10.0  |
| docker     | docker.io/bitnami/kubectl                                          | 1.30.2  | 1.30.3  |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero                | v1.13.2 | v1.14.0 |
| docker     | registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws | v1.9.2  | v1.10.0 |
| helm       | velero                                                             | 6.6.0   | 7.1.4   |
| docker     | velero/velero                                                      | v1.13.2 | v1.14.0 |
| docker     | velero/velero-plugin-for-aws                                       | v1.9.2  | v1.10.0 |
@mjnagel mjnagel self-assigned this Aug 6, 2024
@mjnagel mjnagel requested a review from a team as a code owner August 6, 2024 19:30
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

@UnicornChance UnicornChance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested deployments locally, everything looks good. kind of annoying cgr kubectl-fips image isnt up to date with kubectl images. but not much we can do there. LGTM

@mjnagel mjnagel merged commit f425e92 into main Aug 6, 2024
18 checks passed
@mjnagel mjnagel deleted the renovate/velero branch August 6, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants