Releases: movetokube/postgres-operator
ext-postgres-operator-2.0.0
A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator
2.0.0
This v2.0.0 release represents a significant milestone in modernizing this project.
🚨 Breaking Changes
- Drop support for Azure Database for PostgreSQL - Single Server - As Microsoft has deprecated this service, we've removed support to focus on actively maintained Azure PostgreSQL offerings
✨ Major Improvements
- Updated RBAC policies - Enhanced security and permissions management for better Kubernetes integration
- Upgraded operator-sdk - Built on the latest operator framework for improved stability and features
- Dependency updates - All dependencies have been updated to their latest secure versions
- Enhanced CI/CD - Added Dependabot configuration for automated dependency management
🐛 Bug Fixes
- Fixed empty HOST field in generated secrets
- Various minor fixes to the Helm chart for better deployment experience
🛠️ What's Changed
- Drop support for Azure Database for PostgreSQL - Single Server by @pcallewaert in #175
- Update RBAC policies for helm chart by @pcallewaert in #177
- Upgrade operator-sdk by @pcallewaert in #172
- ci(dependabot): add dependabot configuration by @aschaber1 in #133
- Bump dependencies
- Update dependabot config and improve test workflow by @pcallewaert in #199
- Fix empty HOST field in the generated secret by @pcallewaert in #203
- Minor fixes to the Helm chart by @Farfaday in #202
🙏 New Contributors
- @aschaber1 made their first contribution in #133
- @Farfaday made their first contribution in #202
Full Changelog: 1.3.5...2.0.0
2.0.0-rc1
What's Changed
- Fix empty HOST field in the generated secret by @pcallewaert in #203
Full Changelog: 2.0.0-rc0...2.0.0-rc1
2.0.0-rc0
Fix release workflow
1.3.5
What's Changed
- Remove vendor directory by @pcallewaert in #174
- feat: custom secret labels by @geekifier in #173
New Contributors
- @geekifier made their first contribution in #173
Full Changelog: 1.3.4...1.3.5
ext-postgres-operator-1.2.7
A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.7
1.3.4
What's Changed
- Add annotations to operator deployment by @kanor1306 in #148
- fix(postgresuser): return k8s client error before annotations by @cryptobioz in #141
- Fix DropRole in Azure for PG16 by @pcallewaert in #169
- Update go and some minor dependencies by @pcallewaert in #171
- Set us basic e2e tests by @pcallewaert in #170
New Contributors
- @cryptobioz made their first contribution in #141
Full Changelog: 1.3.3...1.3.4
1.3.3
Container images
docker pull movetokube/postgres-operator:1.3.3
docker pull ghcr.io/movetokube/postgres-operator:1.3.3
Helm chart
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.6
Thank you contributors!
@kanor1306 @mfuhrmeisterDM @rjinski
What's Changed
- Ensure chart env values are strings/quoted by @rjinski in #140
- Add secure string generator for Password generator by @kanor1306 in #149
- Allow writer user to create tables in schema by @mfuhrmeisterDM in #136
- Bump helm chart to 1.2.6 by @hitman99 in #150
New Contributors
- @rjinski made their first contribution in #140
- @kanor1306 made their first contribution in #149
- @mfuhrmeisterDM made their first contribution in #136
Full Changelog: 1.3.2...1.3.3
ext-postgres-operator-1.2.6
A Helm chart for the External Postgres operator helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/ helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.3
1.3.2
Fixes:
- fixed PostgresUser CRD to be compatible with secretTemplate feature
Container images:
docker pull movetokube/postgres-operator:1.3.2
docker pull ghcr.io/movetokube/postgres-operator:1.3.2
Helm chart:
helm upgrade --install -n operators ext-postgres-operator ext-postgres-operator/ext-postgres-operator --version 1.2.5
Contributors:
@95gabor