feat(deps): update kubernetes-csi-addons ( v0.8.0 → v0.13.0 ) #5382
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:
v0.8.0
->v0.13.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
csi-addons/kubernetes-csi-addons (kubernetes-csi-addons)
v0.13.0
Compare Source
Features
using a ConfigMap key
schedule-precedence
. The default ispvc
which reads theannotations in order of PVC > NS > SC. It can be set to
storageclass
to respect onlythe annotations found on the Storage Classes.
of the controller by specifying
external
astrue
in the VGR'sspec
. The default isfalse
, which means VolumeGroupReplication will be reconciled by the csi-addons controller.sidecar, and as an Event towards the PersistentVolumeClaim. This feature can be enabled by
passing the
--enable-volume-condition=true
command line flag to the sidecar. TheCSI-driver needs to support the
VOLUME_CONDITION
Node capability for this to work.NOTE
sc-only
, a once valid value forschedule-precedence
key is being deprecated in favor ofstorageclass
and will be removed in a later release.What's Changed
-automaxprocs
flag for configuringGOMAXPROCS
by @nixpanic in #811New Contributors
Full Changelog: csi-addons/kubernetes-csi-addons@v0.10.0...v0.13.0
v0.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: csi-addons/kubernetes-csi-addons@v0.10.0...v0.12.0
v0.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: csi-addons/kubernetes-csi-addons@v0.10.0...v0.11.0
v0.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: csi-addons/kubernetes-csi-addons@v0.9.1...v0.10.0
v0.9.1
Compare Source
What's Changed
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 was generated by Mend Renovate. View the repository job log.