@@ -55,6 +55,12 @@ We will use the `v1.3.0` release version in this example.
55
55
Deploys] ( https://app.netlify.com/sites/operator-sdk/settings/deploys#branches ) .
56
56
This will watch for this branch when there are changes on Github
57
57
(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 ` .
58
64
1 . A release branch must be created. If you have the proper permissions,
59
65
you can do this by running the following, assuming the upstream SDK
60
66
is the ` upstream ` remote repo:
@@ -164,6 +170,15 @@ git push -f upstream v1.3.x
164
170
165
171
We will use the ` v1.3.1 ` release version in this example.
166
172
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
+
167
182
#### 0. Lock down release branches on GitHub
168
183
169
184
Lock down the ` v1.3.x ` branch to prevent further merges/commits.
0 commit comments