-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Code and Tool Updates From Dep Bumps
Updated `main.go` and the ShipwrightBuild controller test code to use latest controller-runtime APIs (update included breaking changes). Leaving the rest of the toolchain as is led to panics when generating manifests with controller-gen. Therefore decided to update the remaining tools to align with k8s 1.30.z: - controller-gen to v0.15.0 - setup-envtest to release-0.18 - kustomize to v5.5.0 (most recent version) This in turn required manifests to be regenerated. Operator-sdk was left intact, as this does not appear to break with these updates. Likewise updated Makefile and CI GitHub action to use golang 1.22 and k8s 1.30, to ensure the version of k8s the operator tests with matches the shipwright-io/build project version. Documentation for local and OLM development updated to use latest versions of tools/operators - notably updating Tekton Opertor to v0.74.0. Signed-off-by: Adam Kaplan <[email protected]>
- Loading branch information
1 parent
9dbb1b2
commit 130ab7c
Showing
11 changed files
with
112 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.