From 1c7bbf9261572b0ddeed13bcd97abe623f76b792 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 13 Jul 2023 11:39:03 +0200 Subject: [PATCH 1/5] [+] bump Python from 3.11.1 to 3.11.4 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- install-env.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f951526..3e97c09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: '3.11.1' + python-version: '3.11.4' - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0977f31..a7ff37b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-python@v4 with: - python-version: '3.11.1' + python-version: '3.11.4' - name: Check out code uses: actions/checkout@v3 diff --git a/install-env.bat b/install-env.bat index 28cf230..f9455c8 100644 --- a/install-env.bat +++ b/install-env.bat @@ -2,7 +2,7 @@ setlocal enableDelayedExpansion -set "PYTHON_REF=https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe" +set "PYTHON_REF=https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe" @REM one should change python version in github action workflows when changed here set PYTHON="python.exe" From 5f283ab7250bfefb13a1f2f73dd7b447e8a4ab5a Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 13 Jul 2023 11:40:33 +0200 Subject: [PATCH 2/5] [+] bump Patroni from 3.0.0 to 3.0.3 --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index 15d6f32..ecd9524 100644 --- a/make.bat +++ b/make.bat @@ -1,7 +1,7 @@ @ECHO off SET MD=PES SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.7/etcd-v3.5.7-windows-amd64.zip -SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.0.zip +SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.3.zip SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1.0/vip-manager_2.1.0_Windows_x86_64.zip From 7774f025bb026f839ab7d968496dd147a6923b11 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 13 Jul 2023 11:42:01 +0200 Subject: [PATCH 3/5] [+] bump Etcd from 3.5.7 to 3.5.9 --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index ecd9524..62644f8 100644 --- a/make.bat +++ b/make.bat @@ -1,6 +1,6 @@ @ECHO off SET MD=PES -SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.7/etcd-v3.5.7-windows-amd64.zip +SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.9/etcd-v3.5.9-windows-amd64.zip SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.3.zip SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe From 4e9083c70edc09492ee357d4c234e2c7b1134c83 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 13 Jul 2023 11:45:38 +0200 Subject: [PATCH 4/5] [+] bump PostgreSQL from 15.1 to 15.3 --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index 62644f8..9e3f477 100644 --- a/make.bat +++ b/make.bat @@ -5,7 +5,7 @@ SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.3.zip SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1.0/vip-manager_2.1.0_Windows_x86_64.zip -SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.1-1-windows-x64-binaries.zip +SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.3-1-windows-x64-binaries.zip SET PES_REF=https://github.com/cybertec-postgresql/PES/releases/download/v0.2/pes.zip SET SEVENZIP="C:\Program Files\7-Zip\7z.exe" From 6ae481138148beb056efe563e18c551b4f4b7f47 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Thu, 13 Jul 2023 12:11:44 +0200 Subject: [PATCH 5/5] [+] bump Patroni from 3.0.3 to 3.0.4 --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index 9e3f477..d2d4aac 100644 --- a/make.bat +++ b/make.bat @@ -1,7 +1,7 @@ @ECHO off SET MD=PES SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.9/etcd-v3.5.9-windows-amd64.zip -SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.3.zip +SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.4.zip SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1.0/vip-manager_2.1.0_Windows_x86_64.zip