@@ -55,6 +55,12 @@ We will use the `v1.3.0` release version in this example.
5555 Deploys] ( https://app.netlify.com/sites/operator-sdk/settings/deploys#branches ) .
5656 This will watch for this branch when there are changes on Github
5757 (creating the branch, or adding a commit).
58+ 1 . Kick off a new build of the [ ansible-operator-base
59+ image] ( https://quay.io/repository/operator-framework/ansible-operator-base )
60+ by running the
61+ [ deploy-manual] ( https://github.com/operator-framework/operator-sdk/actions/workflows/deploy-manual.yml )
62+ GitHub action. After the image is built, check the security scan
63+ results under ` Child Manifests ` .
58641 . A release branch must be created. If you have the proper permissions,
5965 you can do this by running the following, assuming the upstream SDK
6066 is the ` upstream ` remote repo:
@@ -164,6 +170,15 @@ git push -f upstream v1.3.x
164170
165171We will use the ` v1.3.1 ` release version in this example.
166172
173+ ### Before starting
174+
175+ 1 . Kick off a new build of the [ ansible-operator-base
176+ image] ( https://quay.io/repository/operator-framework/ansible-operator-base )
177+ by running the
178+ [ deploy-manual] ( https://github.com/operator-framework/operator-sdk/actions/workflows/deploy-manual.yml )
179+ GitHub action. After the image is built, check the security scan
180+ results under ` Child Manifests ` .
181+
167182#### 0. Lock down release branches on GitHub
168183
169184Lock down the ` v1.3.x ` branch to prevent further merges/commits.
0 commit comments