Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: CHANGELOG prepared for v1.2 #10

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading