Skip to content

Commit 712dcf6

Browse files
committed
chore: Release 2.1.0
1 parent f5371a2 commit 712dcf6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.0.0"
2+
appVersion: "2.1.0"
33
description: A Helm chart for Kubernetes
44
name: postgresql-operator
55
version: 0.2.0

helm/postgresql-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ replicaCount: 1
1818

1919
image:
2020
repository: easymile/postgresql-operator
21-
tag: 2.0.0
21+
tag: 2.1.0
2222
pullPolicy: IfNotPresent
2323

2424
imagePullSecrets: []

0 commit comments

Comments
 (0)