Skip to content

Commit 167a322

Browse files
authored
Update Patroni to v3.3.0 (vitabaks#621)
1 parent 0ed9532 commit 167a322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prettytable>=0.7
1010
python-dateutil
1111
pysyncobj>=0.3.8
1212
psutil>=2.0.0
13-
ydiff==1.2.0
13+
ydiff>=1.2.0
1414
pexpect==4.9.0
1515
ruamel.yaml==0.17.40
1616
ruamel.yaml.clib==0.2.8

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vip_interface: "{{ ansible_default_ipv4.interface }}" # interface name (e.g., "
1212
# Note: VIP-based solutions such as keepalived or vip-manager may not function correctly in cloud environments like AWS.
1313

1414
patroni_cluster_name: "postgres-cluster" # the cluster name (must be unique for each cluster)
15-
patroni_install_version: "3.2.2" # or 'latest'
15+
patroni_install_version: "3.3.0" # or 'latest'
1616

1717
patroni_superuser_username: "postgres"
1818
patroni_superuser_password: "postgres-pass" # please change password

0 commit comments

Comments
 (0)