Skip to content

Commit

Permalink
lifecycle: Update releases
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
oshoval committed Aug 18, 2024
1 parent b129bb3 commit 7644891
Show file tree
Hide file tree
Showing 13 changed files with 8,678 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ For more information about the configuration format check [configuring section](

# Upgrades

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

Expand Down
2 changes: 1 addition & 1 deletion automation/check-patch.e2e-lifecycle-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main() {
export E2E_TEST_TIMEOUT=4h
else
# Don't run all upgrade tests in regular PRs, stick to those released under HCO
export RELEASES_SELECTOR="{0.76.3,0.79.2,0.85.3,0.89.0,99.0.0}"
export RELEASES_SELECTOR="{0.89.3,0.91.1,0.93.0,0.95.0,99.0.0}"
fi

make cluster-down
Expand Down
Loading

0 comments on commit 7644891

Please sign in to comment.