|
2 | 2 |
|
3 | 3 | ## Table of Contents |
4 | 4 |
|
| 5 | +- [v2.0.4](#v204) |
5 | 6 | - [v2.0.3](#v203) |
| 7 | +- [v2.0.2](#v202) |
6 | 8 | - [v2.0.1](#v201) |
7 | 9 | - [v2.0.0](#v200) |
8 | 10 | - [v1.6.2](#v162) |
|
32 | 34 | - [v0.1.1](#v011) |
33 | 35 | - [v0.1.0](#v010) |
34 | 36 |
|
| 37 | +## [v2.0.4] |
| 38 | + |
| 39 | +> Release date: 2025-10-03 |
| 40 | +
|
| 41 | +### Fixes |
| 42 | + |
| 43 | +- Fix problem with starting operator when Konnect is enabled and conversion webhook disabled. |
| 44 | + [#2392](https://github.com/Kong/kong-operator/issues/2392) |
| 45 | + |
35 | 46 | ## [v2.0.3] |
36 | 47 |
|
37 | 48 | > Release date: 2025-09-30 |
|
50 | 61 | is mirrored from an existing control plane in Konnect. |
51 | 62 | [#2343](https://github.com/Kong/kong-operator/pull/2343) |
52 | 63 |
|
| 64 | +## [v2.0.2] |
| 65 | + |
| 66 | +> Release date: 2025-09-22 |
| 67 | +
|
| 68 | +### Fixes |
| 69 | + |
| 70 | +- Cleanup old objects when new `ControlPlane` is ready. |
| 71 | + Remove old finalizers from `ControlPlane` when cleanup is done. |
| 72 | + [#2317](https://github.com/Kong/kong-operator/pull/2317) |
| 73 | +- Mark `Gateway`'s listeners as Programmed when `DataPlane` and its `Services` are ready. |
| 74 | + This prevents downtime during KGO -> KO upgrades and in upgrades between KO versions. |
| 75 | + [#2317](https://github.com/Kong/kong-operator/pull/2317) |
| 76 | + |
53 | 77 | ## [v2.0.1] |
54 | 78 |
|
55 | 79 | > Release date: 2025-09-17 |
@@ -1354,7 +1378,9 @@ leftovers from previous operator deployments in the cluster. The user needs to d |
1354 | 1378 | (clusterrole, clusterrolebinding, validatingWebhookConfiguration) before |
1355 | 1379 | re-installing the operator through the bundle. |
1356 | 1380 |
|
1357 | | -[v2.0.3]: https://github.com/Kong/kong-operator/compare/v2.0.1..v2.0.3 |
| 1381 | +[v2.0.4]: https://github.com/Kong/kong-operator/compare/v2.0.3..v2.0.4 |
| 1382 | +[v2.0.3]: https://github.com/Kong/kong-operator/compare/v2.0.2..v2.0.3 |
| 1383 | +[v2.0.2]: https://github.com/Kong/kong-operator/compare/v2.0.1..v2.0.2 |
1358 | 1384 | [v2.0.1]: https://github.com/Kong/kong-operator/compare/v2.0.0..v2.0.1 |
1359 | 1385 | [v2.0.0]: https://github.com/Kong/kong-operator/compare/v1.6.2..v2.0.0 |
1360 | 1386 | [v1.6.2]: https://github.com/Kong/kong-operator/compare/v1.6.1..v1.6.2 |
|
0 commit comments