Skip to content

Commit

Permalink
chore: prepare changelog for KIC 3.1.3 (#5796)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Apr 8, 2024
1 parent 9509d6e commit 2af972d
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
This is all the way at the bottom. It's the thing we always forget.
--->
- [3.1.3](#313)
- [3.1.2](#312)
- [3.1.1](#311)
- [3.1.0](#310)
Expand Down Expand Up @@ -99,15 +100,8 @@ Adding a new version? You'll need three changes:

### Fixed

- Remove unnecessary tag support check that could incorrectly delete configuration if the check did not execute properly.
[#5658](https://github.com/Kong/kubernetes-ingress-controller/issues/5658)
- Do not require `rsa_public_key` field in credential `Secret`s when working with jwt HMAC credentials.
[#5737](https://github.com/Kong/kubernetes-ingress-controller/issues/5737)
- Set proper User-Agent for request made to Kong and Konnect.
[#5753](https://github.com/Kong/kubernetes-ingress-controller/pull/5753)
- `KongUpstreamPolicy` controller no longer requires existence of `HTTPRoute` CRD
to start.
[#5780](https://github.com/Kong/kubernetes-ingress-controller/pull/5780)
- Reconcile Secrets with `konghq.com/credential` label instead of waiting for other
object to contain a reference to that Secrets
[#5816](https://github.com/Kong/kubernetes-ingress-controller/pull/5816)
Expand All @@ -121,6 +115,22 @@ Adding a new version? You'll need three changes:
and allocations per list operation.
[#5824](https://github.com/Kong/kubernetes-ingress-controller/pull/5824)

## [3.1.3]

> Release date: 2024-04-08
### Fixed

- Remove unnecessary tag support check that could incorrectly delete configuration if the check did not execute properly.
[#5658](https://github.com/Kong/kubernetes-ingress-controller/issues/5658)
- Do not require `rsa_public_key` field in credential `Secret`s when working with jwt HMAC credentials.
[#5737](https://github.com/Kong/kubernetes-ingress-controller/issues/5737)
- `KongUpstreamPolicy` controller no longer requires existence of `HTTPRoute` CRD
to start.
[#5780](https://github.com/Kong/kubernetes-ingress-controller/pull/5780)
- Do not require namespaces when parsing errors about cluster scoped resources
[#5764](https://github.com/Kong/kubernetes-ingress-controller/issues/5764)

## [3.1.2]

> Release date: 2024-03-08
Expand Down Expand Up @@ -3344,6 +3354,7 @@ Please read the changelog and test in your environment.
- The initial versions were rapildy iterated to deliver
a working ingress controller.

[3.1.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.2...v3.1.0
Expand Down

0 comments on commit 2af972d

Please sign in to comment.