Alex Dadgar
14bae424e1
Merge pull request #3041 from hashicorp/b-3036-update-gopsutil
...
Update gopsutil to stop calling SetEnv
2017-08-21 10:42:04 -07:00
Michael Schurter
51a27cc83d
Merge pull request #3031 from hashicorp/f-2924-consul-headers
...
Add Header and Method support for HTTP checks
2017-08-18 13:35:08 -07:00
Michael Schurter
5c015da3cb
Merge pull request #3021 from clinta/docker-mount2
...
Expose docker mount options
2017-08-17 16:57:09 -07:00
Michael Schurter
6b8bac4929
Update to latest upstream gopsutil
2017-08-17 16:52:53 -07:00
Michael Schurter
b16304416e
Add missing consul/testutil/retry pkg
2017-08-17 16:44:21 -07:00
Michael Schurter
4e72a8dedf
Update Consul to v0.9.2 for Header and Method
2017-08-17 16:44:21 -07:00
Michael Schurter
192db801d1
Update gopsutil to stop calling SetEnv
...
Fixes #3036
2017-08-16 15:05:24 -07:00
Michael Schurter
9d93df6dc5
Vendor vault test deps
...
This is a weird one because `make bootstrap` does a `go get vault` so CI
never fails due to missing Vault dependencies. However developer
machines will have whatever version of vault they grabbed last time they
bootstrapped a new dev environment.
This can lead to surprising build issues and different devs testing
slightly different code.
So let's vendor all test deps to try to keep the Nomad repo
self-contained.
2017-08-11 10:31:05 -07:00
Alex Dadgar
6b238edc22
Merge pull request #3001 from hashicorp/f-template-events
...
Template emits events explaining why it is blocked
2017-08-10 13:00:58 -07:00
Clint Armstrong
5508d392ef
update fsouza/go-dockerclient to 37a1d72
2017-08-10 12:19:19 -04:00
Alex Dadgar
4dbf88c354
Vendor new consul-template
2017-08-09 14:42:16 -07:00
Michael Schurter
d1888f5b97
Merge pull request #2983 from hashicorp/b-update-raft-atomics2
...
Update raft to fix atomics alingment on 32bit
2017-08-07 16:40:54 -07:00
Michael Schurter
c1be2c3193
Update raft to fix atomics alingment on 32bit
...
Related to #2963
Also pulls in some state file syncing improvements
2017-08-07 16:07:35 -07:00
Alex Dadgar
562ea52c8e
vendor vault api
2017-08-01 09:30:55 -07:00
Alex Dadgar
8df67563c7
Update consul-template
2017-08-01 09:24:23 -07:00
Alex Dadgar
96252a0f1a
Merge pull request #2928 from hashicorp/b-cli-autocomplete
...
Fix autocmpleting global flags
2017-07-31 11:25:34 -07:00
James Nugent
d778d9d566
Update gopsutil ( #2927 )
...
* deps: Update github.com/go-ole/go-ole/...
* deps: Update github.com/StackExchange/wmi
* deps: Update github.com/shirou/gopsutil/...
* deps: Update github.com/ugorji/go/codec
2017-07-28 09:46:44 -07:00
Alex Dadgar
bce0ff2640
Fix autocmpleting global flags
...
This PR vendors a change to the CLI package that allows autocompleting
global flags at the top level command.
2017-07-28 09:44:48 -07:00
Michael Schurter
5f1f91a46c
Use go-testing-interface instead of testing
...
This drops the testings stdlib pkg from our dependencies. Saves a
whopping 46kb on our binary (was really hoping for more of a win there),
but also avoids potential ugliness with how testing sets flags.
2017-07-25 15:35:19 -07:00
Alex Dadgar
6616a582fb
Remove unneeded consul vendor
2017-07-22 22:42:45 -07:00
Alex Dadgar
5c6b4e7cc3
vendor
2017-07-21 13:29:08 -07:00
Alex Dadgar
a8f440bade
Vendor go-plugin
2017-07-21 12:11:21 -07:00
Michael Schurter
96e9857f12
Missing hashicorp/serf/serf dep
2017-07-19 11:53:53 -07:00
Michael Schurter
68891839d3
Update raft to hashicorp/raft@b3d48f1
...
Pulls in hashicorp/raft#225
2017-07-19 11:53:53 -07:00
Michael Schurter
cfa7606b4e
Update serf to hashicorp/serf@bbeddf0
2017-07-19 11:53:53 -07:00
Alex Dadgar
e1888e822c
Merge pull request #2841 from hashicorp/b-rolling-no-fit
...
Treat destructive updates atomically
2017-07-19 11:11:25 -07:00
Michael Schurter
62478730a8
Merge pull request #2836 from hashicorp/f-go-getter-xz-support
...
Update go-getter to get .xz support
2017-07-18 11:26:13 -07:00
Alex Dadgar
22e84d00ab
Fix deep copy of driver config
2017-07-17 17:53:21 -07:00
Alex Dadgar
810ab68f94
Add command autocompletion.
...
This PR adds command autocompletion to the CLI.
2017-07-17 15:00:40 -07:00
Michael Schurter
9514c3bf12
Update go-getter to get .xz support
2017-07-14 10:31:21 -07:00
Michael Schurter
e8a059345c
Merge pull request #2794 from hashicorp/f-update-raft
...
Update raft to get hashicorp/raft#212 fix
2017-07-07 16:22:23 -07:00
Michael Schurter
e98e599419
Merge pull request #2801 from hashicorp/f-update-go-winio
...
Update go-winio to get some fixes
2017-07-07 15:04:02 -07:00
Michael Schurter
fe69901fb9
Merge pull request #2803 from hashicorp/f-update-ct
...
Update consul-template
2017-07-07 15:03:46 -07:00
Michael Schurter
eee850b1e6
Update consul-template
2017-07-07 14:42:31 -07:00
Michael Schurter
f9c52676e0
Update go-winio to get some fixes
...
* Microsoft/go-winio#53
* Microsoft/go-winio#54
2017-07-07 14:33:47 -07:00
Alex Dadgar
db93d51530
vendor
2017-07-07 12:18:14 -07:00
Alex Dadgar
398c4a6be7
Vendor columnize
2017-07-07 12:11:39 -07:00
Alex Dadgar
3b05caddb9
vendor file
2017-07-07 12:10:04 -07:00
Alex Dadgar
57d07ecd89
small fixes
2017-07-07 12:07:07 -07:00
Alex Dadgar
95c7a5bcf3
job history
2017-07-07 12:05:57 -07:00
Alex Dadgar
b4c8f56570
Deployment watcher tests
2017-07-07 12:03:11 -07:00
Michael Schurter
a1bdc26464
Update raft to get hashicorp/raft#212 fix
2017-07-06 17:18:18 -07:00
Michael Schurter
90f6a60f45
New go-getter test dep
2017-07-06 10:45:44 -07:00
Michael Schurter
5bf5dae13e
Update go-getter for minio support
2017-07-06 10:45:44 -07:00
Michael Schurter
0d3bdf7210
Add support for go-getter modes
...
Fixes #2678
2017-07-06 10:45:44 -07:00
Jonathan Ballet
3ffb39ea2b
Upgrade go-sockaddr/template to latest version + upgrade CHANGELOG
2017-06-25 20:55:40 +02:00
Michael Schurter
3c66f4ddc8
Update go-sockaddr to lookup ip on $PATH
...
Fixes #2696
2017-06-22 13:46:48 -07:00
Michael Schurter
d1dd380890
Switch to hashicorp/go-envparse
2017-06-02 15:58:52 -07:00
Michael Schurter
a552bcdb55
Move env file parsing to a library
2017-06-02 15:03:27 -07:00
Michael Schurter
d35aab2cc2
Update consul-template to fix compat with consul/api
2017-05-30 15:11:32 -07:00