We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/
Latest and any other.
Checksum is expected to be used for any consul version to check if binary is installed correctly.
Will provide with PR after adding all checksums.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👻 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.
The text was updated successfully, but these errors were encountered: