Skip to content

Commit

Permalink
nomad-update-bot: update version from 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
picatz committed Jan 15, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ede4de9 commit f7dd98d
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0.1-brightgreen.svg)](https://www.nomadproject.io/downloads)
[![Nomad Version](https://img.shields.io/badge/Nomad%20Version-1.0.2-brightgreen.svg)](https://www.nomadproject.io/downloads)

[Terraform](https://www.terraform.io/) Module for [Nomad](https://nomadproject.io/) clusters on [GCP](https://cloud.google.com/).

@@ -100,7 +100,7 @@ We can bootstrap ACLs to get the bootstrap management token like so:

```console
$ nomad acl bootstrap
Accessor ID = a1495889-37ce-6784-78f3-3190a1984bca
Accessor ID = a1495889-37ce-6784-78f3-31.0.2984bca
Secret ID = dc8c0349-c1fd-dc2c-299c-d513e5dd6df2
Name = Bootstrap Token
Type = management
2 changes: 1 addition & 1 deletion packer/scripts/install_nomad.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
set -ex

# Latest version of Nomad
NOMAD_VERSION=1.0.1
NOMAD_VERSION=1.0.2

# Download Latest Version of Nomad
mkdir -p /tmp/download-nomad

0 comments on commit f7dd98d

Please sign in to comment.