|
2 | 2 |
|
3 | 3 | ## Table of Contents |
4 | 4 |
|
5 | | -- [v2.1.0-alpha.0](#v210-alpha0) |
| 5 | +- [v2.1.0-beta.0](#v210-beta0) |
6 | 6 | - [v2.0.5](#v205) |
7 | 7 | - [v2.0.4](#v204) |
8 | 8 | - [v2.0.3](#v203) |
|
36 | 36 | - [v0.1.1](#v011) |
37 | 37 | - [v0.1.0](#v010) |
38 | 38 |
|
39 | | -## Unreleased |
| 39 | +## [v2.1.0-beta.0] |
40 | 40 |
|
41 | 41 | ### Added |
42 | 42 |
|
|
91 | 91 | Similarly cross-namespace references from `HTTPRoute` to `Service` are also |
92 | 92 | supported and require `ReferenceGrant` in place. |
93 | 93 | [#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 | | - |
117 | 94 | - Hybrid Gateway support: Gateway API objects bound to `Gateway`s programmed in Konnect |
118 | 95 | are converted into Konnect entities and used to configure the hybrid `DataPlane`. |
119 | 96 | [#2134](https://github.com/Kong/kong-operator/pull/2134) |
|
245 | 222 | [#2566](https://github.com/Kong/kong-operator/pull/2566) |
246 | 223 | - Update Gateway API to 1.4.0 and k8s libraries to 1.34. |
247 | 224 | [#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) |
248 | 231 |
|
249 | 232 | ### Fixes |
250 | 233 |
|
| 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) |
251 | 240 | - Hybrid Gateway: generate a single KongRoute for each HTTPRoute Rule |
252 | 241 | [#2417](https://github.com/Kong/kong-operator/pull/2417) |
253 | 242 | - 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 |
1629 | 1618 | (clusterrole, clusterrolebinding, validatingWebhookConfiguration) before |
1630 | 1619 | re-installing the operator through the bundle. |
1631 | 1620 |
|
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 |
1633 | 1622 | [v2.0.5]: https://github.com/Kong/kong-operator/compare/v2.0.4..v2.0.5 |
1634 | 1623 | [v2.0.4]: https://github.com/Kong/kong-operator/compare/v2.0.3..v2.0.4 |
1635 | 1624 | [v2.0.3]: https://github.com/Kong/kong-operator/compare/v2.0.2..v2.0.3 |
|
0 commit comments