Skip to content

Commit 9cd0079

Browse files
authored
Merge pull request #34 from cybertec-postgresql/33_bump_patroni_v2.1.4
[+] bump patroni to v2.1.4 and PostgreSQL to v14.3
2 parents c1a3fc0 + c16d379 commit 9cd0079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@ECHO off
22
SET MD=PES
33
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.3.27/etcd-v3.3.27-windows-amd64.zip
4-
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v2.1.3.zip
4+
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v2.1.4.zip
55
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-win64.zip
66
SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.11.0/WinSW.NET461.exe
77
SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v1.0.1/vip-manager_1.0.1-1_amd64.zip
8-
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-14.2-1-windows-x64-binaries.zip
8+
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-14.3-1-windows-x64-binaries.zip
99
SET PES_REF=https://github.com/cybertec-postgresql/PES/releases/download/v0.1/pes.zip
1010

1111
SET SEVENZIP="C:\Program Files\7-Zip\7z.exe"

0 commit comments

Comments
 (0)