Skip to content

Commit

Permalink
chore: bump postgres to 13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jul 6, 2023
1 parent 8324911 commit 887d4e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
# Changelog

## Unreleased
## 2.24.0

### Improvements

* Running `tpl` against user-supplied labels and annotations used in Deployment
#### example:
[#814](https://github.com/Kong/charts/pull/814)

Example:
```yaml
podLabels:
version: "{{ .Values.image.tag }}" # Will render dynamically when overridden downstream
```
[#814](https://github.com/Kong/charts/pull/814)
* Fail to render templates when PodSecurityPolicy was requested but cluster doesn't
serve its API.
[#823](https://github.com/Kong/charts/pull/823)
* Fix Ingress and HPA API versions during capabilities checking
[#827](https://github.com/Kong/charts/pull/827)
* Add support for multiple hosts and tls configurations for Kong proxy `Ingress`.
[#813](https://github.com/Kong/charts/pull/813)
* Bump postgres default tag to `13.11.0-debian-11-r20` which includes arm64 images.
[#834](https://github.com/Kong/charts/pull/834)

### Fixed

* Fix Ingress and HPA API versions during capabilities checking
[#827](https://github.com/Kong/charts/pull/827)

## 2.23.0

Expand Down Expand Up @@ -57,7 +64,7 @@

## 2.20.2

### Fixed
### Fixed

* Automatic license provisioning for Gateways managed by Ingress Controllers in Konnect mode
is disabled by default.
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.23.0
version: 2.24.0
appVersion: "3.3"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ postgresql:
image:
# use postgres < 14 until is https://github.com/Kong/kong/issues/8533 resolved and released
# enterprise (kong-gateway) supports postgres 14
tag: 13.6.0-debian-10-r52
tag: 13.11.0-debian-11-r20
service:
ports:
postgresql: "5432"
Expand Down

0 comments on commit 887d4e7

Please sign in to comment.