Skip to content
New issue

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

Bump Consul to version 1.18.2 #17

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consul/consul_1.18.1_linux_amd64.zip:
size: 66798452
object_id: 10f91060-bea4-45a3-79f5-71834da37728
sha: sha256:5faa9cc3f2832e3ae454a3ec2dbc6799179d14e1e09463f220bb906c590f4b05
consul/consul_1.18.2_linux_amd64.zip:
size: 66837392
object_id: 03f749b2-f375-4213-6975-13b89d6433fe
sha: sha256:522045180a4e644af6e2d97824850b470545f176aabdb4898635afda512a6a3f
2 changes: 1 addition & 1 deletion packages/consul/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ueo pipefail

function _config() {
readonly CONSUL_VERSION=1.18.1
readonly CONSUL_VERSION=1.18.2
}

function main() {
Expand Down
4 changes: 2 additions & 2 deletions scripts/add-blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -ueo pipefail

function configure() {
CONSUL_VERSION=1.18.1
CONSUL_SHA256=5faa9cc3f2832e3ae454a3ec2dbc6799179d14e1e09463f220bb906c590f4b05
CONSUL_VERSION=1.18.2
CONSUL_SHA256=522045180a4e644af6e2d97824850b470545f176aabdb4898635afda512a6a3f
}

function main() {
Expand Down