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

WIP - Upgrade to operator-sdk 1.35 #226

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jul 16, 2024

  1. squash: drop everything

    Drop all code to re-initialize operator-sdk
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fa6d626 View commit details
    Browse the repository at this point in the history
  2. re-initialize with operator-sdk

    Re-initialize the project with operator-sdk.
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6e63a59 View commit details
    Browse the repository at this point in the history
  3. re-init: create ShipwrightBuild api and controller

    Re-initialize the api and controller for ShipwrightBuild
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f805ca8 View commit details
    Browse the repository at this point in the history
  4. migrate: pkg/common

    Migrate pkg/common to internal/pkg/common.
    Includes "make test" generated updates.
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    069843c View commit details
    Browse the repository at this point in the history
  5. migrate pkg/tekton

    Migrate pkg/tekton to internal/pkg/tekton
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    533e37e View commit details
    Browse the repository at this point in the history
  6. mv pkg/certmanager

    Move pkg/certmanager to internal/pkg
    Added kodata updates to get tests passing.
    adambkaplan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9699db1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. migrate pkg/buildstrategy

    - Move to internal/pkg/buildstrategy
    - Parsing build strategy names moved to buildstrategy package
    - Import shipwright-io/build v0.13.0
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    389ae30 View commit details
    Browse the repository at this point in the history
  2. Migrate test package/utitlities

    - Test common code moved to test/utils
    - Catalog + kind setup code moved.
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ab57121 View commit details
    Browse the repository at this point in the history
  3. Migrate api/v1alpha1

    Migrate the api, run make generate and make manifests
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3c1d3fd View commit details
    Browse the repository at this point in the history
  4. Migrate controller code

    Finish migrating all the controller code for the operator. Includes moving
    the ParseBuildStrategyNames function to the test/utils package.
    Most other code refactored as needed.
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    52c93c5 View commit details
    Browse the repository at this point in the history
  5. Set makefile variables

    - Set default channels. We use the legacy "alpha" channel, can migrate
    to "candidate" and "stable" channels.
    - regenerate rbac
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f9df801 View commit details
    Browse the repository at this point in the history
  6. Re-generate bundle

    Re-generate bundle
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b6c0ea1 View commit details
    Browse the repository at this point in the history
  7. Copy missing root files and docs

    Copy over docs and other missing root-level files
    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ac212b4 View commit details
    Browse the repository at this point in the history
  8. go mod vendor

    adambkaplan committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3411cd0 View commit details
    Browse the repository at this point in the history