Skip to content

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0 -> v8.2.0 age confidence

Release Notes

kubernetes-csi/external-snapshotter (github.com/kubernetes-csi/external-snapshotter/client/v8)

v8.2.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.11

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0

Changes by Kind

API Change

  • VolumeGroupSnapshot, VolumeGroupSnapshotContent, and VolumeGroupSnapshotClass
    are now available in v1beta1 version. The support for the v1alpha1 version have been removed. (#​1150, @​leonardoce)

Other (Cleanup or Flake)

  • Move the logic of creating individual VolumeSnapshot and VolumeSnapshotContent resources for dynamically created VolumeGroupSnapshot from csi-snapshotter sidecar to snapshot-controller. (#​1171, @​leonardoce)

Uncategorized

  • The enable-volume-group-snapshots flag has been replaced by feature-gates flag.
    Enable feature gate to enable volumegroupsnapshot, i.e., --feature-gates=CSIVolumeGroupSnapshot=true.
    By default the feature gate is disabled (#​1194, @​yati1998)
  • The validation webhook was deprecated in v8.0.0 and it is now removed.
    The validation webhook would prevent creating multiple default volume snapshot classes and multiple default volume group snapshot classes for the same CSI driver. With the removal of the validation webhook, an error will still be raised when dynamically provisioning a VolumeSnapshot or VolumeGroupSnapshot when multiple default volume snapshot classes or multiple default volume group snapshot classes for the same CSI driver exist. (#​1186, @​yati1998)
  • Use v1.11.0 version of CSI spec (#​1209, @​yati1998)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.2.0/CHANGELOG/CHANGELOG-8.2.md


Configuration

📅 Schedule: Branch creation - Between 03:00 AM and 06:59 AM, Monday through Friday ( * 3-6 * * 1-5 ) in timezone America/New_York, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jul 8, 2025
Copy link
Contributor

openshift-ci bot commented Jul 8, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: renovate-bot
Once this PR has been reviewed and has the lgtm label, please assign johnstrunk for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@openshift-ci openshift-ci bot added the size/XS label Jul 8, 2025
Copy link

sonarqubecloud bot commented Jul 8, 2025

@renovate-bot renovate-bot force-pushed the renovate/github.com-kubernetes-csi-external-snapshotter-client-v8-8.x branch from eb75dd1 to ed00f9a Compare August 13, 2025 13:20
Copy link

Copy link

codecov bot commented Aug 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.7%. Comparing base (69a6428) to head (ed00f9a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1704     +/-   ##
=======================================
+ Coverage   67.6%   67.7%   +0.1%     
=======================================
  Files         57      57             
  Lines       7615    7615             
=======================================
+ Hits        5148    5157      +9     
+ Misses      2165    2159      -6     
+ Partials     302     299      -3     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant