chore(deps): update dependency kubernetes-csi/external-snapshotter to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
kubernetes-csi/external-snapshotter | Kustomization | major |
v5.0.1 -> v8.2.0
|
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-csi/external-snapshotter (kubernetes-csi/external-snapshotter)
v8.2.0
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.11
- VolumeGroupSnapshot moves to GA in CSI spec v1.11.0.
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
, andVolumeGroupSnapshotClass
are now available inv1beta1
version. The support for thev1alpha1
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
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
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
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
v8.0.1
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.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.1
Changes by Kind
Bug or Regression
- Update csi-lib-utils to v0.18.1 (#1101, @solumath)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.1/CHANGELOG/CHANGELOG-8.0.md
v8.0.0
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.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.0.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- The validating logic for VolumeSnapshots, VolumeSnapshotContents, VolumeGroupSnapshots, and VolumeGroupSnapshotContents has been replaced by CEL validation rules. The validating webhook is now only being used for VolumeSnapshotClasses and VolumeGroupSnapshotClasses to ensure that there's at most one class per CSI Driver. The validation webhook is deprecated and will be removed in the next release. (#1091, @leonardoce)
Changes by Kind
API Change
- Update API for group snapshots, easing the restore process. (#1068, @leonardoce)
Feature
- Adds support for ListSnapshots secrets (#252, @bells17)
- Adds validation rules into CRDs. Minimum required Kubernetes version is 1.25 for these validation rules. (#1073, @cici37)
- Link the snapshotted PVCs and the corresponding PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent to make restoring data easier. (#1069, @leonardoce)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.0/CHANGELOG/CHANGELOG-8.0.md
v7.0.2
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.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v7.0.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.2
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.2/CHANGELOG/CHANGELOG-7.0.md
v7.0.1
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.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v7.0.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v7.0.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.1
Changes by Kind
Bug or Regression
- Fixes a panic in the snapshot validation webhook. (#1005, @xing-yang)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.1/CHANGELOG/CHANGELOG-7.0.md
v7.0.0
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.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v7.0.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v7.0.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
-
Enable prevent-volume-mode-conversion feature flag by default.
Volume mode change will be rejected when creating a PVC from a VolumeSnapshot unless the AllowVolumeModeChange annotation has been set to true. Applications relying on volume mode change when creating a PVC from VolumeSnapshot need to be updated accordingly. (#916, @akalenyu)
-
Changed label from "app" to Kubernetes recommended label "app.kubernetes.io/name" when deploying csi-snapshotter, snapshot-controller, and snapshot-validation-webhook. ACTION REQUIRED: With this label change, "kubectl apply" will not work when upgrading from previous versions. You need to uninstall the previous deployment and then reinstall the new deployment. Alternatively you can keep the original label while using "kubectl apply". (https://github.com/kubernetes-csi/external-snapshotter/pull/844, @mowangdk)
Changes by Kind
API Change
- Add VolumeGroupSnapshot API definitions. (#814, @RaunakShah)
- The VolumeGroupSnapshotSource.Selector is now an optional attribute, so that a pre-provisioned VolumeGroupSnapshotContent can be specified which does not require a matching label-selector. (#995, @nixpanic)
- Update API for pre provisioned group snapshots (#971, @RaunakShah)
Feature
- Create Volume functionality for volume group snapshots (Note: this feature is partially implemented and therefore it is not ready for use) (#826, @RaunakShah)
- More detail printed columns output when get vgs/vgsc/vgsclass with kubectl (#865, @winrouter)
- Webhooks for VolumeGroupSnapshot, VolumeGroupSnapshotContent and VolumeGroupSnapshotClass. (#825, @Rakshith-R)
- Add finalizer to prevent deletion of individual volume snapshots that are part of a group (#972, @RaunakShah)
- Delete individual snapshots as part of volume group snapshots delete API (#952, @RaunakShah)
- Implement GetGroupSnapshotStatus so that pre-provisioned VolumeGroupSnapshots can be imported. (#837, @nixpanic)
- Introduce logic to delete volume group snapshots (#882, @RaunakShah)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.0/CHANGELOG/CHANGELOG-7.0.md
v6.3.4
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.8
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.3.4
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.4
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.4
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.4/CHANGELOG/CHANGELOG-6.3.md
v6.3.3
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.8
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.3.3
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.3
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.2/CHANGELOG/CHANGELOG-6.3.md
v6.3.2
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.8
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.3.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.2
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.2/CHANGELOG/CHANGELOG-6.3.md
v6.3.1
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.8
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.3.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.1
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.1/CHANGELOG/CHANGELOG-6.3.md
v6.3.0
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.8
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.3.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.0
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.0/CHANGELOG/CHANGELOG-6.3.md
v6.2.3
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.7
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.3
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.3
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.3
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/master/CHANGELOG/CHANGELOG-6.2.md
v6.2.2
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.7
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.2
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.1/CHANGELOG/CHANGELOG-6.2.md
v6.2.1
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.7
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1
Difference between v6.2.1 and v6.2.0
registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.0 was not built successfully due to timeout. v6.2.1 was cut so that we can have registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1.
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.1/CHANGELOG/CHANGELOG-6.2.md
v6.2.0
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.7
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.0
Note: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.0 is not built successfully due to timeout. Please use registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1.
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.0/CHANGELOG/CHANGELOG-6.2.md
v6.1.0
Overall Status
Volume snapshotting has been a GA feature since Kubernetes v1.20.
Supported CSI Spec Versions
1.0-1.6
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.1.0
Changes by Kind
API Change
- Add VolumeSnapshot v1beta1 manifests back so that existing persisted v1beta1 objects are accessible via the new v1 API, however, VolumeSnapshot v1beta1 APIs are no longer served. Action Item: Please update to VolumeSnapshot v1 APIs as soon as possible. (#718, @RaunakShah)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.1.0/CHANGELOG/CHANGELOG-6.1.md
v6.0.1
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.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.0.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.0.1
Notable Changes between v6.0.1 and v6.0.0
- Cherry-pick (#718, @RaunakShah): Add VolumeSnapshot v1beta1 manifests back. VolumeSnapshot v1beta1 APIs are no longer served. Please update to VolumeSnapshot v1 APIs as soon as possible. (#719, @xing-yang)
Breaking Changes
API Removal
- Cherry-pick 704: Remove VolumeSnapshot v1beta1 APIs and generated functions. Please update to VolumeSnapshot v1 APIs as soon as possible. (#709, @RaunakShah)
Changes by Kind
API Change
- Add SourceVolumeMode field to VolumeSnapshotContents. (#665, @RaunakShah)
- Cherry-pick #683: Change SourceVolumeMode type to v1.PersistentVolumeMode. (#686, @RaunakShah)
- Update snapshotter module to v6 and client module to v5. (#670, @RaunakShah)
- Cherry-pick #673: Upgrade Volume Snapshot client to v6. (#673, @RaunakShah)
Feature
Snapshot Controller
- Cherry-pick #679: Changes to snapshot controller to add SourceVolumeMode to VolumeSnapshotContents. (#694, @RaunakShah)
Snapshot Validation Webhook
- Cherry-pick #680: Add webhook to make SourceVolumeMode immutable. (#701, @RaunakShah)
- Cherry-pick 704: Remove validation for VolumeSnapshot v1beta1 API objects from the snapshot validation webhook. (#709, @RaunakShah)
- Cherry-pick #688: Added admission webhook to ensure that only one VolumeSnapshotClass can be default for each CSI driver. To benefit from this validation, please update your webhook configuration as shown in deploy/kubernetes/webhook-example/admission-configuration-template. (#700, @shawn-hurley)
- Cherry-pick #674: Adding validation for VolumeSnapshotClass to only have a single default for a particular driver. (#693, @shawn-hurley)
- Cherry-pick #706: Adding RBAC file to webhook example for updated validating webhook. (#710, @shawn-hurley)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.0.1/CHANGELOG/CHANGELOG-6.0.md
v6.0.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.24
Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.0.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.0.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.0.0
Breaking Changes
API Removal
- Cherry-pick 704: Remove VolumeSnapshot v1beta1 APIs and generated functions. Please update to VolumeSnapshot v1 APIs as soon as possible. (#709, @RaunakShah)
Changes by Kind
API Change
- Add SourceVolumeMode field to VolumeSnapshotContents. (#665, @RaunakShah)
- Cherry-pick #683: Change SourceVolumeMode type to v1.PersistentVolumeMode. (#686, @RaunakShah)
- Update snapshotter module to v6 and client module to v5. (#670, @RaunakShah)
- Cherry-pick #673: Upgrade Volume Snapshot client to v6. (#673, @RaunakShah)
Feature
Snapshot Controller
- Cherry-pick #679: Changes to snapshot controller to add SourceVolumeMode to VolumeSnapshotContents. (#694, @RaunakShah)
Snapshot Validation Webhook
- Cherry-pick #680: Add webhook to make SourceVolumeMode immutable. (#701, @RaunakShah)
- Cherry-pick 704: Remove validation for VolumeSnapshot v1beta1 API objects from the snapshot validation webhook. (#709, @RaunakShah)
- Cherry-pick #688: Added admission webhook to ensure that only one VolumeSnapshotClass can be default for each CSI driver. To benefit from this validation, please update your webhook configuration as shown in deploy/kubernetes/webhook-example/admission-configuration-template. (#700, @shawn-hurley)
- Cherry-pick #674: Adding validation for VolumeSnapshotClass to only have a single default for a particular driver. (#693, @shawn-hurley)
- Cherry-pick #706: Adding RBAC file to webhook example for updated validating webhook. (#710, @shawn-hurley)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v6.0.0/CHANGELOG/CHANGELOG-6.0.md
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.