Alex Dadgar
d1dfcf76ab
Merge pull request #2929 from hashicorp/b-status-panic
...
Ensure backwards compatibility between 0.6.X CLI and 0.5.X
2017-07-31 11:23:37 -07:00
Michael Schurter
61a4df1940
driver/rkt: support read-only volume mounts #2883
2017-07-31 10:59:28 -07:00
Michael Schurter
1585a5b2b9
Merge pull request #2883 from kmalec/add-support-for-readonly-mount
...
rkt driver support for read-only volumes mounts
2017-07-31 10:58:22 -07:00
Alex Dadgar
66419999ea
changelog
2017-07-31 10:39:22 -07:00
Michael Schurter
261e5d22e2
Merge pull request #2933 from jen20/remove-gox
...
build: Remove gox as a tool dependency
2017-07-31 10:38:10 -07:00
Alex Dadgar
03f9c115c9
Merge pull request #2937 from hashicorp/b-leak-plugin
...
Fix leaked plugin files for syslog server
2017-07-31 10:38:04 -07:00
Michael Schurter
476f45bd87
Merge pull request #2936 from jen20/goimports
...
meta: Fix goimports for command/agent/syslog.go
2017-07-31 09:14:35 -07:00
Alex Dadgar
212fed63df
Fix leaked plugin files for syslog server
...
This PR fixes a leaking of the unix socket used when launching a syslog
server for the Docker driver.
Fixes https://github.com/hashicorp/nomad/issues/2844
2017-07-30 17:51:38 -07:00
James Nugent
bb9287aabf
meta: Fix goimports for command/agent/syslog.go
2017-07-30 08:56:40 -05:00
James Nugent
a519340eaf
build: Remove gox as a tool dependency
...
gox has not been used since commit 1aec23bb8 , so there is no need to
install it during bootstrap.
2017-07-29 16:31:20 -05:00
Alex Dadgar
aa05302ed8
Ensure backwards compatibility between 0.6.X CLI and 0.5.X
...
This PR goes through the CLI commands and ensures that a 0.6.X cli
gracefully handles interacting with a 0.5.X Nomad Agent.
Fixes https://github.com/hashicorp/nomad/issues/2918
2017-07-28 10:20:47 -07:00
James Nugent
d8a66e5505
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
3906d20512
Changelog
2017-07-28 09:46:22 -07:00
Michael Schurter
67705efb8f
Merge pull request #2917 from hashicorp/b-grammar
...
Add word
2017-07-27 09:44:53 -07:00
Michael Schurter
d8625f8c8b
Merge pull request #2916 from hashicorp/b-fix-typo
...
Fix typo
2017-07-27 09:43:18 -07:00
Jon Benson
4b7db544e9
Add word
2017-07-26 19:33:03 -07:00
Jon Benson
c3039d75b8
Fix typo
2017-07-26 19:24:23 -07:00
Seth Vargo
e1ef29a28d
Better link output
2017-07-26 18:49:56 -04:00
Seth Vargo
30823a69cc
Fix broken links
2017-07-26 18:43:51 -04:00
Seth Vargo
ad3038fde2
Fix deploy script
2017-07-26 18:38:29 -04:00
Rob Genova
a76d021ec1
Merge pull request #2914 from hashicorp/f-terraform-update
...
Update scripts and AMI to reflect Nomad 0.6
2017-07-26 18:36:57 -04:00
Rob Genova
6a367d9f44
Update scripts and AMI to reflect Nomad 0.6
2017-07-26 22:34:34 +00:00
Alex Dadgar
3d243c0435
Update demo vagrant
2017-07-26 15:22:06 -07:00
Alex Dadgar
902d759a2a
Release v0.6.0
2017-07-26 15:16:21 -07:00
Alex Dadgar
a76fd8c432
release notes
2017-07-26 15:15:44 -07:00
Alex Dadgar
139a96aee3
bump version
2017-07-26 15:07:34 -07:00
Alex Dadgar
6194ac4073
Update operating a job, upgrade guide ( #2913 )
...
* Update operating a job, upgrade guide
This PR updates the guide for updating a job to reflect the changes in
Nomad 0.6
* Feedback changes
* Feedback
* Feedback
2017-07-26 15:06:17 -07:00
Alex Dadgar
b57b9af467
Fix vet issue
2017-07-26 14:53:08 -07:00
Kate Taggart
675caa09ce
Getting Started guide updates for 0.6.0 ( #2909 )
...
* Add new commands for 0.6
* update version in documnetation for 0.6
* more information in example.nomad
* 0.6 additional information for viewing status of a job
* 0.6 status for alloc-status
* changes with 0.6 in modifying a job
* status is healthy when consul is running
* make new date consistent in
* add Latest Deployment and Deployed sections to output
* small changes in status values so that things the user should see as thesame, are the same in the example (e.g. Node ID should be the same in all places we list it in the example)
* further information in job status added in 0.6
* update output when changing redis version
* make new date consistent in
* add Latest Deployment and Deployed sections to output
* small changes in status values so that things the user should see as thesame, are the same in the example (e.g. Node ID should be the same in all places we list it in the example)
* Add new commands for 0.6
* update version in documnetation for 0.6
* more information in example.nomad
* 0.6 additional information for viewing status of a job
* 0.6 status for alloc-status
* changes with 0.6 in modifying a job
* status is healthy when consul is running
* further information in job status added in 0.6
* evaluation status for deployment in 0.6
* updating client demo config to match website
* update output of status for cluster
* update output when changing redis version
* update terminal output of adding more redis instances.
* small update so id numbers are consistent in example
* update ouput for , also stitch up ids from previous lines to match
* add to output when starting server and clients
* add to output
* remove text showing large parts of example.nomad file
* Small fixes to stopping and updating a job
2017-07-26 14:24:50 -07:00
Michael Schurter
b064d3d367
Merge pull request #2899 from hashicorp/d-mention-env-in-init
...
Mention env templates in nomad init
2017-07-26 11:17:47 -07:00
Michael Schurter
99f9762787
Test for template envvar validation
2017-07-25 20:27:18 -07:00
Alex Dadgar
c0ce26366b
Merge pull request #2892 from hashicorp/f-parallel-nomad
...
Parallel Nomad pkg tests and more reliable test Vault
2017-07-25 17:43:00 -07:00
Alex Dadgar
9415ef5b47
Use LookupPath to add the exe extension
2017-07-25 17:42:36 -07:00
Alex Dadgar
8c9234e319
Make test Vault pick random ports
2017-07-25 17:40:59 -07:00
Alex Dadgar
bd5959a4bb
parallel nomad tests
2017-07-25 17:39:36 -07:00
Alex Dadgar
843b803b81
Merge pull request #2903 from hashicorp/d-cli
...
New commands docs and small CLI fixes
2017-07-25 17:37:24 -07:00
Alex Dadgar
c38c964d3b
Fix indentation
2017-07-25 17:37:09 -07:00
Michael Schurter
4901816810
Missing period
2017-07-25 17:37:09 -07:00
Alex Dadgar
487e1eafee
New commands docs and small fixes
...
This PR adds the command documentations and has small CLI fixes.
2017-07-25 17:37:09 -07:00
Alex Dadgar
278195e6dc
validate
2017-07-25 17:37:09 -07:00
Alex Dadgar
92991771f2
inspect
2017-07-25 17:37:09 -07:00
Alex Dadgar
82e128f038
Fix eval-status bug
2017-07-25 17:37:09 -07:00
Alex Dadgar
fcc4655b6f
alloc-status
2017-07-25 17:37:09 -07:00
Alex Dadgar
f977c7e7f8
Status command
2017-07-25 17:34:43 -07:00
Alex Dadgar
c1e333074b
Merge pull request #2906 from hashicorp/f-custom-help
...
Use a custom help output function
2017-07-25 17:31:44 -07:00
Alex Dadgar
6986e54f92
Merge pull request #2907 from hashicorp/b-promote-err
...
Expose FSM errors into deployment watcher and API
2017-07-25 17:31:33 -07:00
Alex Dadgar
cf629764c6
Merge pull request #2908 from hashicorp/b-min-healthy-validation
...
Validate that min_healthy_time < healthy_deadline
2017-07-25 17:28:38 -07:00
Alex Dadgar
a6a0e7f7a1
Merge pull request #2911 from hashicorp/d-api
...
Update API and JSON Job Documentation
2017-07-25 17:28:12 -07:00
Michael Schurter
abf3b992a1
Merge pull request #2910 from hashicorp/d-upgrading-0.6
...
Explain change in default advertise behavior
2017-07-25 17:20:39 -07:00
Alex Dadgar
58898e1426
Update API and JSON Job Documentation
...
This PR updates the api documentation to reflect 0.6 HTTP API and the
JSON job specification as well.
2017-07-25 17:18:15 -07:00