From 582f662759ba43ad53f2f573a5c8aba979b5f0a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Mu=C3=9Fler?= <janm81@gmail.com>
Date: Wed, 12 May 2021 10:45:55 +0200
Subject: [PATCH] Update readme to reflect major version upgrade.

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3035e109..fd7e731d 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
 
 * Rolling updates on Postgres cluster changes, incl. quick minor version updates
 * Live volume resize without pod restarts (AWS EBS, PVC)
-* Database connection pooler with PGBouncer
+* Database connection pooling with PGBouncer
+* Support fast in place major version upgrade to PG13. Supports global upgrade of all clusters.
 * Restore and cloning Postgres clusters (incl. major version upgrade)
 * Additionally logical backups to S3 bucket can be configured
 * Standby cluster from S3 WAL archive
@@ -24,11 +25,11 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
 * Support for custom TLS certificates
 * UI to create and edit Postgres cluster manifests
 * Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
-* Support for AWS EBS gp3 migration
+* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
 
 ### PostgreSQL features
 
-* Supports PostgreSQL 13, starting from 9.5+
+* Supports PostgreSQL 13, starting from 9.6+
 * Streaming replication cluster via Patroni
 * Point-In-Time-Recovery with
 [pg_basebackup](https://www.postgresql.org/docs/11/app-pgbasebackup.html) /
-- 
GitLab