From a8fe5c8732a37ef471d86afaf570ff8ad0ef0221 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:34:58 -0800 Subject: [PATCH] chore: CHANGELOG for 1.2.1 (#3480) Signed-off-by: Mattia Lavacca Co-authored-by: Mattia Lavacca --- CHANGELOG/1.2-CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG/1.2-CHANGELOG.md b/CHANGELOG/1.2-CHANGELOG.md index 6eb92933a5..92ba773fa3 100644 --- a/CHANGELOG/1.2-CHANGELOG.md +++ b/CHANGELOG/1.2-CHANGELOG.md @@ -2,10 +2,24 @@ ## Table of Contents +- [v1.2.1](#v121) - [v1.2.0](#v120) - [v1.2.0-rc2](#v120-rc2) - [v1.2.0-rc1](#v120-rc1) +# v1.2.1 + +This is a patch release that fixes the backward incompatibility with the `SupportedFeatures` +feature breaking change introduced in v1.2.1. + +## Changes by Kind + +### Bug Fixes + +- `v1.2.0` introduced a breaking change in the `SupportedFeatures` field of the `GatewayClass` + API. That broke already existing `GatewayClass`es using the previous version of + the feature. The fix to introduce backward compatibility is in (#3454, @LiorLieberman) + # v1.2.0 ## Breaking Changes