From cd3895e9b366f57d6a93d9b2758c57489239c75d Mon Sep 17 00:00:00 2001
From: jinyuan <liujinyuan@inspur.com>
Date: Sat, 20 Feb 2021 11:27:08 +0800
Subject: [PATCH] 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
---
 releasenotes/notes/postgresql.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/releasenotes/notes/postgresql.yaml b/releasenotes/notes/postgresql.yaml
index 9511cd53d..0804d0c2b 100644
--- a/releasenotes/notes/postgresql.yaml
+++ b/releasenotes/notes/postgresql.yaml
@@ -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
 ...