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

feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.2.0 - autoclosed #917

Closed
wants to merge 1 commit into from

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented May 23, 2024

This PR contains the following updates:

Package Update Change OpenSSF
external-snapshotter-controller major v6.3.4 -> v8.2.0 OpenSSF Scorecard

Release Notes

kubernetes-csi/external-snapshotter (external-snapshotter-controller)

v8.2.0

Compare Source

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Supported CSI Spec Versions

1.0-1.11

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, and VolumeGroupSnapshotClass
    are now available in v1beta1 version. The support for the v1alpha1 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.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.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

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

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

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.1/CHANGELOG/CHANGELOG-8.0.md

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

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

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

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

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

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

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

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 applyhttps://github.com/kubernetes-csi/external-snapshotter/pull/844/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


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.

Copy link

cloudflare-workers-and-pages bot commented May 23, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0510ee1
Status: ✅  Deploy successful!
Preview URL: https://87483147.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-external-snapshotte-l173.jjgadgets-biohazard.pages.dev

View logs

@JJGadgets JJGadgets force-pushed the main branch 2 times, most recently from a98348d to 74b5ce6 Compare May 27, 2024 02:31
@tinfoild tinfoild bot changed the title feat(github-release)!: Update external-snapshotter-controller to v8.0.0 feat(github-release)!: Update external-snapshotter-controller to v8.0.1 Jun 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from 94a5222 to 961c5dd Compare June 4, 2024 15:14
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch 4 times, most recently from 6045273 to bf760a3 Compare June 24, 2024 16:27
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch 14 times, most recently from a375b26 to 3a61d85 Compare July 12, 2024 11:08
@tinfoild
Copy link
Contributor Author

tinfoild bot commented Jul 12, 2024

--- kube/clusters/biohazard/flux Kustomization: flux-system/0-biohazard-config GitRepository: flux-system/external-snapshotter-controller

+++ kube/clusters/biohazard/flux Kustomization: flux-system/0-biohazard-config GitRepository: flux-system/external-snapshotter-controller

@@ -12,9 +12,9 @@

     # exclude all to whitelist
     /*
     # include controller
     !/deploy/kubernetes/snapshot-controller
   interval: 10m0s
   ref:
-    tag: v6.3.4
+    tag: v8.2.0
   url: https://github.com/kubernetes-csi/external-snapshotter.git
 

@JJGadgets JJGadgets force-pushed the main branch 3 times, most recently from fe60c32 to 3679f5a Compare July 19, 2024 01:48
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from d207960 to f184ec1 Compare October 1, 2024 13:14
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from f184ec1 to 8c9a920 Compare October 1, 2024 13:41
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from 8c9a920 to 91423ec Compare October 22, 2024 04:52
@tinfoild tinfoild bot changed the title feat(github-release)!: Update external-snapshotter-controller to v8.1.0 feat(github-release)!: Update external-snapshotter-controller to v8.1.0 - autoclosed Nov 16, 2024
@tinfoild tinfoild bot closed this Nov 16, 2024
@tinfoild tinfoild bot deleted the renovate/external-snapshotter-controller-8.x branch November 16, 2024 10:01
@tinfoild tinfoild bot changed the title feat(github-release)!: Update external-snapshotter-controller to v8.1.0 - autoclosed feat(github-release)!: Update external-snapshotter-controller to v8.1.0 Nov 16, 2024
@tinfoild tinfoild bot reopened this Nov 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch 2 times, most recently from 91423ec to 5cb7063 Compare November 16, 2024 10:09
@tinfoild tinfoild bot changed the title feat(github-release)!: Update external-snapshotter-controller to v8.1.0 feat(github/external-snapshotter-controller)!: Update ➼ v8.1.0 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from 91423ec to e6f28a0 Compare December 4, 2024 11:46
@tinfoild tinfoild bot changed the title feat(github/external-snapshotter-controller)!: Update ➼ v8.1.0 feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.1.0 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch 4 times, most recently from f917cfb to dfd0503 Compare December 6, 2024 15:44
@tinfoild tinfoild bot changed the title feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.1.0 feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.2.0 Dec 10, 2024
@tinfoild tinfoild bot force-pushed the renovate/external-snapshotter-controller-8.x branch from dfd0503 to 0510ee1 Compare December 10, 2024 16:06
@tinfoild tinfoild bot changed the title feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.2.0 feat(github/external-snapshotter-controller)!: Update v6.3.4 ➼ v8.2.0 - autoclosed Dec 12, 2024
@tinfoild tinfoild bot closed this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants