Skip to content

Commit cf8a0e2

Browse files
authored
Update etcd version to 3.5.23 (#1309)
Bumps the default etcd_version from 3.5.21 to 3.5.23 in the defaults.
1 parent cb6634a commit cf8a0e2

File tree

1 file changed

+1
-1
lines changed
  • automation/roles/common/defaults

1 file changed

+1
-1
lines changed

automation/roles/common/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dcs_exists: false # or 'true' if you do not want Autobase to deploy and manage e
117117

118118
# if dcs_type: "etcd" and dcs_exists: false
119119
# renovate: datasource=github-releases depName=etcd-io/etcd extractVersion=^v(?<version>.*)$
120-
etcd_version: 3.5.21
120+
etcd_version: 3.5.23
121121
etcd_conf_dir: "/etc/etcd"
122122
etcd_data_dir: "/var/lib/etcd"
123123
etcd_cluster_name: "etcd-{{ patroni_cluster_name }}" # ETCD_INITIAL_CLUSTER_TOKEN

0 commit comments

Comments
 (0)