Skip to content

Commit 702f28f

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-python-4
2 parents c00484a + 35ca0fd commit 702f28f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

install-env.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
setlocal enableDelayedExpansion
44

5-
set "PYTHON_REF=https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe"
5+
set "PYTHON_REF=https://www.python.org/ftp/python/3.10.5/python-3.10.5-amd64.exe"
66
@REM one should change python version in github action workflows when changed here
7+
78
set PYTHON="python.exe"
89
set PIP="pip3.exe"
910
if "%RUNNER_TOOL_CACHE%"=="" (

installer/patroni.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppName "Patroni Environment Setup"
55
#define MyAppInstallDir "PES"
6-
#define MyAppVersion "v220510"
6+
#define MyAppVersion "v220726"
77
#define MyAppPublisher "CYBERTEC PostgreSQL International GmbH"
88
#define MyAppURL "https://www.cybertec-postgresql.com/"
99

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.3-1-windows-x64-binaries.zip
8+
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-14.4-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)