Skip to content

Commit

Permalink
chore: CHANGELOG prepared for v1.2 (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca authored Mar 15, 2024
1 parent 81d0b37 commit 351a632
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 351a632

Please sign in to comment.