Releases: cybertec-postgresql/CYBERTEC-pg-operator
Releases · cybertec-postgresql/CYBERTEC-pg-operator
v0.9.2
What's Changed
- Fix values.yaml field name to match CRD specification by @thpham in #133
- ensure monitor-object is checked for changes by @Schmaetz in #137
- Optimize major upgrade trigger by @Schmaetz in #138
- Patroni json logs by @Schmaetz in #144
- Custom queries for monitoring by @Schmaetz in #143
- Env by @Schmaetz in #140
- Standby by @Schmaetz in #142
- Bump flask from 2.3.2 to 3.1.3 in /ui by @dependabot[bot] in #134
- Bump google.golang.org/grpc from 1.75.0 to 1.79.3 by @dependabot[bot] in #135
- Bump werkzeug from 3.1.5 to 3.1.6 in /ui by @dependabot[bot] in #136
- Bump requests from 2.32.4 to 2.33.0 in /ui by @dependabot[bot] in #139
- Rc v0.9.2 by @Schmaetz in #145
New Contributors
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- update workflow by @Schmaetz in #105
- update Hugo-settings by @Schmaetz in #106
- update Hugo-settings by @Schmaetz in #107
- fix date for release on index by @Schmaetz in #108
- fix error with adding nil for pgbackrest struct element by @Schmaetz in #109
- Tde improvements by @Schmaetz in #112
- update templates & developer doc by @Schmaetz in #111
- code optimizations by @Schmaetz in #113
- Pdb improvements by @Schmaetz in #114
- Service fix by @Schmaetz in #115
- ensure a recreate of sts is trggered if there is a serviceName change by @Schmaetz in #116
- fix test for pdb changes by @Schmaetz in #117
- ensure empty parameters also synced to patroni dynamic config by @Schmaetz in #118
- add readinessprobe to exporter and optimize generateExporterSidecar by @Schmaetz in #119
- add func for leader endpoint(patroni) and call it after syncing state… by @Schmaetz in #120
- remove additionVolume log by @Schmaetz in #121
- Update packages by @Schmaetz in #122
- Security context by @Schmaetz in #123
- ensure checksum always enabled by @Schmaetz in #124
- fix update and sync process for monitoring and restore by @Schmaetz in #125
- updates on helm-chart and doc by @Schmaetz in #127
- Dockerfile by @Schmaetz in #128
- Bump js-yaml from 4.1.0 to 4.1.1 in /ui/app by @dependabot[bot] in #98
- Bump werkzeug from 3.0.6 to 3.1.5 in /ui by @dependabot[bot] in #126
- fix to ensure every restore parameter value is quoted by @Schmaetz in #129
- fix for restore-id if-check by @Schmaetz in #131
- Rc 0.9.1 by @Schmaetz in #130
- update old image by @Schmaetz in #132
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Features
- Adding PG18
- Liveness check added (can be activated via Operator Configuration)
- ReadOnlyRootFilesystem added as SecurityContext (can be activated via Operator Configuration)
Changes
- Add OwnerReference for Statefulsets
- Optimisations for major upgrade
- Statefulsert receives OwnerReference to the CR
Fixes
- cert-Handling for Multisite
- pgBackRest Restore with TDE
- Fix for Monitoring pgBackRest
- Dependency updates and several small changes
Notification of upcoming deprecation
- PG13 has reached its EoL
v0.8.3
What's Changed
- Change log start by @Schmaetz in #67
- added parameter for pgee and pgbackrest to ensure, no upcoming failur… by @Schmaetz in #66
- fix for majorupgrade with patroni > 3.x by @Schmaetz in #65
- fix path for tde script, remove unneeded ENV by @Schmaetz in #69
- Bugfix/monitoring user by @Schmaetz in #68
- Update go by @Schmaetz in #70
- removed \n from logline by @Schmaetz in #71
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
What's Changed
- add function for pgbackrest-data by @Schmaetz in #61
- Bump google.golang.org/grpc from 1.47.0 to 1.56.3 by @dependabot in #59
- Bump werkzeug from 3.0.3 to 3.0.6 in /ui by @dependabot in #60
- Monitoring fix pgbackrest by @Schmaetz in #62
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.1
What's Changed
- Create user when adding monitoring container by @RafiaSabih in #51
- Do not set repo1-*-region if repo.Storage = "gcs" by @rocket357 in #54
- Improve cs pgbackrest by @Schmaetz in #55
New Contributors
- @rocket357 made their first contribution in #54
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Mod1020 by @Schmaetz in #9
- Merge v10.0 by @RafiaSabih in #10
- Fixes after merge by @RafiaSabih in #12
- Patroni update by @Schmaetz in #13
- Change the auth method to scram-sha-256 by @RafiaSabih in #14
- Add monitoring details by @RafiaSabih in #15
- Setup monitoring by @RafiaSabih in #16
- Fix PDB for single clusters by @RafiaSabih in #17
- Sync for monitoring changes by @RafiaSabih in #18
- removed tree info from operator-git-urls by @Schmaetz in #19
- V0.7.0 build fixes by @ants in #23
- updated some crd settings* by @Schmaetz in #24
- fixed sec-issues by @Schmaetz in #27
- updated Dockerfile to rocky9 by @Schmaetz in #25
- Update Readme by @Schmaetz in #28
- Update Readme by @Schmaetz in #29
- updated go to 1.22.1 by @Schmaetz in #30
- updated Readme by @Schmaetz in #31
- updated Readme by @Schmaetz in #32
- Fix update in monitoring by @RafiaSabih in #33
- Cronjob fix by @Schmaetz in #34
- PVC code cert management fixes by @ants in #38
- Introduce PVC based repo-host for pgbackrest by @RafiaSabih in #35
- Bump werkzeug from 2.3.8 to 3.0.3 in /ui by @dependabot in #37
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #36
- Bump requests from 2.31.0 to 2.32.2 in /ui by @dependabot in #40
- updated tests by @Schmaetz in #44
- Fix for labels selector by @RafiaSabih in #46
- Fix pooler security context by @Schmaetz in #45
- crypto updated by @Schmaetz in #42
- Icu by @Schmaetz in #41
- Merge whole release into main by @Schmaetz in #47
New Contributors
- @RafiaSabih made their first contribution in #10
- @ants made their first contribution in #23
- @dependabot made their first contribution in #37
Full Changelog: v0.6.0...v0.7.0
What's Changed
- Changes on Readme.md by @Schmaetz in #6
- V0.6.1 to main by @Schmaetz in #8
- Mod1020 by @Schmaetz in #9
- Merge v10.0 by @RafiaSabih in #10
- Fixes after merge by @RafiaSabih in #12
- Patroni update by @Schmaetz in #13
- Change the auth method to scram-sha-256 by @RafiaSabih in #14
- Add monitoring details by @RafiaSabih in #15
- Setup monitoring by @RafiaSabih in #16
- Fix PDB for single clusters by @RafiaSabih in #17
- Sync for monitoring changes by @RafiaSabih in #18
- removed tree info from operator-git-urls by @Schmaetz in #19
- V0.7.0 build fixes by @ants in #23
- updated some crd settings* by @Schmaetz in #24
- fixed sec-issues by @Schmaetz in #27
- updated Dockerfile to rocky9 by @Schmaetz in #25
- Update Readme by @Schmaetz in #28
- Update Readme by @Schmaetz in #29
- updated go to 1.22.1 by @Schmaetz in #30
- updated Readme by @Schmaetz in #31
- updated Readme by @Schmaetz in #32
- Fix update in monitoring by @RafiaSabih in #33
- Cronjob fix by @Schmaetz in #34
- PVC code cert management fixes by @ants in #38
- Introduce PVC based repo-host for pgbackrest by @RafiaSabih in #35
- Bump werkzeug from 2.3.8 to 3.0.3 in /ui by @dependabot in #37
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #36
- Bump requests from 2.31.0 to 2.32.2 in /ui by @dependabot in #40
- updated tests by @Schmaetz in #44
- Fix for labels selector by @RafiaSabih in #46
- Fix pooler security context by @Schmaetz in #45
- crypto updated by @Schmaetz in #42
- Icu by @Schmaetz in #41
- Merge whole release into main by @Schmaetz in #47
- Update packages by @Schmaetz in #48
- allow version 17 in manifest by @Schmaetz in #49
New Contributors
- @RafiaSabih made their first contribution in #10
- @ants made their first contribution in #23
- @dependabot made their first contribution in #37
Full Changelog: v0.6.0...v0.7.0
v0.7.0-rc2
What's Changed
- updated some crd settings* by @Schmaetz in #24
- fixed sec-issues by @Schmaetz in #27
- updated Dockerfile to rocky9 by @Schmaetz in #25
- Update Readme by @Schmaetz in #28
- updated go to 1.22.1 by @Schmaetz in #30
- updated Readme by @Schmaetz in #31
- Fix update in monitoring by @RafiaSabih in #33
- Cronjob fix by @Schmaetz in #34
- PVC code cert management fixes by @ants in #38
- Introduce PVC based repo-host for pgbackrest by @RafiaSabih in #35
Full Changelog: https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/release_notes/