Upgrading Instruction
Overview
Karmada uses the semver versioning and each version in the format of vMAJOR
.MINOR
.PATCH
:
- The
PATCH
release does not introduce breaking changes. - The
MINOR
release might introduce minor breaking changes with a workaround. - The
Major
release might introduce backward-incompatible behavior changes.
How to Upgrade
To upgrade Karmada, you can follow the Upgrade Guide.
Details Upgrading Instruction
The following instructions are for minor version upgrades. Cross-version upgrades are not recommended. And it is recommended to use the latest patch version when upgrading, for example, if you are upgrading from v1.1.x to v1.2.x and the available patch versions are v1.2.0, v1.2.1 and v1.2.2, then select v1.2.2.