Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: upgrade dependencies and go version #9

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

yckao
Copy link
Contributor

@yckao yckao commented Feb 13, 2024

Current master branch is broken with dependencies.
In this PR I've upgrade all dependencies to latest version, using go1.21 and adjust api that changed.

Note

latest version of controller-runtime use leases api for leader-election, everyone should update leader-election-role to

 - apiGroups:
     - coordination.k8s.io
   resources:
     - leases
   verbs:
     - '*'

if -enable-leader-election is set

@rueian rueian merged commit da2eeee into rueian:master Feb 13, 2024
@rueian
Copy link
Owner

rueian commented Feb 13, 2024

Thanks @yckao!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants