Skip to content

Commit f0ce4c9

Browse files
committed
Bump packages
1 parent 2e02ba9 commit f0ce4c9

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
@@ -10,7 +10,7 @@ postgres/postgresql-15.7.tar.gz:
1010
size: 30332323
1111
object_id: ac6ced12-6300-4bcd-56b8-e97892252a2c
1212
sha: sha256:619541008e4c38560643a5dcfcfca49f39c7ba7f9b11896a88aaa2fd8eb71931
13-
postgres/postgresql-16.2.tar.gz:
14-
size: 32558575
15-
object_id: c2664f45-15c8-4626-588c-70f0a2ab017a
16-
sha: sha256:2b8201047ec81acd1bad29dba278d788e7891b9c3e8232eda16bb29dec8131c7
13+
postgres/postgresql-16.3.tar.gz:
14+
size: 32616059
15+
object_id: 67d44bf9-7305-445c-524f-64f5c401ce13
16+
sha: sha256:bd3798c399bc1b6d08b94340f9dd7a75a30a7fa076788ef2f4848be2be6a5fc5

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="16.2"
25+
current_version="16.3"
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="16.2"
9+
current_version="16.3"
1010
pgversion_current="postgres-${current_version}"
1111

1212
JOB_DIR=/var/vcap/jobs/postgres

0 commit comments

Comments
 (0)