Skip to content

Commit

Permalink
chore(*) release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 19, 2022
1 parent fd87b9a commit cad98ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## Unreleased

Nothing yet.

## 2.14.0

Note: KIC 2.8 does include several updates to CRDs, but only for documentation and validation.
You can [upgrade CRDs](https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md#updates-to-crds),
but doing so is not required.

### Improvements

* Default Kong and KIC versions bumped to 3.1 and 2.8.
* UDP proxy (udpProxy) assumes the UDP protocol by default for stream entries (udpProxy.stream).
This can be still overridden to TCP by specifying the protocol explicitly, but it is not recommended to do so.
[#682](https://github.com/Kong/charts/pull/682)
Expand Down
4 changes: 2 additions & 2 deletions charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.13.1
appVersion: "3.0"
version: 2.14.0
appVersion: "3.1"
dependencies:
- name: postgresql
version: 11.9.13
Expand Down

0 comments on commit cad98ad

Please sign in to comment.