backube / snapscheduler

Scheduled snapshots for Kubernetes persistent volumes
https://backube.github.io/snapscheduler/
GNU Affero General Public License v3.0
262 stars 26 forks source link

Update module github.com/kubernetes-csi/external-snapshotter/client/v7 to v8 #659

Open renovate-bot opened 3 months ago

renovate-bot commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0 -> v8.0.0 age adoption passing confidence

Release Notes

kubernetes-csi/external-snapshotter (github.com/kubernetes-csi/external-snapshotter/client/v7) ### [`v8.0.0`](https://togithub.com/kubernetes-csi/external-snapshotter/releases/tag/v8.0.0) [Compare Source](https://togithub.com/kubernetes-csi/external-snapshotter/compare/v7.0.0...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](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.25 ### [Recommended Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-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](https://togithub.com/kubernetes-csi/external-snapshotter/pull/1091), [@​leonardoce](https://togithub.com/leonardoce)) ### Changes by Kind #### API Change - Update API for group snapshots, easing the restore process. ([#​1068](https://togithub.com/kubernetes-csi/external-snapshotter/pull/1068), [@​leonardoce](https://togithub.com/leonardoce)) #### Feature - Adds support for ListSnapshots secrets ([#​252](https://togithub.com/kubernetes-csi/external-snapshotter/pull/252), [@​bells17](https://togithub.com/bells17)) - Adds validation rules into CRDs. Minimum required Kubernetes version is 1.25 for these validation rules. ([#​1073](https://togithub.com/kubernetes-csi/external-snapshotter/pull/1073), [@​cici37](https://togithub.com/cici37)) - Link the snapshotted PVCs and the corresponding PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent to make restoring data easier. ([#​1069](https://togithub.com/kubernetes-csi/external-snapshotter/pull/1069), [@​leonardoce](https://togithub.com/leonardoce)) ### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.0/CHANGELOG/CHANGELOG-8.0.md

Configuration

📅 Schedule: Branch creation - " 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.



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