Skip to content

dingo-postgresql/0.10.2

You can find the source of this version on GitHub at dingotiles/dingo-postgresql-release. It was created based on the commit b05d1c17.

Release Notes

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

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "dingo-postgresql"
  version: "0.10.2"
  url: "https://bosh.io/d/github.com/dingotiles/dingo-postgresql-release?v=0.10.2"
  sha1: "e2ef8e858b7e470051d5cbad91676d939a292aa0"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 e2ef8e858b7e470051d5cbad91676d939a292aa0 \
  "https://bosh.io/d/github.com/dingotiles/dingo-postgresql-release?v=0.10.2"

Jobs

Packages