Skip to content

Commit d1bb97b

Browse files
committed
chore: Release 3.0.0
1 parent b489cd1 commit d1bb97b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
### Breaking change
6+
7+
- Do not support anymore postgresql user. Switch to postgresqluserrole is now mandatory
8+
9+
### Features
10+
11+
- Improve Helm chart with new features and code
12+
- Add support for PGBouncer in PosgtreSQL Engine Configurations and PostgreSQL User Roles
13+
- Add custom metric to count reconcile errors in a detailed manner. This is including resource name and namespace in labels where the default provided isn't
14+
15+
### Bugs
16+
17+
- Fix application port in Helm chart
18+
- Fix unnecessary requeue
19+
320
## 2.1.2
421

522
### Bugs
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.1.2"
2+
appVersion: "3.0.0"
33
description: A Helm chart for Kubernetes
44
name: postgresql-operator
5-
version: 0.2.3
5+
version: 0.3.0

0 commit comments

Comments
 (0)