Skip to content

Commit

Permalink
Merge branch 'hotfix-1.6.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed May 15, 2019
2 parents 93e7262 + 5252bbd commit 4c0b2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/puppet/refinery/manifests/postgresql.pp
Expand Up @@ -7,7 +7,7 @@
$rds_endpoint_address = $refinery::params::rds_endpoint_address,
) inherits refinery::params {
$server_version = '10'
$package_version = "${server_version}.7-1.pgdg14.04+1"
$package_version = "${server_version}.8-1.pgdg14.04+1"

if $deployment_platform == 'aws' {
$rds_settings = {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
v1.6.9
v1.6.9.1

0 comments on commit 4c0b2fb

Please sign in to comment.