Skip to content

Commit

Permalink
[kong] release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines authored and rainest committed Feb 11, 2020
1 parent 0c577eb commit 21f6687
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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: harry@konghq.com
name: kong
sources:
version: 1.1.1
version: 1.2.0
appVersion: 1.4
13 changes: 13 additions & 0 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,19 @@ value is your SMTP password.
## Changelog
### 1.2.0
#### Improvements
* Added support for HorizontalPodAutoscaler (https://github.com/Kong/charts/pull/12)
* Environment variables are now consistently sorted alphabetically. (https://github.com/Kong/charts/pull/29)
#### Fixed
* Removed temporary ServiceAccount template, which caused upgrades to break the existing ServiceAccount's credentials. Moved template and instructions for use to FAQs, as the temporary user is only needed in rare scenarios. (https://github.com/Kong/charts/pull/31)
* Fix an issue where the wait-for-postgres job did not know which port to use in some scenarios. (https://github.com/Kong/charts/pull/28)
#### Documentation
* Added warning regarding volume mounts (https://github.com/Kong/charts/pull/25)
### 1.1.1
#### Fixed
Expand Down

0 comments on commit 21f6687

Please sign in to comment.