-
Sub-task
-
Resolution:
Unresolved
-
Undefined
-
None
-
None
-
None
-
- Ensure all submodules, features, and fixes have merged in the release branch.
- Open a PR against openshift/windows-machine-config-operator:
- Manually bump the operator version in the Makefile:
-
- Manually bump the OCP version in the Dockerfile:
- LABEL com.redhat.openshift.versions="=v4.y"
-
- Manually bump the WMCO major and OCP version in the base CSV:
- olm.skipRange: ** ‘>=x.0.0 <x+1.0.0’
- name: windows-machine-config-operator.vx.0.0
- description: bump OCP version in each doc link
- version: x.0.0
- Run ‘make bundle’ to apply the changes to the bundle
- Manually bump the WMCO major version in bundle/windows-machine-config-operator.package.yaml:
- currentCSV: windows-machine-config-operator.vx.0.0
- Manually verify the CSV has all the fields required and renders correctly using the Operator hub preview tool.