-
Notifications
You must be signed in to change notification settings - Fork 20
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.2.0 #840
Open
chii-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-external-snapshotter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
MegaLinter status: ❌ ERROR
See errors details in artifact MegaLinter reports on CI Job page |
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
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
February 13, 2024 02:23
12d6ab7
to
64696d6
Compare
chii-bot
bot
added
the
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
label
Feb 13, 2024
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
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
March 21, 2024 01:05
64696d6
to
f91b268
Compare
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
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
May 23, 2024 19:17
f91b268
to
79e95b1
Compare
chii-bot
bot
changed the title
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.0.0
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.0.1
Jun 4, 2024
chii-bot
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
June 4, 2024 15:20
79e95b1
to
cd58f76
Compare
chii-bot
bot
changed the title
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.0.1
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.1.0
Aug 30, 2024
chii-bot
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
August 30, 2024 19:16
cd58f76
to
0f8d48d
Compare
…v8.2.0 | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | github-tags | kubernetes-csi/external-snapshotter | v6.0.1 | v8.2.0 |
chii-bot
bot
changed the title
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.1.0
feat(github-release)!: Update kubernetes-csi/external-snapshotter to v8.2.0
Dec 10, 2024
chii-bot
bot
force-pushed
the
renovate/major-external-snapshotter
branch
from
December 10, 2024 15:24
0f8d48d
to
0ef046c
Compare
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.1
->v8.2.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.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
Changes by Kind
API Change
VolumeGroupSnapshot
,VolumeGroupSnapshotContent
, andVolumeGroupSnapshotClass
are now available in
v1beta1
version. The support for thev1alpha1
version have been removed. (#1150, @leonardoce)Other (Cleanup or Flake)
Uncategorized
Enable feature gate to enable volumegroupsnapshot, i.e., --feature-gates=CSIVolumeGroupSnapshot=true.
By default the feature gate is disabled (#1194, @yati1998)
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)
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v8.2.0/CHANGELOG/CHANGELOG-8.2.md
v8.1.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
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.1/CHANGELOG/CHANGELOG-8.1.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
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
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
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
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
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
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
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
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
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
Feature
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
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
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
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
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
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
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
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
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
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
Changes by Kind
API Change
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.
This PR has been generated by Renovate Bot.