Skip to content
This repository was archived by the owner on Nov 30, 2017. It is now read-only.

v0.10.2

Latest
Compare
Choose a tag to compare
@drnic drnic released this 11 Feb 05:15

Improvements

  • Add default locale of en_US.UTF-8 to initdb. [thx @wayneeseguin]
  • PostgreSQL patch upgrade from v9.5.4 to v9.5.5 for all service instances
  • Service broker always re-authenticates with Cloud Controller/UAA to avoid authentication tokens expiring

Upload to BOSH

To upload BOSH releases:

curl -s "https://api.github.com/repos/dingotiles/dingo-postgresql-release/releases/tags/v0.10.2" | jq -r ".assets[].browser_download_url"  | grep tgz |   xargs -L1 bosh upload release --skip-if-exists

Or get URLs for BOSH releases:

curl -s "https://api.github.com/repos/dingotiles/dingo-postgresql-release/releases/tags/v0.10.2" | jq -r ".assets[].browser_download_url"  | grep tgz