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-release)!: Update kubernetes-csi/external-snapshotter to v8.0.0 #840

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Jan 31, 2024

This PR contains the following updates:

Package Type Update Change
kubernetes-csi/external-snapshotter Kustomization major v6.0.1 -> v8.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

kubernetes-csi/external-snapshotter

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

Not available yet.

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

v6.3.4

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

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:v6.3.4
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.4
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.4

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.4/CHANGELOG/CHANGELOG-6.3.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

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

v6.3.2

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

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:v6.3.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.2

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.2/CHANGELOG/CHANGELOG-6.3.md

v6.3.1

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

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:v6.3.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.1

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.1/CHANGELOG/CHANGELOG-6.3.md

v6.3.0

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

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:v6.3.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.3.0

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.3.0/CHANGELOG/CHANGELOG-6.3.md

v6.2.3

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.7

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.24

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.3
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.3
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.3

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/master/CHANGELOG/CHANGELOG-6.2.md

v6.2.2

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.7

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.24

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.2

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.1/CHANGELOG/CHANGELOG-6.2.md

v6.2.1

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.7

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.24

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1

Difference between v6.2.1 and v6.2.0

registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.0 was not built successfully due to timeout.
v6.2.1 was cut so that we can have registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1.

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.1/CHANGELOG/CHANGELOG-6.2.md

v6.2.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.7

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.24

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.2.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.2.0

Note: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.0 is not built successfully due to timeout. Please use registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1.

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.2.0/CHANGELOG/CHANGELOG-6.2.md

v6.1.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.6

Minimum Kubernetes version

1.20

Recommended Kubernetes version

1.24

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.1.0

Changes by Kind

API Change

  • Add VolumeSnapshot v1beta1 manifests back so that existing persisted v1beta1 objects are accessible via the new v1 API, however, VolumeSnapshot v1beta1 APIs are no longer served.
    Action Item: Please update to VolumeSnapshot v1 APIs as soon as possible. (#​718, @​RaunakShah)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v6.1.0/CHANGELOG/CHANGELOG-6.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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner January 31, 2024 20:16
@chii-bot chii-bot bot added renovate/github-release type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 31, 2024
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Jan 31, 2024

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.95s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.15s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.11s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot bot changed the title feat(github-release)!: Update kubernetes-csi/external-snapshotter to v7.0.0 feat(github-release)!: Update kubernetes-csi/external-snapshotter to v7.0.1 Feb 13, 2024
@chii-bot chii-bot bot force-pushed the renovate/major-external-snapshotter branch from 12d6ab7 to 64696d6 Compare February 13, 2024 02:23
@chii-bot chii-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 13, 2024
@chii-bot chii-bot bot changed the title feat(github-release)!: Update kubernetes-csi/external-snapshotter to v7.0.1 feat(github-release)!: Update kubernetes-csi/external-snapshotter to v7.0.2 Mar 21, 2024
@chii-bot chii-bot bot force-pushed the renovate/major-external-snapshotter branch from 64696d6 to f91b268 Compare March 21, 2024 01:05
…v8.0.0

| datasource  | package                             | from   | to     |
| ----------- | ----------------------------------- | ------ | ------ |
| github-tags | kubernetes-csi/external-snapshotter | v6.0.1 | v8.0.0 |
@chii-bot chii-bot bot changed the title feat(github-release)!: Update kubernetes-csi/external-snapshotter to v7.0.2 feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.0.0 May 23, 2024
@chii-bot chii-bot bot force-pushed the renovate/major-external-snapshotter branch from f91b268 to 79e95b1 Compare May 23, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants