Karel Malec
1957e9dfa6
Add a no_overlay option for the rkt task config.
2017-06-07 00:17:33 +02:00
Alex Dadgar
959c055144
Merge pull request #2690 from hashicorp/d-remove-atlas-references
...
Remove Atlas references from docs
2017-06-06 10:46:54 -07:00
Rob Genova
5d8298290e
Remove Atlas references from docs
2017-06-05 23:05:43 +00:00
Michael Schurter
37b09f3901
Bump Go to 1.8.3 in Vagrantfile
2017-06-05 10:23:36 -07:00
Michael Schurter
d1dd380890
Switch to hashicorp/go-envparse
2017-06-02 15:58:52 -07:00
Michael Schurter
63f2418d29
Merge pull request #2683 from hashicorp/f-template-envparse
...
Move env file parsing to a library
2017-06-02 15:54:10 -07:00
Michael Schurter
73425f6d85
Update template docs to mention json encoding newlines
2017-06-02 15:08:08 -07:00
Michael Schurter
a552bcdb55
Move env file parsing to a library
2017-06-02 15:03:27 -07:00
Alex Dadgar
3b46fe136f
small cleanup
2017-05-31 15:56:54 -07:00
Alex Dadgar
8411bc8e01
Merge pull request #2651 from rawler/feature/2334
...
Implement support for docker-credential-helpers
2017-05-31 15:44:58 -07:00
Alex Dadgar
8d6e28ace8
Merge branch 'master' into feature/2334
2017-05-31 14:27:07 -07:00
Alex Dadgar
044f1da5ff
Merge pull request #2681 from hashicorp/b-deadlock
...
Fix a deadlock relating to blocked allocations
2017-05-31 14:26:54 -07:00
Alex Dadgar
ec9cb2c751
Merge pull request #2672 from eyberg/master
...
dont throw away errors in log rotation
2017-05-31 14:14:22 -07:00
Alex Dadgar
b1eea2269a
Fix deadlock
2017-05-31 14:05:47 -07:00
Michael Schurter
cb568a5cf6
Cleanup lots of leaked alloc runners in tests
2017-05-31 11:39:50 -07:00
Ulrik Mikaelsson
6138564f00
Implement support for docker-credential-helpers
...
Solves: #2334
2017-05-31 12:45:02 +02:00
Seth Vargo
e72f855008
Merge pull request #2677 from hashicorp/sethvargo/api
...
Update API documentation
2017-05-30 21:25:29 -04:00
Seth Vargo
a0af9d87c1
Remove links to consistency modes
2017-05-30 21:08:23 -04:00
Seth Vargo
be3c47e5a7
Remove consistency modes
2017-05-30 20:53:37 -04:00
Seth Vargo
df31b83468
Cleanup links to limit redirects
2017-05-30 20:25:11 -04:00
Seth Vargo
71a26dd762
Use new bundle
2017-05-30 20:25:11 -04:00
Seth Vargo
85a3ba09f3
Add client-side redirects
2017-05-30 20:25:11 -04:00
Seth Vargo
252252a3a5
Migrate API layouts
2017-05-30 20:25:11 -04:00
Seth Vargo
08cd843c5f
Migrate API index
2017-05-30 20:25:10 -04:00
Seth Vargo
80e296bbc5
Migrate validate APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
d3c5863cb5
Migrate system APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
916d965e81
Migrate status APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
4df34e95bd
Migrate regions APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
e090b716f7
Migrate operator APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
41eaf492f9
Migrate nodes APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
96fb79a42b
Add libraries & SDKs page
2017-05-30 20:25:08 -04:00
Seth Vargo
2193721e59
Migrate JSON Jobs to new namespace
2017-05-30 20:25:08 -04:00
Seth Vargo
cc636583d6
Migrate jobs APIs
2017-05-30 20:25:08 -04:00
Seth Vargo
7cc59d8f77
Migrate evaluations APIs
2017-05-30 20:25:08 -04:00
Seth Vargo
9e52c07fc7
Migrate client APIs
2017-05-30 20:25:07 -04:00
Seth Vargo
e0ec7787a2
Migrate allocations APIs
2017-05-30 20:25:07 -04:00
Seth Vargo
8883972d70
Migrate agent APIs
2017-05-30 20:25:07 -04:00
Seth Vargo
8b77d4cb16
Slightly better expansion on small screens
2017-05-30 20:25:07 -04:00
Seth Vargo
8030c338bf
Add API section to header and sidebar
2017-05-30 20:25:06 -04:00
Seth Vargo
a3344af698
Fix community page formatting
2017-05-30 20:25:06 -04:00
Seth Vargo
8fbd957480
Bump middleman-hashicorp
2017-05-30 20:25:06 -04:00
Michael Schurter
1149907a32
Merge pull request #2649 from hashicorp/b-update-consul-api-vendor
...
Update consul/api
2017-05-30 16:15:11 -07:00
Michael Schurter
ffc2b36dc7
Merge pull request #2636 from hashicorp/f-gc-alloc-limit
...
Add new gc_max_allocs tuneable
2017-05-30 16:14:09 -07:00
Michael Schurter
309f24a2a0
Add #2636 to changelog
2017-05-30 15:16:14 -07:00
Michael Schurter
d35aab2cc2
Update consul-template to fix compat with consul/api
2017-05-30 15:11:32 -07:00
Michael Schurter
bbcea0dff9
Update consul/api and comment to custom http.Client
2017-05-30 15:11:32 -07:00
Michael Schurter
6f2ecdec27
Update consul/api and fix tls handling
...
Since I was already fixing consul's tls handling in #2645 I decided to
update consul/api and pre-emptively fix our tls handling against the
newest consul/api behavior. consul/api's handling of http.Transports has
improved but would have broken how we handled tls (again).
This would have made for a nasty surprise the next time we updated
consul/api.
2017-05-30 15:11:32 -07:00
Michael Schurter
dd51aa1cb9
Merge pull request #2654 from hashicorp/f-env-consul
...
Add envconsul-like support and refactor environment handling
2017-05-30 14:40:14 -07:00
Michael Schurter
076647d835
Mention #2399 in changelog
...
Don't advertise sockaddr support just yet; focus on the saner advertise default
2017-05-30 12:17:05 -07:00
Michael Schurter
d8f4a48a2c
Merge pull request #2640 from hashicorp/b-remove-auto-advertise
...
Don't autoadvertise private ip if bind=localhost
2017-05-30 12:14:20 -07:00