Skip to content

Commit

Permalink
etcd: update to version 3.3.19
Browse files Browse the repository at this point in the history
etcd v3.3.19 includes a important bugfix: Fix corruption bug in defrag.
etcd-io/etcd#11613
  • Loading branch information
vitabaks committed Mar 21, 2020
1 parent 2545b54 commit 1ec3fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dcs_exists: 'false' # or 'true' if you do not want to install and configure the
dcs_type: "etcd"

# if variable "dcs_exists=false" and "dcs_type=etcd":
etcd_ver: "v3.3.18" # version for deploy etcd cluster
etcd_ver: "v3.3.19" # version for deploy etcd cluster
etcd_data_dir: "/var/lib/etcd"
etcd_cluster_name: "etcd-{{ patroni_cluster_name }}" # ETCD_INITIAL_CLUSTER_TOKEN

Expand Down

0 comments on commit 1ec3fff

Please sign in to comment.