Releases: cloudfoundry/postgres-release
Releases · cloudfoundry/postgres-release
v26
Changes:
- The creation of roles and databases has been moved to the post-start script. If an error occurs while creating a database or a database extension or creating/updating a role, the bosh deployment will fail.
- Removed obsolete "FROM UNPACKAGED" when creating citext extension
Notes:
- This deprecates 32-bit compilation for PostgreSQL which will be removed in a future release.
v25
v24
List of changes:
v23
v22
List of changes:
- Port, databases, roles, and tls CA are now exported via bosh links #24
- New property
databases.trust_local_connection
to customize whether or not postgres must trust local connections.vcap
is always trusted. It defaults totrue
. details - New property
databases.skip_data_copy_in_minor
to customize whether or not a copy of the data directory is created during PostgreSQL minor upgrades. details - PostgreSQL version upgrade has been moved to pre-start in order to avoid problems with monit timeout details
- The PostgreSQL
startup.log
is now located in bosh standard logs directory/var/vcap/sys/log/postgres
- Fixed a bug in configuring SSL #27
v21
v20
This release upgrades PostgreSQL to version 9.6.4.
NOTES:
-
this drops support for upgrading from PostgreSQL 9.4.9.
Only upgrades from PostgreSQL 9.6.2 and 9.6.3 are supported.For more information about the upgrade refer to the Upgrading section of the README.
-
this deprecates
databases.databases[n].run_on_every_startup
which will be removed in a future release.
v18
Functional changes:
- PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased security. You can optionally enable it by setting the
databases.tls.certificate
and thedatabases.tls.private_key properties
. For more information refer to the Enabling SSL on the Postgresql server section of the README. - You can perform authentication using SSL client certificates. For more information refer to the Enabling SSL certificate authentication section of the README.
v17
v16
No functional changes:
- Other bosh jobs can now consume the postgres vm address via bosh links.