Update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v8.3.0 #1081

Closed
renovate wants to merge 1 commit from renovate/https-github.com-kubernetes-csi-external-snapshotter.git-8.x into main
Collaborator

This PR contains the following updates:

Package Update Change
https://github.com/kubernetes-csi/external-snapshotter.git minor v8.2.0 -> v8.3.0

Release Notes

kubernetes-csi/external-snapshotter (https://github.com/kubernetes-csi/external-snapshotter.git)

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

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.3.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
Changes by Kind
Feature
  • Add a new --automaxprocs flag to set the GOMAXPROCS environment variable to match the configured Linux container CPU quota. (#​1304, @​nixpanic)
  • Add support for -logging-format=json
    Remove klog specific flags according to KEP-2845 (#​1256, @​huww98)
  • Use volumegroupsnapshot uid to make snapshotname (#​1294, @​umagnus)
  • Get credentials from annotations for VolumeSnapshotContents that are a member of VolumeGroupSnapshot. (#​1297, @​black-dragon74)
  • Serve additional leader election, work queue, process, and Go runtime metrics (#​1275, @​AndrewSirenko)
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.3.0/CHANGELOG/CHANGELOG-8.3.md

v8.2.1

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

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.2.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.2.1/CHANGELOG/CHANGELOG-8.2.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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [https://github.com/kubernetes-csi/external-snapshotter.git](https://github.com/kubernetes-csi/external-snapshotter) | minor | `v8.2.0` -> `v8.3.0` | --- ### Release Notes <details> <summary>kubernetes-csi/external-snapshotter (https://github.com/kubernetes-csi/external-snapshotter.git)</summary> ### [`v8.3.0`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.3.0) [Compare Source](https://github.com/kubernetes-csi/external-snapshotter/compare/v8.2.1...v8.3.0) ##### Overall Status Volume snapshotting has been a GA feature since Kubernetes v1.20. ##### Supported CSI Spec Versions 1.0-1.11 - VolumeGroupSnapshot moves to GA in [CSI spec v1.11.0](https://github.com/container-storage-interface/spec/releases/tag/v1.11.0). ##### [Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.25 ##### [Recommended Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) 1.25 ##### Container ``` docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.3.0 docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0 ``` ##### Changes by Kind ##### Feature - Add a new `--automaxprocs` flag to set the `GOMAXPROCS` environment variable to match the configured Linux container CPU quota. ([#&#8203;1304](https://github.com/kubernetes-csi/external-snapshotter/pull/1304), [@&#8203;nixpanic](https://github.com/nixpanic)) - Add support for -logging-format=json Remove klog specific flags according to KEP-2845 ([#&#8203;1256](https://github.com/kubernetes-csi/external-snapshotter/pull/1256), [@&#8203;huww98](https://github.com/huww98)) - Use volumegroupsnapshot uid to make snapshotname ([#&#8203;1294](https://github.com/kubernetes-csi/external-snapshotter/pull/1294), [@&#8203;umagnus](https://github.com/umagnus)) - Get credentials from annotations for VolumeSnapshotContents that are a member of VolumeGroupSnapshot. ([#&#8203;1297](https://github.com/kubernetes-csi/external-snapshotter/pull/1297), [@&#8203;black-dragon74](https://github.com/black-dragon74)) - Serve additional leader election, work queue, process, and Go runtime metrics ([#&#8203;1275](https://github.com/kubernetes-csi/external-snapshotter/pull/1275), [@&#8203;AndrewSirenko](https://github.com/AndrewSirenko)) ##### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v8.3.0/CHANGELOG/CHANGELOG-8.3.md ### [`v8.2.1`](https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v8.2.1) [Compare Source](https://github.com/kubernetes-csi/external-snapshotter/compare/v8.2.0...v8.2.1) ##### Overall Status Volume snapshotting has been a GA feature since Kubernetes v1.20. ##### Supported CSI Spec Versions 1.0-1.11 - VolumeGroupSnapshot moves to GA in [CSI spec v1.11.0](https://github.com/container-storage-interface/spec/releases/tag/v1.11.0). ##### [Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.25 ##### [Recommended Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) 1.25 ##### Container ``` docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.2.1 docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1 ``` ##### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v8.2.1/CHANGELOG/CHANGELOG-8.2.md </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v8.3.0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
7c2228ba90
renovate changed title from chore(deps): update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v8.3.0 to Update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v8.3.0 2025-06-26 12:03:29 +02:00
tom closed this pull request 2025-07-05 00:09:28 +02:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v8.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`v8.3.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.