Clarify supported version update paths in documentation#957
Conversation
|
/hold |
dhiller
left a comment
There was a problem hiding this comment.
/approve
Thank you @fossedihelm !
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhiller The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
There has been no activity on this PR for 45 days. What you can do:
/lifecycle stale |
ff53f74 to
68fb9db
Compare
|
New changes are detected. LGTM label has been removed. |
|
/remove-lifecycle stale |
aburdenthehand
left a comment
There was a problem hiding this comment.
Hey, sorry I didn't see this sooner.
Content looks great but there's some formatting issues
| `v0.17.0` release is not supported. | ||
|
|
||
| > Note: Updating is only supported from N-1 to N release. | ||
| > Note: Updating is only supported from N-1 to N release in the following form: |
There was a problem hiding this comment.
Unfortunately this does not build properly on the preview: https://deploy-preview-957--kubevirt-user-guide.netlify.app/cluster_admin/updating_and_deletion/
We need a newline before the bulllet list
| > Note: Updating is only supported from N-1 to N release. | ||
| > Note: Updating is only supported from N-1 to N release in the following form: | ||
| > - Upgrading from the latest patch version of one minor version to the latest patch version of the next minor version | ||
| > - For example: if latest 1.7 is v1.7.6 and latest 1.6 is v1.6.4 |
There was a problem hiding this comment.
Each sub-point needs 4 spaces (or tab) to nest properly
30ddce4 to
07bc81f
Compare
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>
07bc81f to
e2e6c99
Compare
|
Thank you @aburdenthehand |
This PR clarifies the supported version update paths in the KubeVirt documentation by expanding the upgrade support note with specific examples.
The previous note only stated "Updating is only supported from N-1 to N release" which was ambiguous. This update provides concrete examples showing:
This makes it clearer for users to understand exactly which upgrade paths are supported when updating their KubeVirt installations.
Release note: