Skip to content

Commit e2e6c99

Browse files
committed
Clarify supported version update paths in documentation
Expanded the update support note to include specific examples of supported upgrade paths (minor version upgrades and patch version upgrades) with concrete version numbers, making it clearer for users what update scenarios are supported. Signed-off-by: fossedihelm <ffossemo@redhat.com>
1 parent ce77ccc commit e2e6c99

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/cluster_admin/updating_and_deletion.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ Zero downtime rolling updates are supported starting with release
66
`v0.17.0` onward. Updating from any release prior to the KubeVirt
77
`v0.17.0` release is not supported.
88

9-
> Note: Updating is only supported from N-1 to N release.
9+
!!! note "Supported Upgrade Paths"
10+
Updating is only supported from N-1 to N release:
11+
12+
**Upgrading between minor versions:**
13+
14+
- Upgrade from the latest patch version of one minor version to the latest patch version of the next minor version
15+
- Example: if latest 1.7 is v1.7.6 and latest 1.6 is v1.6.4
16+
- ✓ Upgrade from v1.6.4 to v1.7.6 is supported
17+
- ✗ Upgrade from v1.6.2 to v1.7.6 is not supported
18+
- ✗ Upgrade from v1.5.z to v1.7.6 is not supported
19+
20+
**Upgrading within the same minor version:**
21+
22+
- Example: if latest 1.6 is v1.6.4
23+
- ✓ Upgrade from v1.6.3 to v1.6.4 is supported
24+
- ✗ Upgrade from v1.6.2 to v1.6.4 is not supported
1025

1126
Updates are triggered one of two ways.
1227

0 commit comments

Comments
 (0)