You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USHIFT-6073: Add Z-1 upgrade path for release testing scenarios
This PR adds the capability to test Z-stream upgrades (e.g., 4.22.0 -> 4.22.7)
in addition to the existing Y-stream upgrade tests (e.g., 4.21 -> 4.22).
Changes include:
- Add PREV_ZSTREAM version variables for tracking the first/previous z-stream
of the current minor release
- Add bootc containerfile and scenario files for Z-1 upgrade testing
- Rename variables from confusing Y0/Z1/Y1/Y2 pattern to clearer naming:
- LATEST_ZSTREAM_VERSION: Latest z-stream of current minor
- PREV_ZSTREAM_VERSION: Previous z-stream of current minor (Z-1 upgrade source)
- YMINUS1_VERSION: Latest z-stream of Y-1 minor
- YMINUS2_VERSION: Latest z-stream of Y-2 minor
- Add documentation comments explaining the version naming convention
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
0 commit comments