-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(operator-sdk): upgrade operator sdk version to 1.22.2 (#430)
* fix(prometheus): fix prometheus metrics endpoint * fix(bundle): build bundle for migration to v1.6.1 * fix(makefile): add fail check for shell * chore(rbac): move lease to its own proxy-role rule * build(deps): bump controller-runtime to v0.8.3 and kubernetes dependencies to v0.20.2 * fix(bundle): run make bundle for migration to operator-sdk 1.7.1 * fix(bundle): run make bundle for migration to operator-sdk 1.8.0 * fix(bundle): run make bundle for migration to operator-sdk 1.9.0 * fix(config): add containerPort protocol in manifests * fix(bundle): remove service account in bundle * fix(bundle): run make bundle for migration to operator-sdk 1.11.0 * fix(bundle): run make bundle for migration to operator-sdk 1.13.0 * build(makefile): bump controller-gen to 0.7.0 * fix(makefile): remove crd-options * fix(makefile): revert roleName back to role * fix(manifests): update manifests after bumping controller-gen to 0.7.0 * fix(makefile): migrate to new env-test tool * build(deps): bump controller-runtime to v0.10.0 and kubernetes dependencies to v0.22.1 * fix(apis): use marker comments to mark deprecated apis * fix(makefile): add check if binaries exists and fix kustomize install target error * test(cryostat): fix cryostat-controller tests after bumping controller-runtime to 0.10.0 * test(cryostat): fix recording-controller tests after bumping controller-runtime to 0.10.0 * fix(bundle): run bundle after migration to operator-sdk v1.14.0 * fix(bundle): run make bundle after migrating to operator-sdk v1.15.0 * feat(manager): add annotation to specify default manager container * fix(makefile): add PHONY for all targets * feat(makefile): add ignore-not-found flag to be used in uninstall/undeploy targets * fix(bundle): run make bundle after migrating to operator-sdk v1.16.0 * build(deps): bump k8s deps to v0.23.0 and controller-gen to v0.8.0 * test(probe-handler): use new struct name ProbeHandler instead of Handler * test(fakeclient): use NewClientBuilder in place of deprecated NewFakeClientWithScheme * fix(makefile): add deprecation silencer env var for ginkgo * test(resource): add metadata for pod template in OtherDeployment func * fix(manifests): add resource request/limit to kube-rbac-proxy * fix(manifests): reduce debug log level for the sidecar container kube-rbac-proxy from 10 to 0 * fix(bundle): run make bundle after migration to operator-sdk 1.17.0 * build(deps): remove protobuf replace directive since client-go now pulls 1.3.2 * feat(makefile): support bundle image digests instead of tags * fix(bundle): run make bundle after migration to operator-sdk 1.18.0 * chore(makefile): clean up env var declaration * fix(bundle): run make bundle after migration to operator-sdk 1.19.0 * fix(bundle): run make bundle after migration to operator-sdk 1.20.0 * test(suite): fix suite test using global config * build(deps): bump controller-runtime to 0.11.2 and k8s deps to 0.23.5 * fix(manifests): upgrade kube-rbac-proxy image from v0.8.0 to v0.11.0 * fix(bundle): run make bundle after migration to operator-sdk 1.21.0 * build(deps): bump controller-runtime to 0.12.1 and k8s deps to 0.24.0 * build(deps): bump go to 1.17 * build(deps): bump controller-gen to 0.9.0 * build(deps): bump go version to 1.18 * fix(bundle): run make bundle after migration to operator-sdk 1.22.0 * fix(bundle): run make bundle after migration to operator-sdk 1.22.1 * fix(bundle): run make bundle after migration to operator-sdk 1.22.2 * docs(deps): update deps requirement in README * fix(gitignore): ignore generated cache directory * fix(manifests,bundle): generate new manifests and bundle with controller-gen 0.9.0 * fix(makefile): add comments for shell flags * feat(Makefile): add opm and catalog-build Makefile targets * fix(manifests): add patch to remove cert-manager volume (commented out) * fix(reconciler): only update deployment spect.selector if being created * fix(deploy): merge label/annotations of spec.template when updating deployment * feat(labels,annotations): labels/annotations map should be checked for nil * fix(makefile): add comments explaining ENVTEST_K8S_VERSION var * docs(build): add instructions for catalog-build target * chore(deployment): correct function names for creating missing labels/annotations map * chore(Makefile): use binary paths as download targets and rename SETUP_ENVTEST to ENVTEST * fix(makefile): remove comments about setup-envtest.sh since replaced with setup-envtest binary * fix(manifests): create patches to add minKubeVersion field in spec * chore(manifests): clean up csv patches * fix(ci): upgrade go version to 1.18 * fix(ci): upgrade operator-sdk to 1.22.2 * fix(makefile): use file binary paths as targets * fix(makefile): remove testbin * fix(makefile): use env to find bash * fix(makefile): remove check for opm existence * fix(manifests): use inline patch instead for removing cert volume * fix(deployment): shorten field ref * fix(deps): add back cve comment for gogo/protobuf * fix(deps): add back replace directive for gogo/protobuf * fix(deps): add back comments for cve-2020-26160 * fix(go-sum): run go mod tidy * fix(makefile): add check for existence in binary download targets
- Loading branch information
Showing
38 changed files
with
2,180 additions
and
732 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
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
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
5 changes: 0 additions & 5 deletions
5
bundle/manifests/cryostat-operator-service-account_v1_serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.