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

build(operator-sdk): upgrade operator sdk version to 1.22.2 #430

Merged
merged 82 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
a4b7233
fix(prometheus): fix prometheus metrics endpoint
Jul 20, 2022
de35fc1
fix(bundle): build bundle for migration to v1.6.1
Jul 20, 2022
bdac17e
fix(makefile): add fail check for shell
Jul 21, 2022
227300d
chore(rbac): move lease to its own proxy-role rule
Jul 21, 2022
1238498
build(deps): bump controller-runtime to v0.8.3 and kubernetes depende…
Jul 21, 2022
5a52188
fix(bundle): run make bundle for migration to operator-sdk 1.7.1
Jul 21, 2022
7f06669
fix(bundle): run make bundle for migration to operator-sdk 1.8.0
Jul 21, 2022
4fe36dc
fix(bundle): run make bundle for migration to operator-sdk 1.9.0
Jul 21, 2022
a796da5
fix(config): add containerPort protocol in manifests
Jul 21, 2022
264df43
fix(bundle): remove service account in bundle
Jul 21, 2022
4f1d1f4
fix(bundle): run make bundle for migration to operator-sdk 1.11.0
Jul 21, 2022
69675b5
fix(bundle): run make bundle for migration to operator-sdk 1.13.0
Jul 21, 2022
0d8bdd2
build(makefile): bump controller-gen to 0.7.0
Jul 22, 2022
7e99a6f
fix(makefile): remove crd-options
Jul 22, 2022
1663b21
fix(makefile): revert roleName back to role
Jul 22, 2022
14f71f1
fix(manifests): update manifests after bumping controller-gen to 0.7.0
Jul 22, 2022
7c83e57
fix(makefile): migrate to new env-test tool
Jul 22, 2022
d73136c
build(deps): bump controller-runtime to v0.10.0 and kubernetes depend…
Jul 22, 2022
3d254c7
fix(apis): use marker comments to mark deprecated apis
Jul 25, 2022
268548f
fix(makefile): add check if binaries exists and fix kustomize install…
Jul 25, 2022
38b6061
test(cryostat): fix cryostat-controller tests after bumping controlle…
Jul 25, 2022
f0c94e2
test(cryostat): fix recording-controller tests after bumping controll…
Jul 25, 2022
3b8eee7
fix(bundle): run bundle after migration to operator-sdk v1.14.0
Jul 25, 2022
1b0a4f6
fix(bundle): run make bundle after migrating to operator-sdk v1.15.0
Jul 25, 2022
060dfff
feat(manager): add annotation to specify default manager container
Jul 25, 2022
12b1b4c
fix(makefile): add PHONY for all targets
Jul 25, 2022
b04102e
feat(makefile): add ignore-not-found flag to be used in uninstall/und…
Jul 25, 2022
d8dadc0
fix(bundle): run make bundle after migrating to operator-sdk v1.16.0
Jul 25, 2022
f1179bb
build(deps): bump k8s deps to v0.23.0 and controller-gen to v0.8.0
Jul 26, 2022
59703ff
test(probe-handler): use new struct name ProbeHandler instead of Handler
Jul 26, 2022
b9e0af0
test(fakeclient): use NewClientBuilder in place of deprecated NewFake…
Jul 26, 2022
c8731cb
fix(makefile): add deprecation silencer env var for ginkgo
Jul 26, 2022
7a70353
test(resource): add metadata for pod template in OtherDeployment func
Jul 27, 2022
2e889f3
fix(manifests): add resource request/limit to kube-rbac-proxy
Jul 27, 2022
3700d92
fix(manifests): reduce debug log level for the sidecar container kube…
Jul 27, 2022
52737a8
fix(bundle): run make bundle after migration to operator-sdk 1.17.0
Jul 27, 2022
323508f
build(deps): remove protobuf replace directive since client-go now pu…
Jul 27, 2022
b7a3ffa
feat(makefile): support bundle image digests instead of tags
Jul 27, 2022
5c27e98
fix(bundle): run make bundle after migration to operator-sdk 1.18.0
Jul 27, 2022
beaba71
chore(makefile): clean up env var declaration
Jul 27, 2022
8ff4609
fix(bundle): run make bundle after migration to operator-sdk 1.19.0
Jul 27, 2022
b09009a
fix(bundle): run make bundle after migration to operator-sdk 1.20.0
Jul 27, 2022
578c720
test(suite): fix suite test using global config
Jul 27, 2022
0047b25
build(deps): bump controller-runtime to 0.11.2 and k8s deps to 0.23.5
Jul 27, 2022
01e753c
fix(manifests): upgrade kube-rbac-proxy image from v0.8.0 to v0.11.0
Jul 27, 2022
8479899
fix(bundle): run make bundle after migration to operator-sdk 1.21.0
Jul 27, 2022
d536b38
build(deps): bump controller-runtime to 0.12.1 and k8s deps to 0.24.0
Jul 27, 2022
150b135
build(deps): bump go to 1.17
Jul 27, 2022
71884a2
build(deps): bump controller-gen to 0.9.0
Jul 27, 2022
594586a
build(deps): bump go version to 1.18
Jul 27, 2022
cf1a270
fix(bundle): run make bundle after migration to operator-sdk 1.22.0
Jul 27, 2022
af70906
fix(bundle): run make bundle after migration to operator-sdk 1.22.1
Jul 27, 2022
3cc3e83
fix(bundle): run make bundle after migration to operator-sdk 1.22.2
Jul 27, 2022
e7b6cd8
docs(deps): update deps requirement in README
Jul 27, 2022
06bf327
fix(gitignore): ignore generated cache directory
Jul 27, 2022
1432447
fix(manifests,bundle): generate new manifests and bundle with control…
Jul 27, 2022
a752419
fix(makefile): add comments for shell flags
Jul 27, 2022
c7a8c9c
feat(Makefile): add opm and catalog-build Makefile targets
Jul 27, 2022
a8c4f86
fix(manifests): add patch to remove cert-manager volume (commented out)
Jul 27, 2022
b48fc1a
fix(reconciler): only update deployment spect.selector if being created
Jul 27, 2022
d4bb585
fix(deploy): merge label/annotations of spec.template when updating d…
Jul 28, 2022
dfbd8ff
feat(labels,annotations): labels/annotations map should be checked fo…
Jul 28, 2022
efbfedc
fix(makefile): add comments explaining ENVTEST_K8S_VERSION var
Jul 28, 2022
cfd05f0
docs(build): add instructions for catalog-build target
Jul 28, 2022
591cddf
chore(deployment): correct function names for creating missing labels…
Aug 2, 2022
d5176b4
chore(Makefile): use binary paths as download targets and rename SETU…
Aug 2, 2022
151ac48
fix(makefile): remove comments about setup-envtest.sh since replaced …
Aug 2, 2022
1ed6e31
fix(manifests): create patches to add minKubeVersion field in spec
Aug 2, 2022
03bf43a
chore(manifests): clean up csv patches
Aug 3, 2022
8436348
fix(ci): upgrade go version to 1.18
Aug 3, 2022
59a9921
fix(ci): upgrade operator-sdk to 1.22.2
Aug 3, 2022
4c5e0bb
fix(makefile): use file binary paths as targets
Aug 3, 2022
ded5684
fix(makefile): remove testbin
Aug 3, 2022
1a5d925
fix(makefile): use env to find bash
Aug 4, 2022
957491c
fix(makefile): remove check for opm existence
Aug 4, 2022
f291479
fix(manifests): use inline patch instead for removing cert volume
Aug 4, 2022
8ba91d4
fix(deployment): shorten field ref
Aug 4, 2022
20f616a
fix(deps): add back cve comment for gogo/protobuf
Aug 4, 2022
c4d1b4a
fix(deps): add back replace directive for gogo/protobuf
Aug 4, 2022
f34d044
fix(deps): add back comments for cve-2020-26160
Aug 5, 2022
4571f3f
fix(go-sum): run go mod tidy
Aug 5, 2022
21a02af
fix(makefile): add check for existence in binary download targets
Aug 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(makefile): remove crd-options
Thuan Vo committed Jul 27, 2022
commit 7e99a6ffe89dfd6f5ea55ef899702972e8db1762
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
IMAGE_BUILDER ?= podman
# Image URL to use all building/pushing image targets
OPERATOR_IMG ?= $(IMAGE_NAMESPACE)/$(OPERATOR_NAME):$(IMAGE_VERSION)
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"

# Images used by the operator
CORE_NAMESPACE ?= $(DEFAULT_NAMESPACE)
@@ -149,7 +147,7 @@ undeploy:
# Generate manifests e.g. CRD, RBAC etc.
.PHONY: manifests
manifests: controller-gen
$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
envsubst < hack/image_tag_patch.yaml.in > config/default/image_tag_patch.yaml
envsubst < hack/image_pull_patch.yaml.in > config/default/image_pull_patch.yaml