Skip to content

Commit

Permalink
Merge pull request #22 from gstackio/bump-consul-1.20.1
Browse files Browse the repository at this point in the history
Bump Consul to version 1.20.1
  • Loading branch information
bgandon authored Nov 16, 2024
2 parents 91a07d0 + 967316b commit 379ebfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.20.1_linux_amd64.zip:
size: 67017185
object_id: 04f3ac12-df41-4ffe-47a3-c6f13f3b2d73
sha: sha256:d38e7571177909d437a9cbcc62fb65083bc567266b74a62d02c6abe783951648
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.20.1
}

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.20.1
CONSUL_SHA256=d38e7571177909d437a9cbcc62fb65083bc567266b74a62d02c6abe783951648
}

function main() {
Expand Down

0 comments on commit 379ebfc

Please sign in to comment.