Skip to content

Commit c15370d

Browse files
authored
Improved release doc around Azure pipelines on RCs (strimzi#11396)
Signed-off-by: Paolo Patierno <ppatierno@live.com>
1 parent 2a56156 commit c15370d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

development-docs/RELEASE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,17 @@ If you need to update the Kafka bridge to newer version, you should do it with f
8989
9090
After releasing a RC, we need to run the following System Tests pipelines:
9191
92-
* helm-acceptance
93-
* upgrade
92+
* helm-acceptance (only one time by setting the latest supported Kafka version)
93+
* upgrade (only one time by setting the latest supported Kafka version)
9494
* regression (multiple times, one for each supported Kafka version)
9595
* feature-gates-regression (multiple times, one for each supported Kafka version)
9696
97+
Run them manually in Azure pipelines:
98+
99+
* Select the release branch from the list
100+
* Set the "Release Version" (i.e. `0.45.0-rc1`)
101+
* Set the "Kafka Version" (i.e. `3.9.0`)
102+
97103
## Rebuild container image for base image CVEs
98104
99105
Overtime, the base container image could be affected by CVEs related to the installed JVM, operating system libraries and so on.

0 commit comments

Comments
 (0)