Skip to content

Commit

Permalink
Prepare release/3.1.4 (#5920)
Browse files Browse the repository at this point in the history
* Add release 3.1.4

* add diff link and entry for #5938
  • Loading branch information
randmonkey authored Apr 26, 2024
1 parent 26abd3e commit ebae7a5
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Adding a new version? You'll need three changes:
* Add the diff link, like "[2.7.0]: https:/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.4](#314)
- [3.1.3](#313)
- [3.1.2](#312)
- [3.1.1](#311)
- [3.1.0](#310)
Expand Down Expand Up @@ -84,17 +86,17 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## Unreleased
## [3.1.4]

Release date: 2024-04-26

### Fixed

- Remove unnecessary tag support check that could incorrectly delete configuration if the check did not execute properly.
[#5658](https:/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:/Kong/kubernetes-ingress-controller/issues/5737)
- `KongUpstreamPolicy` controller no longer requires existence of `HTTPRoute` CRD
to start.
[#5780](https:/Kong/kubernetes-ingress-controller/pull/5780)
- Do not generate invalid duplicate upstream targets when routes use multiple
Services with the same endpoints.
[#5817](https:/Kong/kubernetes-ingress-controller/pull/5817)
- Bump golang version to 1.21.9 to fix CVE [GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687).
[#5905](https:/Kong/kubernetes-ingress-controller/pull/5905)
- Bump `golang.org/x/net` to `0.23.0` and `google.golang.org/protobuf` to `1.33.0`
To fix [GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687) and [GO-2024-2611](https://pkg.go.dev/vuln/GO-2024-2611).
[#5938](https:/Kong/kubernetes-ingress-controller/pull/5938)
Expand All @@ -105,6 +107,22 @@ Adding a new version? You'll need three changes:
[#5919](https:/Kong/kubernetes-ingress-controller/pull/5919)


## [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:/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:/Kong/kubernetes-ingress-controller/issues/5737)
- `KongUpstreamPolicy` controller no longer requires existence of `HTTPRoute` CRD
to start.
[#5780](https:/Kong/kubernetes-ingress-controller/pull/5780)
- Do not require namespaces when parsing errors about cluster scoped resources
[#5764](https:/Kong/kubernetes-ingress-controller/issues/5764)

## [3.1.2]

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

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

0 comments on commit ebae7a5

Please sign in to comment.