Skip to content

Commit 432ba23

Browse files
committed
Bump packages
1 parent 713710d commit 432ba23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/blobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ postgres/postgresql-13.14.tar.gz:
66
size: 28255826
77
object_id: fe6f4f88-eff9-4704-6100-b6a15d93a1af
88
sha: sha256:003fea1564136d98ac05eef8f118c24d854410875b0bb3bfc43d180390eff803
9-
postgres/postgresql-15.5.tar.gz:
10-
size: 30261268
11-
object_id: f18cfbf7-e73e-4d00-6365-72eb6fd14b2a
12-
sha: sha256:9f29a89e5ffd0ed0cdf44e53df244f52a30f9e010333f46031d753815fa9ca67
9+
postgres/postgresql-15.6.tar.gz:
10+
size: 30299236
11+
object_id: 0f5586a4-d71c-4049-5a2c-1f3a62f1b4fd
12+
sha: sha256:3a08314af1714671213a8a4f6bd646d0b1cdc94b029e8988944ab04d4b8cf2d2

jobs/bbr-postgres-db/templates/config.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if_link("database") do |data|
2222
end
2323

2424
%>
25-
current_version="15.5"
25+
current_version="15.6"
2626
JOB_DIR="/var/vcap/jobs/bbr-postgres-db"
2727
PACKAGE_DIR="/var/vcap/packages/postgres-${current_version%.*}"
2828
PORT="<%= port %>"

jobs/postgres/templates/pgconfig.sh.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -x # if you want tracing disabled, set 'databases.enable_traces: false' in t
66
ENABLE_TRACE=0
77
# set -x # uncomment it if you want to enable tracing in all control scripts
88
<% end %>
9-
current_version="15.5"
9+
current_version="15.6"
1010
pgversion_current="postgres-${current_version}"
1111

1212
JOB_DIR=/var/vcap/jobs/postgres

0 commit comments

Comments
 (0)