Skip to content

Commit

Permalink
v240822 release (#80)
Browse files Browse the repository at this point in the history
* [+] bump Python to v3.12.5
* [+] bump etcd to v3.5.15
* [+] bump Patroni to v3.3.2
* [+] bump vip-manager to v2.6.0
* [+] bump PostgreSQL to v16.4
  • Loading branch information
pashagolub authored Aug 22, 2024
1 parent 0f74c35 commit 6f70ecf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.5'

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.5'

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion install-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setlocal enableDelayedExpansion

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

set PYTHON="python.exe"
Expand Down
8 changes: 4 additions & 4 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@ECHO off
SET MD=PES
SET VCREDIST_REF=https://aka.ms/vs/17/release/vc_redist.x64.exe
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.14/etcd-v3.5.14-windows-amd64.zip
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.3.1.zip
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.15/etcd-v3.5.15-windows-amd64.zip
SET PATRONI_REF=https://github.com/patroni/patroni/archive/refs/tags/v3.3.2.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-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.5.0/vip-manager_2.5.0_Windows_x86_64.zip
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-16.3-1-windows-x64-binaries.zip
SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.6.0/vip-manager_2.6.0_Windows_x86_64.zip
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-16.4-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"
Expand Down

0 comments on commit 6f70ecf

Please sign in to comment.