KFD follows closely Kubernetes versioning.
Starting from the 1.21.0 KFD release, the versioning scheme has changed.
We are now versioning KFD using the same minor version as the supported Kubernetes version. This means that each KFD version will have a 1:1 compatibility with a specific Kubernetes version.
For example:
- KFD 1.22.0 is compatible with Kubernetes 1.22.x
- KFD 1.22.5 is compatible with Kubernetes 1.22.x
- KFD 1.23.0 is compatible with Kubernetes 1.23.x
- KFD 1.23.1 is compatible with Kubernetes 1.23.x
- KFD 1.23.2 is compatible with Kubernetes 1.23.x
- KFD 1.24.0 is compatible with Kubernetes 1.24.x
Each KFD version will come with comprehensive documentation on all supported upgrade paths (es. tutorials to upgrade minor to minor, including patches if present).
See the upgrade path document for more details.