Publish Operator 2.6.2
Summary
This issue will serve as a checklist and record of releases for GitLab Operator 2.6.2.
Much of the process is automated by release-tools.
To do
- Confirm that publish jobs in the tag pipeline in Canonical repo has completed.
- Confirm that the Release has been created with the correct content in the tag message and Release description..
- OLM bundle testing has been completed
- Release to OperatorHub.io catalog
- Release to RedHat community catalog
- Release to RedHat certified catalog
Use the publish.sh script to release to the OLM catalogs:
# Use skip mode if new release adds support for a new OCP minor.
export OLM_SKIP_VERSION="2.6.2"
# Use replaced mode for releases with unchanged OCP support.
export PREVIOUS_OPERATOR_VERSION="2.6.2"
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:
-
operatorhubforOperatorHub.io -
redhat-communityforRedHat community catalog -
redhat-marketplaceforRedHat certified catalog
Edited by Clemens Beck