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/kubernetes-csi/external-snapshotter/client/v4 from 4.0.0 to 4.2.0 #1316

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2022

Bumps github.com/kubernetes-csi/external-snapshotter/client/v4 from 4.0.0 to 4.2.0.

Release notes

Sourced from github.com/kubernetes-csi/external-snapshotter/client/v4's releases.

client/v4.2.0

The release tag client/v4.2.0 is for VolumeSnapshot APIs and client library which are in a separate go package.

Snapshot APIs

  • The namespace of the referenced VolumeSnapshot is printed when printing a VolumeSnapshotContent. (#535, @​tsmetana)

v4.2.0

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Supported CSI Spec Versions

1.0-1.5

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.20+

Container

docker pull k8s.gcr.io/sig-storage/snapshot-controller:v4.2.0
docker pull k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0
docker pull k8s.gcr.io/sig-storage/snapshot-validation-webhook:v4.2.0

Feature

Snapshot APIs

  • The namespace of the referenced VolumeSnapshot is printed when printing a VolumeSnapshotContent. (#535, @​tsmetana)

Snapshot Controller

  • retry-interval-start and retry-interval-max arguments are added to common-controller which controls retry interval of failed volume snapshot creation and deletion. These values set the ratelimiter for snapshot and content queues. (#530, @​humblec)
  • Add command line arguments leader-election-lease-duration, leader-election-renew-deadline, and leader-election-retry-period to configure leader election options for the snapshot controller. (#575, @​bertinatto)
  • Adds an operations_in_flight metric for determining the number of snapshot operations in progress. (#519, @​ggriffiths)
  • Introduced "SnapshotCreated" and "SnapshotReady" events. (#540, @​rexagod)

CSI Snapshotter Sidecar

  • retry-interval-start and retry-interval-max arguments are added to csi-snapshotter sidecar which controls retry interval of failed volume snapshot creation and deletion. These values set the ratelimiter for volumesnapshotcontent queue. (#308, @​humblec)
  • Add command line arguments leader-election-lease-duration, leader-election-renew-deadline, and leader-election-retry-period to configure leader election options for CSI snapshotter sidecar. (#538, @​RaunakShah)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v4.2.0/CHANGELOG/CHANGELOG-4.2.md

v4.1.1

Overall Status

... (truncated)

Commits
  • f6026ab Merge pull request #579 from xing-yang/changelog-4.2
  • c879fc3 Update manifest
  • 1449bcb Add changelog for 4.2
  • b34e887 Merge pull request #576 from ialidzhikov/cleanup/travis-file
  • 3645fe3 Merge pull request #573 from ggriffiths/http_server_refactor
  • 0ad035e Clean up .travis.yml
  • 0476dce Refactor http server and register leaderelection health check
  • b5b7190 Merge pull request #575 from bertinatto/leader-election-snapshot-controller
  • 22d4998 Add options to configure leader election in snapshot-controller
  • 7b156a0 Merge pull request #574 from chrishenzie/csi-lib-utils-v0.10.0
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/external-snapshotter/client/v4-4.2.0 branch from b2dc0fb to dd93601 Compare March 23, 2022 00:51
@shuguet shuguet added this to Review in progress in Kanister Mar 23, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/external-snapshotter/client/v4-4.2.0 branch from dd93601 to 376e658 Compare March 24, 2022 17:01
Bumps [github.com/kubernetes-csi/external-snapshotter/client/v4](https://github.com/kubernetes-csi/external-snapshotter) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/kubernetes-csi/external-snapshotter/releases)
- [Commits](kubernetes-csi/external-snapshotter@v4.0.0...v4.2.0)

---
updated-dependencies:
- dependency-name: github.com/kubernetes-csi/external-snapshotter/client/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/external-snapshotter/client/v4-4.2.0 branch from 376e658 to 9f52b0d Compare March 31, 2022 04:44
Kanister automation moved this from Review Required to Reviewer approved Apr 4, 2022
@mergify mergify bot merged commit 5fe7368 into master Apr 4, 2022
Kanister automation moved this from Reviewer approved to Done Apr 4, 2022
@mergify mergify bot deleted the dependabot/go_modules/github.com/kubernetes-csi/external-snapshotter/client/v4-4.2.0 branch April 4, 2022 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file kueue
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant