v1.6.1
版本发布时间: 2021-02-18 21:27:43
zalando/postgres-operator最新发布版本:v1.13.0(2024-08-22 19:58:08)
This is a new minor release to the 1.6
version of the Postrges Operator. Thanks to everyone who gave feedback, raised issues or fixed bugs.
:warning: Note, this release contains a bug which leads to rolling updates on each SYNC event. You have to either configure additional_pod_capabilities
(e.g. SYS_NICE
what is beneficial for Spilo) to something what is allowed in your environment or keep on using the v1.6.0
.
New features
- New options to define additional container capabilities for database pods (#1336)
- Configurable prefix and name trimming for logical backup cron job name (#1287, #1208)
- Enable AWS gp3 support in manifest, allowing configuration of IOPS and throughput (#1261, #1340)
Enhancements
- Use defaulting in CRD validation (#1283)
- Retry logic for fetching Patroni state (#1293)
- Sync volumes on update (#1330)
- Sync connection pooler only when configuration changed (#1274)
- Improved docs on physical vs. logical backups (#1367)
- Updated to trusted Docker base images (#1302)
- Updated dependencies of operator, UI and logical backup (#1302, #1329, #1264, #1357)
- Updated default Spilo docker image to latest 2.0-p4 release (#1367)
Fixes
- [UI] Fix reading correct number of master pods when connection pooler is enabled (#1297)
- PostgresTeam CRD: New additional teams and users will not be ignored on sync (#1349, #1314)
- Fix typos and add missing options in helm charts (#1333, #1282, #1305)
- Fix configured
spilo_runasuser
andspilo_runasgroup
being ignored (#1361) - Fix compiler errors in kubectl pg plugin due to outdated Go version (#1264)
- Fix typo in environment variable for connection pooler (#1294)
- Fix CRD validation for nodeAffintiy (#1368)
Breaking Change
- Removed PodSecurityPolicy privilege from RBAC and set
AllowPrivilegeEscalation
based onspilo_privileged
setting (#1326, #1328)
Docker image: registry.opensource.zalan.do/acid/postgres-operator:v1.6.1 UI Docker image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.6.1 Sample logical backup image: registry.opensource.zalan.do/acid/logical-backup:v1.6.1 Default Spilo image: registry.opensource.zalan.do/acid/spilo-13:2.0-p4
Thanks to our contributors: @Jan-M, @FxKu, @sdudoladov, @RafiaSabih, @erthalion, @CyberDem0n, @tommasopozzetti, @batazor, @mseiwald, @apeschel, @georgebarbarosie @zvier, @balibebas, @dervoeti, @sagor999, @polarclair