Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency kubernetes-csi/external-provisioner to v5 #671

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
kubernetes-csi/external-provisioner major v3.6.4 -> v5.0.1

Release Notes

kubernetes-csi/external-provisioner (kubernetes-csi/external-provisioner)

v5.0.1

Compare Source

Overall status

GA

Supported CSI spec versions

1.0-1.10

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha

Container

docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.0.1

Feature status

Feature Status Default Description Provisioner Feature Gate Required
Snapshots GA On Snapshots and Restore. No
CSIMigration GA On Migrating in-tree volume plugins to CSI. No
CSIStorageCapacity GA On Publish capacity information for the Kubernetes scheduler. No
ReadWriteOncePod GA On Single pod access mode for PersistentVolumes. No
CSINodeExpandSecret GA On CSI node expansion secret. No
HonorPVReclaimPolicy Alpha Off Ensures PV honors the Reclaim policy irrespective of deletion order. Yes
PreventVolumeModeConversion Beta On Prevent unauthorized conversion of source volume mode --prevent-volume-mode-conversion (no in-tree feature gate)
CrossNamespaceVolumeDataSource Alpha Off Cross-namespace volume data source --feature-gates=CrossNamespaceVolumeDataSource=true
VolumeAttributesClass Alpha Off Kubernetes VolumeAttributesClass ModifyVolume --feature-gates=VolumeAttributesClass=true
Topology GA On Topology Yes , to be removed in the next release

Full Changelog

https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.1/CHANGELOG/CHANGELOG-5.0.md

v5.0.0

Compare Source

Overall status

GA

Supported CSI spec versions

1.0-1.10

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha

Container

docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.0.0

Feature status

Feature Status Default Description Provisioner Feature Gate Required
Snapshots GA On Snapshots and Restore. No
CSIMigration GA On Migrating in-tree volume plugins to CSI. No
CSIStorageCapacity GA On Publish capacity information for the Kubernetes scheduler. No
ReadWriteOncePod GA On Single pod access mode for PersistentVolumes. No
CSINodeExpandSecret GA On CSI node expansion secret. No
HonorPVReclaimPolicy Alpha Off Ensures PV honors the Reclaim policy irrespective of deletion order. Yes
PreventVolumeModeConversion Beta On Prevent unauthorized conversion of source volume mode --prevent-volume-mode-conversion (no in-tree feature gate)
CrossNamespaceVolumeDataSource Alpha Off Cross-namespace volume data source --feature-gates=CrossNamespaceVolumeDataSource=true
VolumeAttributesClass Alpha Off Kubernetes VolumeAttributesClass ModifyVolume --feature-gates=VolumeAttributesClass=true
Topology GA On Topology Yes , to be removed in the next release

Full Changelog

https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.0/CHANGELOG/CHANGELOG-5.0.md

v4.0.1

Compare Source

Overall status

GA

Supported CSI spec versions

1.0-1.9

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha

Container

docker pull registry.k8s.io/sig-storage/csi-provisioner:v4.0.1

Feature status

Feature Status Default Description Provisioner Feature Gate Required
Snapshots GA On Snapshots and Restore. No
CSIMigration GA On Migrating in-tree volume plugins to CSI. No
CSIStorageCapacity GA On Publish capacity information for the Kubernetes scheduler. No
ReadWriteOncePod GA On Single pod access mode for PersistentVolumes. No
CSINodeExpandSecret GA On CSI node expansion secret. No
HonorPVReclaimPolicy Alpha Off Ensures PV honors the Reclaim policy irrespective of deletion order. Yes
PreventVolumeModeConversion Beta On Prevent unauthorized conversion of source volume mode --prevent-volume-mode-conversion (no in-tree feature gate)
CrossNamespaceVolumeDataSource Alpha Off Cross-namespace volume data source --feature-gates=CrossNamespaceVolumeDataSource=true
VolumeAttributesClass Alpha Off Kubernetes VolumeAttributesClass ModifyVolume --feature-gates=VolumeAttributesClass=true

Full Changelog

https://github.com/kubernetes-csi/external-provisioner/blob/v4.0.1/CHANGELOG/CHANGELOG-4.0.md

v4.0.0

Compare Source

Overall status

GA

Supported CSI spec versions

1.0-1.9

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha

Container

docker pull registry.k8s.io/sig-storage/csi-provisioner:v4.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. (#​1126, @​akalenyu)

Feature status

Feature Status Default Description Provisioner Feature Gate Required
Snapshots GA On Snapshots and Restore. No
CSIMigration GA On Migrating in-tree volume plugins to CSI. No
CSIStorageCapacity GA On Publish capacity information for the Kubernetes scheduler. No
ReadWriteOncePod GA On Single pod access mode for PersistentVolumes. No
CSINodeExpandSecret GA On CSI node expansion secret. No
HonorPVReclaimPolicy Alpha Off Ensures PV honors the Reclaim policy irrespective of deletion order. Yes
PreventVolumeModeConversion Beta On Prevent unauthorized conversion of source volume mode --prevent-volume-mode-conversion (no in-tree feature gate)
CrossNamespaceVolumeDataSource Alpha Off Cross-namespace volume data source --feature-gates=CrossNamespaceVolumeDataSource=true
VolumeAttributesClass Alpha Off Kubernetes VolumeAttributesClass ModifyVolume --feature-gates=VolumeAttributesClass=true

Full Changelog

https://github.com/kubernetes-csi/external-provisioner/blob/v4.0.0/CHANGELOG/CHANGELOG-4.0.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 24, 2024 17:28
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.05%. Comparing base (5a6679a) to head (78f3f25).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #671   +/-   ##
=======================================
  Coverage   34.05%   34.05%           
=======================================
  Files          19       19           
  Lines        1621     1621           
=======================================
  Hits          552      552           
  Misses       1035     1035           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/kubernetes-csi-external-provisioner-5.x branch from 78f3f25 to f2e87d4 Compare August 5, 2024 13:07
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@apricote apricote merged commit a9305a6 into main Aug 8, 2024
8 checks passed
@apricote apricote deleted the renovate/kubernetes-csi-external-provisioner-5.x branch August 8, 2024 12:23
lukasmetzner pushed a commit that referenced this pull request Oct 10, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants