Skip to content

Commit 231e39f

Browse files
authored
chore(release) CHANGELOG for v2.1.0-beta.0 (#2984)
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent ca84e5b commit 231e39f

File tree

1 file changed

+15
-26
lines changed

1 file changed

+15
-26
lines changed

CHANGELOG.md

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Table of Contents
44

5-
- [v2.1.0-alpha.0](#v210-alpha0)
5+
- [v2.1.0-beta.0](#v210-beta0)
66
- [v2.0.5](#v205)
77
- [v2.0.4](#v204)
88
- [v2.0.3](#v203)
@@ -36,7 +36,7 @@
3636
- [v0.1.1](#v011)
3737
- [v0.1.0](#v010)
3838

39-
## Unreleased
39+
## [v2.1.0-beta.0]
4040

4141
### Added
4242

@@ -91,29 +91,6 @@
9191
Similarly cross-namespace references from `HTTPRoute` to `Service` are also
9292
supported and require `ReferenceGrant` in place.
9393
[#2483](https://github.com/Kong/kong-operator/issues/2483)
94-
95-
### Changed
96-
97-
- `DataPlane`'s `spec.network.services.ingress.ports` now allows up to 64 ports
98-
to be specified. This aligns `DataPlane` with Gateway APIs' `Gateway`.
99-
[#2722](https://github.com/Kong/kong-operator/pull/2722)
100-
- In Konnect controllers, ignore `NotFound` errors when removing the finalizer
101-
from the resource.
102-
[#2911](https://github.com/Kong/kong-operator/pull/2911)
103-
104-
### Fixed
105-
106-
- Fixed an issue where users could set the secret of configmap label selectors
107-
to empty when the other one was left non-empty.
108-
[#2810](https://github.com/Kong/kong-operator/pull/2810)
109-
- Handle Konnect API 429 rate limit responses by requeuing resources with
110-
the appropriate retry-after duration from the response header.
111-
[#2856](https://github.com/Kong/kong-operator/pull/2856)
112-
113-
## [v2.1.0-alpha.0]
114-
115-
### Added
116-
11794
- Hybrid Gateway support: Gateway API objects bound to `Gateway`s programmed in Konnect
11895
are converted into Konnect entities and used to configure the hybrid `DataPlane`.
11996
[#2134](https://github.com/Kong/kong-operator/pull/2134)
@@ -245,9 +222,21 @@
245222
[#2566](https://github.com/Kong/kong-operator/pull/2566)
246223
- Update Gateway API to 1.4.0 and k8s libraries to 1.34.
247224
[#2451](https://github.com/Kong/kong-operator/pull/2451)
225+
- `DataPlane`'s `spec.network.services.ingress.ports` now allows up to 64 ports
226+
to be specified. This aligns `DataPlane` with Gateway APIs' `Gateway`.
227+
[#2722](https://github.com/Kong/kong-operator/pull/2722)
228+
- In Konnect controllers, ignore `NotFound` errors when removing the finalizer
229+
from the resource.
230+
[#2911](https://github.com/Kong/kong-operator/pull/2911)
248231

249232
### Fixes
250233

234+
- Fixed an issue where users could set the secret of configmap label selectors
235+
to empty when the other one was left non-empty.
236+
[#2810](https://github.com/Kong/kong-operator/pull/2810)
237+
- Handle Konnect API 429 rate limit responses by requeuing resources with
238+
the appropriate retry-after duration from the response header.
239+
[#2856](https://github.com/Kong/kong-operator/pull/2856)
251240
- Hybrid Gateway: generate a single KongRoute for each HTTPRoute Rule
252241
[#2417](https://github.com/Kong/kong-operator/pull/2417)
253242
- Fix issue with deletion of `KonnectExtension` when the referenced
@@ -1629,7 +1618,7 @@ leftovers from previous operator deployments in the cluster. The user needs to d
16291618
(clusterrole, clusterrolebinding, validatingWebhookConfiguration) before
16301619
re-installing the operator through the bundle.
16311620

1632-
[v2.1.0-alpha.0]: https://github.com/Kong/kong-operator/compare/v2.0.5..v2.1.0-alpha.0
1621+
[v2.1.0-beta.0]: https://github.com/Kong/kong-operator/compare/v2.0.5..v2.1.0-beta.0
16331622
[v2.0.5]: https://github.com/Kong/kong-operator/compare/v2.0.4..v2.0.5
16341623
[v2.0.4]: https://github.com/Kong/kong-operator/compare/v2.0.3..v2.0.4
16351624
[v2.0.3]: https://github.com/Kong/kong-operator/compare/v2.0.2..v2.0.3

0 commit comments

Comments
 (0)