Consul client install latest packages missing checksums
Author: justinassaCreated Jun 27, 2023Updated Jun 27, 2023
:ghost: Brief Description
Latest consul checksums are missing, and thus installs don't get checked. Latest version for consul client checksum is 0.9.3, while latest consul client version is 1.16.0 : https://github.com/sous-chefs/consul/blob/main/libraries/resource_helpers.rb#L55-L245 https://github.com/sous-chefs/consul/blob/v4.0.7/libraries/consul_installation_binary.rb
https://releases.hashicorp.com/consul/
:pancakes: Cookbook version
Latest and any other.
:police_car: Expected behavior
Checksum is expected to be used for any consul version to check if binary is installed correctly.
:heavy_plus_sign: Additional context
Will provide with PR after adding all checksums.
Source: sous-chefs/consul