Skip to content

Commit

Permalink
Merge pull request #276 from Kong/fix/remove-status-http2
Browse files Browse the repository at this point in the history
[kong] release 1.14.5
  • Loading branch information
Travis Raines authored Feb 11, 2021
2 parents 0144026 + a2b7d1b commit 4186fda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.14.5

### Fixed

* Removed `http2` from default status listen TLS parameters. It only supports a
limited subset of the extra listen parameters, and does not allow `http2`.

## 1.14.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainers:
email: [email protected]
name: kong
sources:
version: 1.14.4
version: 1.14.5
appVersion: 2.2
3 changes: 1 addition & 2 deletions charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ status:
# This setting must remain false on those versions
enabled: false
containerPort: 8543
parameters:
- http2
parameters: []

# Specify Kong cluster service and listener configuration
#
Expand Down

0 comments on commit 4186fda

Please sign in to comment.