Skip to content

Update default operator-sdk to 1.14.0

Mitchell Nielsen requested to merge 400-update-operator-sdk into master

Summary

Updates the default version of operator-sdk to 1.14.0 as referenced in scripts/olm_bundle.sh.

Accompanied by gitlab-org/gitlab-build-images!492 (merged)

The steps from https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.14.0 have been completed previously in !283 (merged).

Assuming the docs have a typo that should say make manifests instead of make manifest, we create the diff in config/rbac/role.yaml as seen in this MR. Note that I get this same diff using operator-sdk 1.13.0, so it was likely an update we should have pushed earlier. The active component seems to be controller-gen, which is already at 0.7.0 as specified in the operator-sdk 1.14.0 release notes.

Closes #400 (closed)

Edited by Mitchell Nielsen

Merge request reports