Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
version(consul): Update to v1.17.3
Browse files Browse the repository at this point in the history
Signed-off-by: Loïc Saint-Roch <loic@nunchi.studio>
  • Loading branch information
loicsaintroch committed Feb 14, 2024
1 parent b545740 commit c093678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/consul/tasks/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source /hashibox/.env

# Set Consul version.
CONSUL_VERSION="1.17.0"
CONSUL_VERSION="1.17.3"
if [[ ! -z ${CONSUL_LICENSE} ]]; then
CONSUL_VERSION+="+ent"
fi
Expand Down
2 changes: 1 addition & 1 deletion modules/consul/tasks/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source /hashibox/.env

# Set Consul version.
CONSUL_VERSION="1.17.0"
CONSUL_VERSION="1.17.3"
if [[ ! -z ${CONSUL_LICENSE} ]]; then
CONSUL_VERSION+="+ent"
fi
Expand Down

0 comments on commit c093678

Please sign in to comment.