Skip to content

Commit

Permalink
Document ansible-operator-base image update (#5261)
Browse files Browse the repository at this point in the history
Signed-off-by: austin <[email protected]>
  • Loading branch information
asmacdo authored Sep 29, 2021
1 parent 4b610d0 commit 096ea83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/content/en/docs/contribution-guidelines/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ We will use the `v1.3.0` release version in this example.
Deploys](https://app.netlify.com/sites/operator-sdk/settings/deploys#branches).
This will watch for this branch when there are changes on Github
(creating the branch, or adding a commit).
1. Kick off a new build of the [ansible-operator-base
image](https://quay.io/repository/operator-framework/ansible-operator-base)
by running the
[deploy-manual](https://github.com/operator-framework/operator-sdk/actions/workflows/deploy-manual.yml)
GitHub action. After the image is built, check the security scan
results under `Child Manifests`.
1. A release branch must be created. If you have the proper permissions,
you can do this by running the following, assuming the upstream SDK
is the `upstream` remote repo:
Expand Down Expand Up @@ -164,6 +170,15 @@ git push -f upstream v1.3.x

We will use the `v1.3.1` release version in this example.

### Before starting

1. Kick off a new build of the [ansible-operator-base
image](https://quay.io/repository/operator-framework/ansible-operator-base)
by running the
[deploy-manual](https://github.com/operator-framework/operator-sdk/actions/workflows/deploy-manual.yml)
GitHub action. After the image is built, check the security scan
results under `Child Manifests`.

#### 0. Lock down release branches on GitHub

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

0 comments on commit 096ea83

Please sign in to comment.