Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #438 from jippi/bump-go-deps
Browse files Browse the repository at this point in the history
Bump Nomad and Consul API SDKs
  • Loading branch information
jippi authored Jun 13, 2019
2 parents bfded03 + 0addb49 commit a0e7e7d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 147 deletions.
200 changes: 56 additions & 144 deletions backend/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

[[constraint]]
name = "github.com/hashicorp/consul"
version = "1.5.0"
version = "1.5.1"

[[constraint]]
name = "github.com/hashicorp/nomad"
version = "0.8.7"
version = "0.9.3"

[[constraint]]
name = "github.com/newrelic/go-agent"
Expand Down
2 changes: 1 addition & 1 deletion backend/nomad/jobs/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewDeployments(action structs.Action, client *api.Client, query *api.QueryO
}

func (w *deployments) Do() (structs.Response, error) {
deployments, meta, err := w.client.Jobs().Deployments(w.action.Payload.(string), w.query)
deployments, meta, err := w.client.Jobs().Deployments(w.action.Payload.(string), true, w.query)
if err != nil {
return structs.NewErrorResponse(err)
}
Expand Down

0 comments on commit a0e7e7d

Please sign in to comment.