Skip to content

Releases: cloudfoundry/postgres-release

v26

07 Feb 10:55
Compare
Choose a tag to compare
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

25 Jan 08:27
Compare
Choose a tag to compare
v25

This release upgrades PostgreSQL to version 9.6.6.

NOTES:
This drops support for upgrading from PostgreSQL 9.6.2.
Only upgrades from PostgreSQL 9.6.3 and 9.6.4 are supported.

For more information about the upgrade refer to the Upgrading section of the README.

v24

10 Jan 08:37
Compare
Choose a tag to compare
v24

List of changes:

  • Startup script does not fail anymore after a vm reboot #33
  • PostgreSQL port property has a default value of 5432.
  • Fixed a quoting issue with db user password #29
  • Default max-connections has been moved into job spec for visibility #31
  • Deployment sample files have been improved #32 #30

v23

22 Nov 17:32
Compare
Choose a tag to compare
v23

Fixed a bug in upgrade function details

v22

15 Nov 20:22
Compare
Choose a tag to compare
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 to true. 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

18 Oct 16:32
Compare
Choose a tag to compare
v21

No functional changes:

  • Control scripts cannot run concurrently anymore details
  • Startup scripts does not fail anymore to set a DB password that includes a '$' details

v20

22 Aug 10:13
Compare
Choose a tag to compare
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

14 Jul 11:27
Compare
Choose a tag to compare
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 the databases.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

12 May 14:55
Compare
Choose a tag to compare
v17

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 9.6.3.
NOTE: this drops support for upgrading from PostgreSQL 9.4.6.
Only upgrades from PostgreSQL 9.4.9 and 9.6.2 are supported.

For more information about the upgrade refer to the Upgrading section of the README.

v16

12 Apr 15:24
Compare
Choose a tag to compare
v16

No functional changes:

  • Other bosh jobs can now consume the postgres vm address via bosh links.