Skip to content

Commit c3b4ee6

Browse files
committed
lifecycle: Update releases
Remove old versions (keep 3 versions + release candid). Update outdated version to use latest release of each minor. Add missing releases. Signed-off-by: Or Shoval <[email protected]>
1 parent b129bb3 commit c3b4ee6

14 files changed

+8780
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ For more information about the configuration format check [configuring section](
327327

328328
# Upgrades
329329

330-
Starting with version `0.76.0`, this operator supports upgrades to any newer
330+
Starting with version `0.89.0`, this operator supports upgrades to any newer
331331
version. If you wish to upgrade, remove old operator (`operator.yaml`) and
332332
install new, operands will remain available during the operator's downtime.
333333

automation/check-patch.e2e-lifecycle-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main() {
2828
export E2E_TEST_TIMEOUT=4h
2929
else
3030
# Don't run all upgrade tests in regular PRs, stick to those released under HCO
31-
export RELEASES_SELECTOR="{0.76.3,0.79.2,0.85.3,0.89.0,99.0.0}"
31+
export RELEASES_SELECTOR="{0.89.3,0.91.1,0.93.0,0.95.0,99.0.0}"
3232
fi
3333

3434
make cluster-down

0 commit comments

Comments
 (0)