hetznercloud / csi-driver

Kubernetes Container Storage Interface driver for Hetzner Cloud Volumes
MIT License
620 stars 102 forks source link

deps: update dependency kubernetes-csi/external-provisioner to v5.1.0 #712

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
kubernetes-csi/external-provisioner minor v5.0.2 -> v5.1.0

Release Notes

kubernetes-csi/external-provisioner (kubernetes-csi/external-provisioner) ### [`v5.1.0`](https://togithub.com/kubernetes-csi/external-provisioner/releases/tag/v5.1.0) [Compare Source](https://togithub.com/kubernetes-csi/external-provisioner/compare/v5.0.2...v5.1.0) ### Overall status GA ### Supported CSI spec versions 1.0-1.10 ### Minimum Kubernetes version 1.20 ### Recommended Kubernetes version 1.29: For ReadWriteOncePod GA and CSINodeExpandSecret GA 1.31: For VolumeAttributesClass Beta and HonorPVReclaimPolicy Beta ### Container `docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.1.0` ### Urgent Upgrade Notes (No, really, you MUST read this before you upgrade) - Go module path was changed to github.com/kubernetes-csi/external-provisioner/v5, adjust accordingly when importing in go ([#​1236](https://togithub.com/kubernetes-csi/external-provisioner/pull/1236), [@​jakobmoellerdev](https://togithub.com/jakobmoellerdev)) - If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers ([#​1253](https://togithub.com/kubernetes-csi/external-provisioner/pull/1253), [@​AndrewSirenko](https://togithub.com/AndrewSirenko)) ### Feature status | Feature | Status | Default | Description | Provisioner Feature Gate Required | |---|---|---|---|---| | Snapshots | GA | On | [Snapshots and Restore](https://kubernetes-csi.github.io/docs/snapshot-restore-feature.html). | No | | CSIMigration | GA | On | [Migrating in-tree volume plugins to CSI](https://kubernetes.io/docs/concepts/storage/volumes/#csi-migration). | No | | CSIStorageCapacity | GA | On | Publish [capacity information](https://kubernetes.io/docs/concepts/storage/volumes/#storage-capacity) for the Kubernetes scheduler. | No | | ReadWriteOncePod | GA | On | [Single pod access mode for PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes). | No | | CSINodeExpandSecret | GA | On | [CSI node expansion secret](https://togithub.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret). | No | | HonorPVReclaimPolicy | Beta | On | [Ensures PV honors the Reclaim policy irrespective of deletion order](https://togithub.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy). | Yes | | PreventVolumeModeConversion | GA |On | [Prevent unauthorized conversion of source volume mode](https://togithub.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion) | `--prevent-volume-mode-conversion` (no in-tree feature gate) | | CrossNamespaceVolumeDataSource | Alpha |Off | [Cross-namespace volume data source](https://togithub.com/kubernetes/enhancements/tree/master/keps/sig-storage/3294-provision-volumes-from-cross-namespace-snapshots) | `--feature-gates=CrossNamespaceVolumeDataSource=true` | | VolumeAttributesClass | Beta |On | [Kubernetes VolumeAttributesClass ModifyVolume](https://togithub.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) | `--feature-gates=VolumeAttributesClass=true` | | Topology | GA | On | [Topology](https://kubernetes-csi.github.io/docs/topology.html) | Yes , to be removed in the next release | [Snapshots and Restore]: https://kubernetes-csi.github.io/docs/snapshot-restore-feature.html [Migrating in-tree volume plugins to CSI]: https://kubernetes.io/docs/concepts/storage/volumes/#csi-migration [capacity information]: https://kubernetes.io/docs/concepts/storage/volumes/#storage-capacity ### Full Changelog https://github.com/kubernetes-csi/external-provisioner/blob/v5.1.0/CHANGELOG/CHANGELOG-5.1.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.



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