From 351a632ce3c3a9af5eb32cdbf4059a27af0ee7f0 Mon Sep 17 00:00:00 2001 From: Mattia Lavacca Date: Fri, 15 Mar 2024 11:21:27 +0100 Subject: [PATCH] chore: CHANGELOG prepared for v1.2 (#10) Signed-off-by: Mattia Lavacca --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7832fae18..6e2d3872f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,13 +19,22 @@ ## [v1.2.0] -> Release date: 2024-03-08 +> Release date: 2024-03-15 + +## Highlights + +- 🎓 The Managed `Gateway`s feature is now GA. +- 🎓 `ControlPlane` and `GatewayConfig` APIs have been promoted to `v1beta1`. +- ✨ `DataPlane`s managed by `Gateway`s can be now scaled horizontally through the + `GatewayConfiguration` API. +- ✨ `Gateway` listeners are dynamically mapped to the `DataPlane` proxy service ports. +- 🧠 The new feature `AIGateway` has been released in `alpha` stage. ## Added -- Added support of specifying values of command line flags by environment - variables starting with `GATEWAY_OPERATOR_`. For example, you can specify - value of flag `--controller-name` by environment variable `GATEWAY_OPERATOR_CONTROLLER_NAME`. +- Added support for specifying command line flags through environment + variables having the `GATEWAY_OPERATOR_` prefix. For example, you can specify the + value of flag `--controller-name` through the environment variable `GATEWAY_OPERATOR_CONTROLLER_NAME`. [Kong/gateway-operator-archive#1616](https://github.com/Kong/gateway-operator-archive/pull/1616) - Add horizontal autoscaling for `DataPlane`s using its `scaling.horizontal` spec field.