Publish Operator 0.15.1

Summary

This issue will serve as a checklist and record of releases for GitLab Operator 0.15.1.

Much of the process is automated by release-tools.

To do

  1. Confirm that publish jobs in the tag pipeline in Canonical repo has completed.
  2. Release to OperatorHub.io.
  3. Release to OpenShift OperatorHub.io
  4. Submit OLM bundle for OpenShift certification

Using publish.sh script is recommended for the release-related steps:

scripts/tools/publish.sh VERSION [TARGETS]

This scripts checks the requirements and submits the Operator to all three targets. You can limit the scope of the release by passing one or more targets. Use:

  • operatorhub for OperatorHub.io
  • redhat-community for OpenShift OperatorHub
  • redhat-marketplace for OpenShift Certified Operators
Edited by Mitchell Nielsen