File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.1.0
4+
5+ ### Deprecation notice
6+
7+ - Deprecate PostgresqlUser custom resource in favor or PostgresqlUserRole
8+ - This new resource will allow more thing and a greater stability
9+
10+ ### Feature
11+
12+ - Add support for PostgresqlUserRole custom resource
13+
14+ ### Bugs
15+
16+ - Fix Helm chart CRD and structure
17+
318## 2.0.0
419
520### Feature
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 2.0 .0"
2+ appVersion : " 2.1 .0"
33description : A Helm chart for Kubernetes
44name : postgresql-operator
55version : 0.2.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ replicaCount: 1
1818
1919image :
2020 repository : easymile/postgresql-operator
21- tag : 2.0 .0
21+ tag : 2.1 .0
2222 pullPolicy : IfNotPresent
2323
2424imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments