Skip to content

Commit

Permalink
consul-update-bot: update version from 1.16.0 to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picatz committed Aug 9, 2023
1 parent a00687b commit c0ad343
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down Expand Up @@ -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
...
```

Expand Down
2 changes: 1 addition & 1 deletion packer/scripts/install_consul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0ad343

Please sign in to comment.