From 910068045ca69b21fae5789a4e1a35ef3b5c4650 Mon Sep 17 00:00:00 2001 From: Zach Shepherd Date: Wed, 11 Dec 2024 13:02:37 -0800 Subject: [PATCH] 4330: match beta goal ranges to graduation criteria The beta graduation criteria express a wider range of support for the compatibility and emulation versions (N-3 minor versions) than the beta portion of the goals section (N-1 minor versions). The content of other sections, including the example in Feature Gate Lifecycles, and the discussion in #4395 suggests N-3 was intended. --- keps/sig-architecture/4330-compatibility-versions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keps/sig-architecture/4330-compatibility-versions/README.md b/keps/sig-architecture/4330-compatibility-versions/README.md index 3541dc2a274..7068a37403b 100644 --- a/keps/sig-architecture/4330-compatibility-versions/README.md +++ b/keps/sig-architecture/4330-compatibility-versions/README.md @@ -276,8 +276,8 @@ release for features to settle in as is typically needed for rollback support. - In alpha we intend to support: - `--emulation-version` range of `binaryMinorVersion`..`binaryMinorVersion-1` - In beta, we intend to extend support to: - - `--emulation-version` range of `binaryMinorVersion`..`binaryMinorVersion-1` - - `--min-compatibility-version` to `binaryMinorVersion`..`binaryMinorVersion-1` + - `--emulation-version` range of `binaryMinorVersion`..`binaryMinorVersion-3` + - `--min-compatibility-version` to `binaryMinorVersion`..`binaryMinorVersion-3` ### Non-Goals