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

chore: controller utils updates #70

Merged
merged 5 commits into from
Apr 19, 2024

Conversation

scottd018
Copy link
Contributor

This is a maintenance PR to update the following:

  • Go Version 1.18 > 1.22
  • Packages (all latest available)
  • GitHub Actions workflows
  • Linting for new go version

Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
This was used to local testing to ensure compatibility with operator-builder-tools.  Forgot
to remove it.

Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
The upgrade to new controller-runtime package switched the way that a controller enqueued
a new request for reconciliation.  Because of this, bad code was generated, specifically
when a collection and components are generated by operator-builder.  This is a simple change
to use the new methodology to enqueue a request.

Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
@scottd018 scottd018 merged commit 8241764 into nukleros:main Apr 19, 2024
18 checks passed
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