Update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v7 #35

Closed
renovate wants to merge 1 commit from renovate/https-github.com-kubernetes-csi-external-snapshotter.git-7.x into main
Collaborator

This PR contains the following updates:

Package Update Change
https://github.com/kubernetes-csi/external-snapshotter.git major v6.3.2 -> v7.0.1

Release Notes

kubernetes-csi/external-snapshotter (https://github.com/kubernetes-csi/external-snapshotter.git)

v7.0.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.20

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
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.1/CHANGELOG/CHANGELOG-7.0.md

v7.0.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.20

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)

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.3

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [https://github.com/kubernetes-csi/external-snapshotter.git](https://github.com/kubernetes-csi/external-snapshotter) | major | `v6.3.2` -> `v7.0.1` | --- ### Release Notes <details> <summary>kubernetes-csi/external-snapshotter (https://github.com/kubernetes-csi/external-snapshotter.git)</summary> ### [`v7.0.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v7.0.1) [Compare Source](https://github.com/kubernetes-csi/external-snapshotter/compare/v7.0.0...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](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.20 ##### [Recommended Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-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. ([#&#8203;1005](https://github.com/kubernetes-csi/external-snapshotter/pull/1005), [@&#8203;xing-yang](https://github.com/xing-yang)) ##### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.1/CHANGELOG/CHANGELOG-7.0.md ### [`v7.0.0`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v7.0.0) [Compare Source](https://github.com/kubernetes-csi/external-snapshotter/compare/v6.3.3...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](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.20 ##### [Recommended Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-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. ([#&#8203;916](https://github.com/kubernetes-csi/external-snapshotter/pull/916), [@&#8203;akalenyu](https://github.com/akalenyu)) ##### Changes by Kind ##### API Change - Add VolumeGroupSnapshot API definitions. ([#&#8203;814](https://github.com/kubernetes-csi/external-snapshotter/pull/814), [@&#8203;RaunakShah](https://github.com/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. ([#&#8203;995](https://github.com/kubernetes-csi/external-snapshotter/pull/995), [@&#8203;nixpanic](https://github.com/nixpanic)) - Update API for pre provisioned group snapshots ([#&#8203;971](https://github.com/kubernetes-csi/external-snapshotter/pull/971), [@&#8203;RaunakShah](https://github.com/RaunakShah)) ##### Feature - Create Volume functionality for volume group snapshots (Note: this feature is partially implemented and therefore it is not ready for use) ([#&#8203;826](https://github.com/kubernetes-csi/external-snapshotter/pull/826), [@&#8203;RaunakShah](https://github.com/RaunakShah)) - More detail printed columns output when get vgs/vgsc/vgsclass with kubectl ([#&#8203;865](https://github.com/kubernetes-csi/external-snapshotter/pull/865), [@&#8203;winrouter](https://github.com/winrouter)) - Webhooks for VolumeGroupSnapshot, VolumeGroupSnapshotContent and VolumeGroupSnapshotClass. ([#&#8203;825](https://github.com/kubernetes-csi/external-snapshotter/pull/825), [@&#8203;Rakshith-R](https://github.com/Rakshith-R)) - Add finalizer to prevent deletion of individual volume snapshots that are part of a group ([#&#8203;972](https://github.com/kubernetes-csi/external-snapshotter/pull/972), [@&#8203;RaunakShah](https://github.com/RaunakShah)) - Delete individual snapshots as part of volume group snapshots delete API ([#&#8203;952](https://github.com/kubernetes-csi/external-snapshotter/pull/952), [@&#8203;RaunakShah](https://github.com/RaunakShah)) - Implement GetGroupSnapshotStatus so that pre-provisioned VolumeGroupSnapshots can be imported. ([#&#8203;837](https://github.com/kubernetes-csi/external-snapshotter/pull/837), [@&#8203;nixpanic](https://github.com/nixpanic)) - Introduce logic to delete volume group snapshots ([#&#8203;882](https://github.com/kubernetes-csi/external-snapshotter/pull/882), [@&#8203;RaunakShah](https://github.com/RaunakShah)) ##### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.0/CHANGELOG/CHANGELOG-7.0.md ### [`v6.3.3`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v6.3.3) [Compare Source](https://github.com/kubernetes-csi/external-snapshotter/compare/v6.3.2...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](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.20 ##### [Recommended Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added 1 commit 2024-02-14 15:57:25 +01:00
Update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v7
All checks were successful
continuous-integration/drone/push Build is passing
ad58e58140
aaron closed this pull request 2024-02-14 15:57:52 +01:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `7.x` releases. But if you manually upgrade to `7.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks are pending
continuous-integration/drone/push Build is passing
ci/woodpecker/push/yamllint
Required

Pull request closed

Sign in to join this conversation.
No description provided.