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

Bump github.com/vmware-tanzu/velero from 1.10.0 to 1.11.1 #179

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps github.com/vmware-tanzu/velero from 1.10.0 to 1.11.1.

Release notes

Sourced from github.com/vmware-tanzu/velero's releases.

v1.11.1

2023-07-25

Download

https://github.com/vmware-tanzu/velero/releases/tag/v1.11.1

Container Image

velero/velero:v1.11.1

Documentation

https://velero.io/docs/v1.11/

Upgrading

https://velero.io/docs/v1.11/upgrade-to-1.11/

All changes

  • Add support for OpenStack CSI drivers topology keys (#6488, @​kayrus)
  • Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause (#6477, @​Lyndon-Li)
  • Fixed a bug where status.progress is not getting updated for backups. (#6324, @​blackpiglet)
  • Restore Endpoints before Services (#6316, @​ywk253100)
  • Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning. (#6189, @​Lyndon-Li)

v1.11.1-rc.1

v1.11.1

2023-07-19

Download

https://github.com/vmware-tanzu/velero/releases/tag/v1.11.1-rc.1

Container Image

velero/velero:v1.11.1-rc.1

Documentation

https://velero.io/docs/v1.11/

Upgrading

https://velero.io/docs/v1.11/upgrade-to-1.11/

All changes

  • Add support for OpenStack CSI drivers topology keys (#6488, @​kayrus)
  • Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause (#6477, @​Lyndon-Li)
  • Fixed a bug where status.progress is not getting updated for backups. (#6324, @​blackpiglet)
  • Restore Endpoints before Services (#6316, @​ywk253100)
  • Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning. (#6189, @​Lyndon-Li)

v1.11.0

v1.11

2023-04-20

... (truncated)

Commits
  • bdbe7eb Add v1.11.1 changelog. (#6522)
  • 5afe837 Merge pull request #6516 from blackpiglet/v1.11_change_push_to_gcr
  • 350cb6d Integrate pushing to docker hub and gcr.io in one docker build and push command.
  • ef23da3 Fix release-1.11 push github action out of space issue. (#6500)
  • 6862fb8 Merge pull request #6488 from kayrus/openstack-cis-zone-labels-1.11
  • c8e405c Merge branch 'release-1.11' into openstack-cis-zone-labels-1.11
  • 5836a2a Merge pull request #6485 from blackpiglet/release-1.11_bump_golang
  • a1e08f4 Add support for OpenStack CSI drivers topology keys
  • 61a08cc Bump Golang to v1.20.6 for release-1.11.
  • 46a355c Merge pull request #6477 from Lyndon-Li/release-1.11
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/vmware-tanzu/velero](https://github.com/vmware-tanzu/velero) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/vmware-tanzu/velero/releases)
- [Changelog](https://github.com/vmware-tanzu/velero/blob/main/CHANGELOG.md)
- [Commits](vmware-tanzu/velero@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/vmware-tanzu/velero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Jul 25, 2023
@kubevirt-bot kubevirt-bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 25, 2023
@kubevirt-bot
Copy link

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubevirt member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ShellyKa13
Copy link
Contributor

/ok-to-test

@kubevirt-bot kubevirt-bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 25, 2023
@ShellyKa13
Copy link
Contributor

/lgtm
/approve

@kubevirt-bot kubevirt-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 25, 2023
@kubevirt-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ShellyKa13

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 25, 2023
@kubevirt-bot kubevirt-bot merged commit e80e5d8 into main Jul 25, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vmware-tanzu/velero-1.11.1 branch July 25, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants