sous-chefs / consul

Development repository for the consul cookbook

Home Page:https://supermarket.chef.io/cookbooks/consul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consul client install latest packages missing checksums

justinassa opened this issue Β· comments

πŸ‘» 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/

πŸ₯ž Cookbook version

Latest and any other.

πŸš“ Expected behavior

Checksum is expected to be used for any consul version to check if binary is installed correctly.

βž• Additional context

Will provide with PR after adding all checksums.