Skip to content

Commit

Permalink
Update Consul to v1.15.8 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Jan 5, 2024
1 parent f3d55bd commit 05475e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
11 changes: 0 additions & 11 deletions roles/consul/files/consul_1.14.7_SHA256SUMS

This file was deleted.

11 changes: 11 additions & 0 deletions roles/consul/files/consul_1.15.8_SHA256SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
53624578f2cf4826cbd6d001172870857ebd763402dff02f3b6fc90250167867 consul_1.15.8_darwin_amd64.zip
502a8788c3391a5b5f01ad64dfe1eb39c057c9ed1f26e1348168bde2204a02ea consul_1.15.8_darwin_arm64.zip
74a21f3c39eb1f3f6d5d17f5d36fdf3e9137d1d0a4cf9beeef7a017a9d1ea7ce consul_1.15.8_freebsd_386.zip
4cf47e8a89cb3dcdea5b5c66bcc829c59dca2c412bcc2d4e47951aec999a6c7e consul_1.15.8_freebsd_amd64.zip
e659ea683944674d3a7541606549dc1dae721eac8c6e8ebcfe28fe6897e4d6b1 consul_1.15.8_linux_386.zip
abe294b24db29cab2ce44601ed182f95d2e6d390191f5937136242ebcd8d4ad8 consul_1.15.8_linux_amd64.zip
796c10fa3b2e5bc74a07448a9db81fdc62c33b2761e764939df4adb9655efdd6 consul_1.15.8_linux_arm.zip
b9045049c665e096a4e10b40787a6d222c3a2b8778d8393fcf1732495d980864 consul_1.15.8_linux_arm64.zip
a30bfbb7264def46577088447d229c746dddc474313a6233189263946a496dcb consul_1.15.8_solaris_amd64.zip
c173a55fb7d7973922edd4a996a34a43dbec6c7015b75629bda19b55d677f6ec consul_1.15.8_windows_386.zip
a26ab8dbc7b2665184bd663b7c8b3f45e867ce9239a16f15ac67cdead14d7954 consul_1.15.8_windows_amd64.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ patroni_etcd_protocol: "" # (optional) http or https, if not specified http is u
# https://patroni.readthedocs.io/en/latest/SETTINGS.html#consul

# if dcs_type: "consul"
consul_version: "1.14.7"
consul_version: "1.15.8"
consul_config_path: "/etc/consul"
consul_configd_path: "{{ consul_config_path }}/conf.d"
consul_data_path: "/var/lib/consul"
Expand Down

0 comments on commit 05475e1

Please sign in to comment.