From 9a084ec4ddef18a751990069a6e847b0cd3a82c2 Mon Sep 17 00:00:00 2001 From: Yang Jiao <72076317+YangJiao0817@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:37:55 +0800 Subject: [PATCH] Update Support Matrix (#19741) Signed-off-by: Yang Jiao Co-authored-by: Yang Jiao --- RELEASES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index de371696b..44cb5808a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,11 +14,11 @@ Patch releases are based on the major/minor release branch, the release cadence `Pre-releases:mainly the different RC builds` will be compiled from their corresponding branches. Please note they are done to assist in the stabilization process, no guarantees are provided. ### Minor Release Support Matrix -| Version | Supported | -|---------------| ------------------ | -| Harbor v2.9.x | :white_check_mark: | -| Harbor v2.8.x | :white_check_mark: | -| Harbor v2.7.x | :white_check_mark: | +| Version | Supported | +|----------------| ------------------ | +| Harbor v2.10.x | :white_check_mark: | +| Harbor v2.9.x | :white_check_mark: | +| Harbor v2.8.x | :white_check_mark: | ### Upgrade path and support policy The upgrade path for Harbor is (1) 2.2.x patch releases are always compatible with its major and minor version. For example, previous released 2.2.x can be upgraded to most recent 2.2.3 release. (2) Harbor only supports two previous minor releases to upgrade to current minor release. For example, 2.3.0 will only support 2.1.0 and 2.2.0 to upgrade from, 2.0.0 to 2.3.0 is not supported. One should upgrade to 2.2.0 first, then to 2.3.0.