Skip to content

Commit 096ea83

Browse files
authored
Document ansible-operator-base image update (#5261)
Signed-off-by: austin <[email protected]>
1 parent 4b610d0 commit 096ea83

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/content/en/docs/contribution-guidelines/releasing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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`.
5864
1. 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

165171
We 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

169184
Lock down the `v1.3.x` branch to prevent further merges/commits.

0 commit comments

Comments
 (0)