Skip to content

Commit

Permalink
Merge pull request #399 from hashicorp/f-deps-nomad-1.0.4
Browse files Browse the repository at this point in the history
deps: update Nomad dep to v1.0.4.
  • Loading branch information
jrasell authored Mar 9, 2021
2 parents 7a0ead2 + 0f547ff commit f359dc4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 164 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUG FIXES:
* template: Fixed issue with default variables file not being used. [[GH-353](https://github.com/hashicorp/levant/pull/353)]

IMPROVEMENTS:
* build: Updated Nomad dependency to 1.0.0. [[GH-370](https://github.com/hashicorp/levant/pull/370)]
* build: Updated Nomad dependency to 1.0.4. [[GH-399](https://github.com/hashicorp/levant/pull/399)]
* cli: Added `log-level` and `log-format` flags to render command. [[GH-346](https://github.com/hashicorp/levant/pull/346)]
* render: when rendering, send logging to stderr if stdout is not a terminal [[GH-386](https://github.com/hashicorp/levant/pull/386)]
* template: Added [sprig](https://github.com/Masterminds/sprig) template functions. [[GH-347](https://github.com/hashicorp/levant/pull/347)]
Expand Down
2 changes: 1 addition & 1 deletion command/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/levant/levant"
"github.com/hashicorp/levant/logging"
flaghelper "github.com/hashicorp/nomad/helper/flag-helpers"
flaghelper "github.com/hashicorp/nomad/helper/flags"
)

// DispatchCommand is the command implementation that allows users to
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.5.1 // indirect
github.com/hashicorp/consul/api v1.7.0
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.14.1 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl/v2 v2.7.1 // indirect
github.com/hashicorp/nomad v0.12.5-0.20201208211811-bbf1eaa833ed
github.com/hashicorp/nomad/api v0.0.0-20201208211811-bbf1eaa833ed
github.com/hashicorp/serf v0.9.5 // indirect
github.com/hashicorp/nomad v1.0.4
github.com/hashicorp/nomad/api v0.0.0-20210308192631-03a1192c1276
github.com/hashicorp/terraform v0.13.5
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/cli v1.1.0
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.6.0
github.com/sean-/conswriter v0.0.0-20180208195008-f5ae3917a627
Expand Down
Loading

0 comments on commit f359dc4

Please sign in to comment.