Update postgresql chart releasenotes to latest

This change updates the releasenotes for the postgresql chart
to the latest version of the chart as of this patchset.

Change-Id: I20c58040b5c0978fa255c15224ffc2386fa35d7d
This commit is contained in:
jinyuan 2021-02-20 11:27:08 +08:00 committed by jinyuanliu
parent 40ca7b8abc
commit cd3895e9b3
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
---
postgresql:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 adding archiving to postgres
- 0.1.3 Use explicit entrypoint for prometheus exporter
- 0.1.4 Allow probe tweaking
- 0.1.5 Optimize restart behavior
- 0.1.6 Revert "Add default reject rule ..."
- 0.1.7 postgres archive cleanup script
- 0.1.8 Add tls to Postgresql
...