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

local-pv-provisioner: bump version to v0.2.11 #1092

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

daichimukai
Copy link
Contributor

  • add support for k8s v1.27

This commit adds support for k8s v1.27 to local-pv-provisioner. For
that, controller-runtime has been upgraded to v0.15.2.

From controller-runtime v0.15.0 the first argument of Builder.Watch()
method has changed from source.Source to client.Object, which leads a
compile error of local-pv-provisioner. To address this issue, we use
WatchRawSources() instead which behaves as the former Watch() method.
@daichimukai daichimukai requested a review from toshipp September 25, 2023 07:12
@toshipp toshipp merged commit 9f7fce6 into main Sep 25, 2023
14 checks passed
@toshipp toshipp deleted the local-pv-provisioner/v0.2.11 branch September 25, 2023 08:27
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.

2 participants