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

Commits on Apr 17, 2024

  1. chore: update go ci linter and package versions

    Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
    scottd018 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ded0a2b View commit details
    Browse the repository at this point in the history
  2. fix: remove hard-coded replace statement in generated go.mod

    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>
    scottd018 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    73f3b46 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. ci: update workflow for newly upgraded actions

    Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
    scottd018 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4e41e97 View commit details
    Browse the repository at this point in the history
  2. ci: correct operator-builder path on download

    Signed-off-by: Dustin Scott <dustin.scott18@gmail.com>
    scottd018 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6c41dbf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix: use new enqueue function for component controllers

    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 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a42b246 View commit details
    Browse the repository at this point in the history