From 2b881d6a5f49a9d93aadba93769e8b9f5faf67f0 Mon Sep 17 00:00:00 2001 From: "stonezdj(Daojun Zhang)" Date: Fri, 8 Nov 2024 17:34:50 +0800 Subject: [PATCH] Update support matrix for 2.12.x (#21150) Signed-off-by: stonezdj --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index de6a533cb..368cfa8f5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,9 +16,10 @@ Patch releases are based on the major/minor release branch, the release cadence ### Minor Release Support Matrix | Version | Supported | |----------------| ------------------ | +| Harbor v2.12.x | :white_check_mark: | | Harbor v2.11.x | :white_check_mark: | | Harbor v2.10.x | :white_check_mark: | -| Harbor v2.9.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.