diff --git a/README.md b/README.md index 50206fb..28fd2ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nomad Cluster -[![Nomad Version](https://img.shields.io/badge/Nomad%20Version-1.6.1-00bc7f.svg)](https://www.nomadproject.io/downloads) [![Consul Version](https://img.shields.io/badge/Consul%20Version-1.16.0-ca2171.svg)](https://www.consul.io/downloads) +[![Nomad Version](https://img.shields.io/badge/Nomad%20Version-1.6.1-00bc7f.svg)](https://www.nomadproject.io/downloads) [![Consul Version](https://img.shields.io/badge/Consul%20Version-1.16.1-ca2171.svg)](https://www.consul.io/downloads) [Terraform](https://www.terraform.io/) Module for [Nomad](https://nomadproject.io/) clusters with [Consul](https://www.consul.io/) on [GCP](https://cloud.google.com/). @@ -147,19 +147,19 @@ When using the SSH bastion, you can use the `ssh-mtls-terminating-proxy.go` help ```console $ make ssh/proxy/mtls -2021/04/11.16.08:28 getting terraform output -2021/04/11.16.08:29 Bastion IP: "34.73.106.60" -2021/04/11.16.08:29 Server IP: "1.6.168.2.8" -2021/04/11.16.08:29 Setting up SSH agent -2021/04/11.16.08:29 connecting to the bastion -2021/04/11.16.08:29 connecting to the server through the bastion -2021/04/11.16.08:30 wrapping the server connection with SSH through the bastion -2021/04/11.16.08:30 tunneling a new connection for Consul to the server with SSH through the bastion -2021/04/11.16.08:30 loading Consul TLS data -2021/04/11.16.08:30 tunneling a new connection for somad to the server with ssh through the bastion -2021/04/11.16.08:30 loading Nomad TLS data -2021/04/11.16.08:30 starting Consul local listener on localhost:8500 -2021/04/11.16.08:30 starting Nomad local listener on localhost:4646 +2021/04/11.16.18:28 getting terraform output +2021/04/11.16.18:29 Bastion IP: "34.73.106.60" +2021/04/11.16.18:29 Server IP: "1.6.168.2.8" +2021/04/11.16.18:29 Setting up SSH agent +2021/04/11.16.18:29 connecting to the bastion +2021/04/11.16.18:29 connecting to the server through the bastion +2021/04/11.16.18:30 wrapping the server connection with SSH through the bastion +2021/04/11.16.18:30 tunneling a new connection for Consul to the server with SSH through the bastion +2021/04/11.16.18:30 loading Consul TLS data +2021/04/11.16.18:30 tunneling a new connection for somad to the server with ssh through the bastion +2021/04/11.16.18:30 loading Nomad TLS data +2021/04/11.16.18:30 starting Consul local listener on localhost:8500 +2021/04/11.16.18:30 starting Nomad local listener on localhost:4646 ... ``` diff --git a/packer/scripts/install_consul.sh b/packer/scripts/install_consul.sh index b9d957b..e62d4ee 100644 --- a/packer/scripts/install_consul.sh +++ b/packer/scripts/install_consul.sh @@ -3,7 +3,7 @@ set -ex # Latest version of Consul -CONSUL_VERSION=1.16.0 +CONSUL_VERSION=1.16.1 # Download Latest Version of Consul mkdir -p /tmp/download-consul