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: prepare v1.4.2 changelog #1075

Merged
merged 1 commit into from
Jan 23, 2025
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
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v1.4.2](#v142)
- [v1.4.1](#v141)
- [v1.4.0](#v140)
- [v1.3.0](#v130)
Expand Down Expand Up @@ -101,9 +102,6 @@
- Fix unexpected error logs caused by passing an odd number of arguments to the logger
in the `KongConsumer` reconciler.
[#983](https://github.com/Kong/gateway-operator/pull/983)
- Fix `KongRoute` Konnect entity with a non-empty `headers` field reconciliation. The
`headers` field is now properly mapped to the expected Konnect schema.
[#1044](https://github.com/Kong/gateway-operator/pull/1044)

### Added

Expand All @@ -112,6 +110,19 @@
- `gateway_operator_konnect_entity_operation_duration_milliseconds` for duration of operations.
[#953](https://github.com/Kong/gateway-operator/pull/953)

## [v1.4.2]
czeslavo marked this conversation as resolved.
Show resolved Hide resolved

> Release date: 2025-01-23

### Fixes

- Bump `kong/kubernetes-configuration` dependency to v1.0.8 that fixes the issue with `spec.headers`
in `KongRoute` CRD by aligning to the expected schema (instead of `map[string]string`, it should be
`map[string][]string`).
Please make sure you update the KGO channel CRDs accordingly in your cluster:
`kustomize build github.com/Kong/kubernetes-configuration/config/crd/gateway-operator\?ref=v1.0.8 | kubectl apply -f -`
[#1072](https://github.com/Kong/gateway-operator/pull/1072)

## [v1.4.1]

> Release date: 2024-11-28
Expand Down Expand Up @@ -902,6 +913,7 @@ leftovers from previous operator deployments in the cluster. The user needs to d
(clusterrole, clusterrolebinding, validatingWebhookConfiguration) before
re-installing the operator through the bundle.

[v1.4.2]: https://github.com/Kong/gateway-operator/compare/v1.4.1..v1.4.2
[v1.4.1]: https://github.com/Kong/gateway-operator/compare/v1.4.0..v1.4.1
[v1.4.0]: https://github.com/Kong/gateway-operator/compare/v1.3.0..v1.4.0
[v1.3.0]: https://github.com/Kong/gateway-operator/compare/v1.2.3..v1.3.0
Expand Down
Loading