-
Notifications
You must be signed in to change notification settings - Fork 21
build(operator-sdk): upgrade operator sdk version to 1.22.2 #430
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
Merged
Merged
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
a4b7233
fix(prometheus): fix prometheus metrics endpoint
tthvo de35fc1
fix(bundle): build bundle for migration to v1.6.1
tthvo bdac17e
fix(makefile): add fail check for shell
tthvo 227300d
chore(rbac): move lease to its own proxy-role rule
tthvo 1238498
build(deps): bump controller-runtime to v0.8.3 and kubernetes depende…
tthvo 5a52188
fix(bundle): run make bundle for migration to operator-sdk 1.7.1
tthvo 7f06669
fix(bundle): run make bundle for migration to operator-sdk 1.8.0
tthvo 4fe36dc
fix(bundle): run make bundle for migration to operator-sdk 1.9.0
tthvo a796da5
fix(config): add containerPort protocol in manifests
tthvo 264df43
fix(bundle): remove service account in bundle
tthvo 4f1d1f4
fix(bundle): run make bundle for migration to operator-sdk 1.11.0
tthvo 69675b5
fix(bundle): run make bundle for migration to operator-sdk 1.13.0
tthvo 0d8bdd2
build(makefile): bump controller-gen to 0.7.0
tthvo 7e99a6f
fix(makefile): remove crd-options
tthvo 1663b21
fix(makefile): revert roleName back to role
tthvo 14f71f1
fix(manifests): update manifests after bumping controller-gen to 0.7.0
tthvo 7c83e57
fix(makefile): migrate to new env-test tool
tthvo d73136c
build(deps): bump controller-runtime to v0.10.0 and kubernetes depend…
tthvo 3d254c7
fix(apis): use marker comments to mark deprecated apis
tthvo 268548f
fix(makefile): add check if binaries exists and fix kustomize install…
tthvo 38b6061
test(cryostat): fix cryostat-controller tests after bumping controlle…
tthvo f0c94e2
test(cryostat): fix recording-controller tests after bumping controll…
tthvo 3b8eee7
fix(bundle): run bundle after migration to operator-sdk v1.14.0
tthvo 1b0a4f6
fix(bundle): run make bundle after migrating to operator-sdk v1.15.0
tthvo 060dfff
feat(manager): add annotation to specify default manager container
tthvo 12b1b4c
fix(makefile): add PHONY for all targets
tthvo b04102e
feat(makefile): add ignore-not-found flag to be used in uninstall/und…
tthvo d8dadc0
fix(bundle): run make bundle after migrating to operator-sdk v1.16.0
tthvo f1179bb
build(deps): bump k8s deps to v0.23.0 and controller-gen to v0.8.0
tthvo 59703ff
test(probe-handler): use new struct name ProbeHandler instead of Handler
tthvo b9e0af0
test(fakeclient): use NewClientBuilder in place of deprecated NewFake…
tthvo c8731cb
fix(makefile): add deprecation silencer env var for ginkgo
tthvo 7a70353
test(resource): add metadata for pod template in OtherDeployment func
tthvo 2e889f3
fix(manifests): add resource request/limit to kube-rbac-proxy
tthvo 3700d92
fix(manifests): reduce debug log level for the sidecar container kube…
tthvo 52737a8
fix(bundle): run make bundle after migration to operator-sdk 1.17.0
tthvo 323508f
build(deps): remove protobuf replace directive since client-go now pu…
tthvo b7a3ffa
feat(makefile): support bundle image digests instead of tags
tthvo 5c27e98
fix(bundle): run make bundle after migration to operator-sdk 1.18.0
tthvo beaba71
chore(makefile): clean up env var declaration
tthvo 8ff4609
fix(bundle): run make bundle after migration to operator-sdk 1.19.0
tthvo b09009a
fix(bundle): run make bundle after migration to operator-sdk 1.20.0
tthvo 578c720
test(suite): fix suite test using global config
tthvo 0047b25
build(deps): bump controller-runtime to 0.11.2 and k8s deps to 0.23.5
tthvo 01e753c
fix(manifests): upgrade kube-rbac-proxy image from v0.8.0 to v0.11.0
tthvo 8479899
fix(bundle): run make bundle after migration to operator-sdk 1.21.0
tthvo d536b38
build(deps): bump controller-runtime to 0.12.1 and k8s deps to 0.24.0
tthvo 150b135
build(deps): bump go to 1.17
tthvo 71884a2
build(deps): bump controller-gen to 0.9.0
tthvo 594586a
build(deps): bump go version to 1.18
tthvo cf1a270
fix(bundle): run make bundle after migration to operator-sdk 1.22.0
tthvo af70906
fix(bundle): run make bundle after migration to operator-sdk 1.22.1
tthvo 3cc3e83
fix(bundle): run make bundle after migration to operator-sdk 1.22.2
tthvo e7b6cd8
docs(deps): update deps requirement in README
tthvo 06bf327
fix(gitignore): ignore generated cache directory
tthvo 1432447
fix(manifests,bundle): generate new manifests and bundle with control…
tthvo a752419
fix(makefile): add comments for shell flags
tthvo c7a8c9c
feat(Makefile): add opm and catalog-build Makefile targets
tthvo a8c4f86
fix(manifests): add patch to remove cert-manager volume (commented out)
tthvo b48fc1a
fix(reconciler): only update deployment spect.selector if being created
tthvo d4bb585
fix(deploy): merge label/annotations of spec.template when updating d…
tthvo dfbd8ff
feat(labels,annotations): labels/annotations map should be checked fo…
tthvo efbfedc
fix(makefile): add comments explaining ENVTEST_K8S_VERSION var
tthvo cfd05f0
docs(build): add instructions for catalog-build target
tthvo 591cddf
chore(deployment): correct function names for creating missing labels…
tthvo d5176b4
chore(Makefile): use binary paths as download targets and rename SETU…
tthvo 151ac48
fix(makefile): remove comments about setup-envtest.sh since replaced …
tthvo 1ed6e31
fix(manifests): create patches to add minKubeVersion field in spec
tthvo 03bf43a
chore(manifests): clean up csv patches
tthvo 8436348
fix(ci): upgrade go version to 1.18
tthvo 59a9921
fix(ci): upgrade operator-sdk to 1.22.2
tthvo 4c5e0bb
fix(makefile): use file binary paths as targets
tthvo ded5684
fix(makefile): remove testbin
tthvo 1a5d925
fix(makefile): use env to find bash
tthvo 957491c
fix(makefile): remove check for opm existence
tthvo f291479
fix(manifests): use inline patch instead for removing cert volume
tthvo 8ba91d4
fix(deployment): shorten field ref
tthvo 20f616a
fix(deps): add back cve comment for gogo/protobuf
tthvo c4d1b4a
fix(deps): add back replace directive for gogo/protobuf
tthvo f34d044
fix(deps): add back comments for cve-2020-26160
tthvo 4571f3f
fix(go-sum): run go mod tidy
tthvo 21a02af
fix(makefile): add check for existence in binary download targets
tthvo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.