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

deps: update github.com/container-storage-interface/spec #588

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/container-storage-interface/spec v1.8.0 -> v1.9.0 age adoption passing confidence
github.com/kubernetes-csi/csi-test/v5 v5.1.0 -> v5.2.0 age adoption passing confidence

Release Notes

container-storage-interface/spec (github.com/container-storage-interface/spec)

v1.9.0

Compare Source

Breaking changes/Deprecations:

  • None

Additions:

  • spec (PR #​544): [Alpha] Introduce new ControllerModifyVolume RPC and a mutable_parameters field under existing CreateVolumeRequest RPC to enable modification of volume properties (e.g. IOPS, etc.) after volume creation.

Clarifications/Corrections/Fixes:

Dependencies:

  • spec (PR #​550): Updates genproto to use the isolated submodule to reduce overall dependency count and avoids future issues with ambiguous imports.

Full Changelog: container-storage-interface/spec@v1.8.0...v1.9.0

kubernetes-csi/csi-test (github.com/kubernetes-csi/csi-test/v5)

v5.2.0

Compare Source

Supported CSI spec versions

1.9.0

Full Changelog

https://github.com/kubernetes-csi/csi-test/blob/v5.2.0/CHANGELOG/CHANGELOG-5.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 2, 2024 10:08
@renovate renovate bot force-pushed the renovate/github.comcontainer-storage-interfacespec branch from 20319f3 to 36f2a17 Compare April 4, 2024 07:24
@renovate renovate bot force-pushed the renovate/github.comcontainer-storage-interfacespec branch from 36f2a17 to 713e676 Compare April 4, 2024 10:04
Add `ControllerModifyVolume` to controller grpc service
to satisfy CSI 1.9.0 interface. There are no "mutable parameters" for
the volumes we currently support, so we do not need to implement it.
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 42.86%. Comparing base (e4763c5) to head (491604b).
Report is 4 commits behind head on main.

Files Patch % Lines
driver/controller.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #588      +/-   ##
==========================================
- Coverage   42.94%   42.86%   -0.08%     
==========================================
  Files          12       12              
  Lines        1176     1178       +2     
==========================================
  Hits          505      505              
- Misses        652      654       +2     
  Partials       19       19              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apricote apricote merged commit 22723b5 into main Apr 16, 2024
8 checks passed
@apricote apricote deleted the renovate/github.comcontainer-storage-interfacespec branch April 16, 2024 06:15
lukasmetzner pushed a commit that referenced this pull request Oct 10, 2024
Add `ControllerModifyVolume` to controller grpc service
to satisfy CSI 1.9.0 interface. There are no "mutable parameters" for
the volumes we currently support, so we do not need to implement it.

Co-authored-by: Julian Tölle <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant