Skip to content

Commit 0f74c35

Browse files
authored
v240703 release (#78)
[+] bump Python to v3.12.4 ba8f06a [+] bump etcd to v3.5.14 e0fad1b [+] bump Patroni to v3.3.1 bcfec84
1 parent 9a2bf69 commit 0f74c35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.12.3'
15+
python-version: '3.12.4'
1616

1717
- name: Checkout code
1818
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.12.3'
15+
python-version: '3.12.4'
1616

1717
- name: Check out code
1818
uses: actions/checkout@v4

install-env.bat

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

33
setlocal enableDelayedExpansion
44

5-
set "PYTHON_REF=https://www.python.org/ftp/python/3.12.3/python-3.12.3-amd64.exe"
5+
set "PYTHON_REF=https://www.python.org/ftp/python/3.12.4/python-3.12.4-amd64.exe"
66
@REM one should change python version in github action workflows when changed here
77

88
set PYTHON="python.exe"

make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@ECHO off
22
SET MD=PES
33
SET VCREDIST_REF=https://aka.ms/vs/17/release/vc_redist.x64.exe
4-
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.13/etcd-v3.5.13-windows-amd64.zip
5-
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.3.0.zip
4+
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.14/etcd-v3.5.14-windows-amd64.zip
5+
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.3.1.zip
66
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win64.zip
77
SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe
88
SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.5.0/vip-manager_2.5.0_Windows_x86_64.zip

0 commit comments

Comments
 (0)