postgres/12
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit 6d626cf9
.
Release Notes¶
No functional changes
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "postgres" version: "12" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=12" sha1: "09d609d0d2204aa96b3cbe5ff4eea4213fd0c610"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 09d609d0d2204aa96b3cbe5ff4eea4213fd0c610 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=12"