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

Update all dependencies, conforming to the new controller-runtime API #3949

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

nikola-jokic
Copy link
Collaborator

@nikola-jokic nikola-jokic commented Feb 26, 2025

This PR includes following changes:

  • Regenerate CRDs using the newest release of controller-gen
  • Update all go dependencies
  • Fix API changes introduced by new controller-runtime version
  • Bump go version to go 1.24.0.

Fixes #3943

@nikola-jokic nikola-jokic added the gha-runner-scale-set Related to the gha-runner-scale-set mode label Feb 28, 2025
rentziass
rentziass previously approved these changes Mar 7, 2025
}

func (w *WorkVolumeClaimTemplate) validate() error {
if w.AccessModes == nil || len(w.AccessModes) == 0 {
return errors.New("Access mode should have at least one mode specified")
if len(w.AccessModes) == 0 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's our level of confidence with these changes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e2e tests are passing so I guess it should be fine 😄

@DPatrickBoyd
Copy link

DPatrickBoyd commented Mar 10, 2025

just to be sure, @nikola-jokic once this is done and release gha-runner-scale-set-0.11.0 is out, we will be able to use custom labels with the helm chart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gha-runner-scale-set Related to the gha-runner-scale-set mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Runner Template does not support pod resources (k8s 1.32+)
4 participants