Releases: movetokube/postgres-operator
2.1.0
What's Changed
- Fix default privileges on postgres schemas (fixes #135) by @mhartmann-jaconi in #228
- Add separate host and port to secret template by @pimmerks in #230
New Contributors
- @mhartmann-jaconi made their first contribution in #228
- @pimmerks made their first contribution in #230
Full Changelog: 2.0.0...2.1.0
ext-postgres-operator-2.1.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
ext-postgres-operator-2.0.1
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
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