Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 2, 2024

This PR contains the following updates:

Package Update Change
kubernetes-csi/external-snapshotter minor v8.0.1 -> v8.4.0

Release Notes

kubernetes-csi/external-snapshotter (kubernetes-csi/external-snapshotter)

v8.4.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.12

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container
to be released
Changes by Kind
API Change
Feature
  • The number of worker threads in the snapshot-controller and csi-snapshotter is now configurable via the worker-threads flag. (#​282, @​huffmanca)
Other (Cleanup or Flake)
  • Several VolumeGroupSnapshot, VolumeGroupSnapshotClass and VolumeGroupSnapshotContent fields are now immutable. The v1beta1 VolumeGroupSnapshot API is now marked as deprecated. (#​1337, @​leonardoce)
  • Update kubernetes dependencies to v1.34.0 (#​1330, @​dobsonj)
Uncategorized
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.4.0/CHANGELOG/CHANGELOG-8.4.md

v8.3.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.3.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
Changes by Kind
Feature
  • Add a new --automaxprocs flag to set the GOMAXPROCS environment variable to match the configured Linux container CPU quota. (#​1304, @​nixpanic)
  • Add support for -logging-format=json
    Remove klog specific flags according to KEP-2845 (#​1256, @​huww98)
  • Use volumegroupsnapshot uid to make snapshotname (#​1294, @​umagnus)
  • Get credentials from annotations for VolumeSnapshotContents that are a member of VolumeGroupSnapshot. (#​1297, @​black-dragon74)
  • Serve additional leader election, work queue, process, and Go runtime metrics (#​1275, @​AndrewSirenko)
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.3.0/CHANGELOG/CHANGELOG-8.3.md

v8.2.1

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.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
Full Changelog

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

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

v8.1.1

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.9

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.1.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.1.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.1.1
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.1/CHANGELOG/CHANGELOG-8.1.md

v8.1.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.9

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.1.0
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.0/CHANGELOG/CHANGELOG-8.1.md

v8.0.2

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.9

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.0.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.0.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.2
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.2/CHANGELOG/CHANGELOG-8.0.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 Sep 2, 2024
@openshift-ci openshift-ci bot added the size/XS label Sep 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch 2 times, most recently from 2f44348 to 1c8eeb9 Compare October 3, 2024 19:27
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2024

@github-actions
Copy link

github-actions bot commented Dec 3, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Dec 3, 2024
@tesshuflower tesshuflower removed the Stale label Dec 3, 2024
@renovate-bot renovate-bot changed the title Update dependency kubernetes-csi/external-snapshotter to v8.1.0 Update dependency kubernetes-csi/external-snapshotter to v8.2.0 Dec 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 1c8eeb9 to d9614cf Compare December 10, 2024 15:13
@sonarqubecloud
Copy link

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Feb 11, 2025
@renovate-bot renovate-bot changed the title Update dependency kubernetes-csi/external-snapshotter to v8.2.0 Update dependency kubernetes-csi/external-snapshotter to v8.2.1 Feb 27, 2025
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from d9614cf to 8d8e8a8 Compare February 27, 2025 18:51
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.9%. Comparing base (c029bc4) to head (0fc609d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1375   +/-   ##
=====================================
  Coverage   68.9%   68.9%           
=====================================
  Files         57      57           
  Lines       6042    6042           
=====================================
  Hits        4166    4166           
  Misses      1566    1566           
  Partials     310     310           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Jun 14, 2025
@renovate-bot renovate-bot changed the title Update dependency kubernetes-csi/external-snapshotter to v8.2.1 Update dependency kubernetes-csi/external-snapshotter to v8.3.0 Jun 19, 2025
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 8d8e8a8 to 8418a36 Compare June 19, 2025 07:00
@sonarqubecloud
Copy link

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Sep 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 8418a36 to 3b86dfc Compare September 22, 2025 14:07
@tesshuflower
Copy link
Contributor

/retest

@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 3b86dfc to 24f6635 Compare October 16, 2025 19:12
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 24f6635 to 4a3a8cd Compare October 21, 2025 10:04
@renovate-bot renovate-bot changed the title Update dependency kubernetes-csi/external-snapshotter to v8.3.0 Update dependency kubernetes-csi/external-snapshotter to v8.4.0 Oct 23, 2025
@renovate-bot renovate-bot force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 4a3a8cd to 45bdf39 Compare October 23, 2025 18:57
renovate-bot and others added 2 commits October 24, 2025 10:36
- It was deprecated in v8.0.0 and then removed in v8.4.0

Signed-off-by: Tesshu Flower <[email protected]>
@tesshuflower tesshuflower force-pushed the renovate/kubernetes-csi-external-snapshotter-8.x branch from 45bdf39 to 0fc609d Compare October 24, 2025 19:04
@openshift-ci openshift-ci bot added size/S and removed size/XS labels Oct 24, 2025
@sonarqubecloud
Copy link

@tesshuflower
Copy link
Contributor

/approve
/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 24, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: renovate-bot, tesshuflower

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

@openshift-merge-bot openshift-merge-bot bot merged commit 2cc9806 into backube:main Oct 24, 2025
37 checks passed
@renovate-bot renovate-bot deleted the renovate/kubernetes-csi-external-snapshotter-8.x branch October 24, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dependencies Pull requests that update a dependency file lgtm size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants