Skip to content

Releases: cybertec-postgresql/patroni-windows-packaging

Release v221205

05 Dec 14:19
Compare
Choose a tag to compare

BREAKING CHANGES

Warning
This release is incompatible with previous releases (v221116 and older)! It uses etcd v3 API instead of deprecated v2 API.

Please check the patroni manual if you need to upgrade existing cluster to etcd v3 API.

Versions:

Component Version
PYTHON 3.11.0
ETCD 3.5.6
PATRONI 2.1.5
MICRO 2.0.11
WINSW 2.11.0
VIPMGR 2.0.0
PGSQL 15.1
PES GUI 0.2

What's Changed

  • [+] bump vip-manager to v2.0.0

Full Changelog: v221114...v221116

Release v221201

30 Nov 15:27
06a29b2
Compare
Choose a tag to compare

BREAKING CHANGES

Warning
This release is incompatible with previous releases (v221116 and older)! It uses etcd v3 API instead of deprecated v2 API.

Please check the patroni manual if you need to upgrade existing cluster to etcd v3 API.

Versions:

Component Version
PYTHON 3.11.0
ETCD 3.5.6
PATRONI 2.1.5
MICRO 2.0.11
WINSW 2.11.0
VIPMGR 2.0-beta2
PGSQL 15.1
PES GUI 0.2

What's Changed

  • [!] add support for etcd v3, closes #50
  • [+] bump zalando/patroni to v2.1.5, closes #51
  • [+] bump etcd-io/etcd to v3.5.6, closes #52
  • [+] bump PES to v0.2, closes #53
  • [+] bump vip-manager to v2.0-beta2*

Full Changelog: v221114...v221116

Release v221116

16 Nov 14:50
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.11.0
ETCD 3.3.27
PATRONI 2.1.4
MICRO 2.0.11
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 15.1
PES GUI 0.1

What's Changed

  • [+] set min required pwsh version 7.0 and admin privileges for install.ps1, closes #49 by @pashagolub
  • [*] update .yaml templates to the latest versions, closes #47 by @pashagolub in #48

Full Changelog: v221114...v221116

Release v221114

14 Nov 16:15
fe87de1
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.11.0
ETCD 3.3.27
PATRONI 2.1.4
MICRO 2.0.11
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 15.1
PES GUI 0.1

What's Changed

Full Changelog: v220802...v221114

Release v220802

02 Aug 12:21
16d3ef0
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.5
ETCD 3.3.27
PATRONI 2.1.4
MICRO 2.0.11
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.4
PES GUI 0.1

What's Changed

Full Changelog: v220726...v220802

Release v220726

26 Jul 13:21
a738be1
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.5
ETCD 3.3.27
PATRONI 2.1.4
MICRO 2.0.10
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.4
PES GUI 0.1

What's Changed

New Contributors

Full Changelog: v220606...v220726

Release v220606

06 Jun 16:29
9cd0079
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.4
ETCD 3.3.27
PATRONI 2.1.4
MICRO 2.0.10
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.3
PES GUI 0.1

Changelog:

[+] bump PostgreSQL to v14.3 c16d379
[+] bump zalando/patroni to v2.1.4 0d96690
[+] add downloads badge c1a3fc0

Full Changelog: https://github.com/cybertec-postgresql/patroni-windows-packaging/compare/v220510..v220606

Release v220510

10 May 11:31
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.4
ETCD 3.3.27
PATRONI 2.1.3
MICRO 2.0.10
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.2
PES GUI 0.1

Changelog:

[-] fix path to the patroni.yaml in patronictl.bat, fixes #32 0f33435
[*] update version number in the installer 9381730
[*] update copyright year 75bb958

Full Changelog: v220509...v220510

Release v220509

09 May 10:59
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.4
ETCD 3.3.27
PATRONI 2.1.3
MICRO 2.0.10
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.2
PES GUI 0.1

Changelog:

[+] add Test GHA workflow, closes #30 be906b3
[+] bump patroni to v2.1.3 7901eec
[+] bump PostgreSQL to v14.2 7901eec
[+] bump Python to v3.10.4 9a37d4e
[*] add check if we are running in gha or on local env eb15e3c
[*] use actions/setup-python for the explicit consistent behavior between different runners ee1bdfb
[*] use python and pip output from %PATH% 0e9f9af
[-] fix install-end.bat to use just installed python version, fixes #29 c4134fd
[-] return updated python and pip variables from install-env.bat 28e5af8

Full Changelog: v220209...v220509

Release v220209

09 Feb 13:22
92adf75
Compare
Choose a tag to compare

Versions:

Component Version
PYTHON 3.10.2
ETCD 3.3.27
PATRONI 2.1.2
MICRO 2.0.10
WINSW 2.11.0
VIPMGR 1.0.1
PGSQL 14.1
PES GUI 0.1

Changelog:

[+] add fail fast instructions (EXIT /B) for all commands
[+] before producing installer remove old possible leftovers
[+] bump patroni version to 2.1.2
[+] bump PostgreSQL version to 14.1
[+] bump Python version to 3.10.2
[+] bump WinSW version to 2.11.0
[*] add pgsql and etcd folder to .gitignore
[*] deletes files after including to archive
[*] move Python installation right before it needed
[*] remove actions/setup-python since we anyway download the Python installer
[-] add timeouts after archive extracting, fixes #26