Releases: movetokube/postgres-operator
Releases · movetokube/postgres-operator
1.1.0
1.0.0
This release includes breaking changes and upgrade from 0.x.x should be carefully planned.
Changes:
- operator-sdk updated to version 0.18
- apiextensions.k8s.io/v1beta1 updated to apiextensions.k8s.io/v1
- compatibility with kubernetes 1.22
Ideally, you should install it fresh as 0.5.x compatibility with 1.0.0 is not extensively tested.
Container image is available in Dockerhub movetokube/postgres-operator:1.0.0
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
Features
- support for creating Postgres extensions in the database
- Patch instead of Updated for updating CRs via Kubernetes API
Improvements
- operator-sdk dependencies are updated to 0.14.0
- unit test coverage
- latest container image tag will now match the latest semantic version
Operator container images
Available at Dockerhub
movetokube/postgres-operator:0.4.2
movetokube/postgres-operator:latest
Support for Azure managed Postgres
fix: make compatbile for Azure Database for PostgreSQL (#21) * feat: support for Azure managed Postgres database * feat: new config variable: POSTGRES_DEFAULT_DATABASE to use for connecting to the database * add login attribute to CRD * chore: manual replaced github.com entries to relative directory so git diff is smaller
Postgres privilege control
0.4 add github actions to build and publish operator container image (#27)