Commit Graph

721 Commits

Author SHA1 Message Date
Nick Ethier 2e6c95f511
Merge pull request #4138 from hashicorp/i-hcl-json-endpoint
HCL to JSON api endpoint
2018-04-19 14:18:34 -04:00
Michael Schurter d77c265d1f
Merge pull request #4168 from ninoles/b-2117-windows-group-process
B 2117 windows group process
2018-04-19 11:10:51 -07:00
Alex Dadgar 8bf46dfb95 changelog and version 2018-04-17 14:06:14 -07:00
Fabien Ninoles 35cf641416 Update based on PR request. 2018-04-17 13:43:04 -04:00
Nick Ethier e2571a1884
add changelog entry for new jobs/parse endpoint 2018-04-16 19:24:05 -04:00
Fabien Ninoles 5aac8c58b5 Add changelog. 2018-04-14 13:58:42 -04:00
Michael Schurter 3d163443bf Add changelog entry for #3572 2018-04-13 11:58:57 -07:00
Alex Dadgar 9268762348 Fix changelog 2018-04-12 17:19:25 -07:00
Chelsea Komlo 28d6c3757f
Merge pull request #4130 from hashicorp/d-health-check-changelog
Add change log entry for driver health checks
2018-04-10 18:49:55 -04:00
Chelsea Holland Komlo 7e2a25c888 client subsystem; reworded changelog 2018-04-10 18:49:09 -04:00
Charlie Voiselle 73621d7ae9
Update CHANGELOG.md 2018-04-10 17:26:34 -05:00
Chelsea Holland Komlo 5762071428 change log for driver health checks 2018-04-10 15:58:23 -04:00
Alex Dadgar 6bfd222f27 changelog 2018-04-10 10:42:45 -07:00
Michael Schurter b54f18daf8 docs: mention . env var change in changelog 2018-04-09 10:30:11 -07:00
Alex Dadgar e9b73bbebe changelog 2018-04-05 11:26:42 -07:00
Alex Dadgar 258bdaf77a changelog 2018-04-03 17:23:25 -07:00
Michael Lange 5da88eb451 Update changelog with UI changes for 0.8.0 2018-03-30 16:35:27 -07:00
Michael Schurter cfafd0bcb9 Add drainv2 to changelog 2018-03-30 16:05:12 -07:00
Alex Dadgar 944bd8357c changelog 2018-03-30 10:59:31 -07:00
Charlie Voiselle acf49615ab
Corrected orphan token issue link 2018-03-29 17:47:22 -04:00
Preetha Appan 28697d22d3
Update CHANGELOG 2018-03-28 12:31:53 -05:00
Alex Dadgar 39987d5236
Merge branch 'master' into b-acl-name 2018-03-22 14:51:40 -07:00
Alex Dadgar bdbf456e24 changelog 2018-03-22 13:59:58 -07:00
Preetha 4f5d307397
Update CHANGELOG.md 2018-03-21 09:21:10 -05:00
Michael Schurter ba2251cfe4 Add changelog entry for #4003 2018-03-20 16:44:50 -07:00
Alex Dadgar c65fc6e2ed changelog 2018-03-20 10:41:26 -07:00
Michael Schurter 1044bc0feb
Merge pull request #3984 from hashicorp/f-loosen-consul-skipverify
Replace Consul TLSSkipVerify handling
2018-03-16 11:21:28 -07:00
Michael Schurter 32ee5e0d53
Merge pull request #3990 from hashicorp/f-rkt-groups
rkt: allow specifying --group
2018-03-16 11:19:53 -07:00
Michael Schurter 63b2c36489 Add changelog entry for #3993 2018-03-16 11:15:12 -07:00
Michael Schurter bd78cfb039 rkt: allow specifying --group 2018-03-16 11:08:22 -07:00
Alex Dadgar b3ab063132
Merge pull request #3992 from hashicorp/f-vault-orphan
Allow and recommend Orphaned Vault tokens
2018-03-16 10:59:54 -07:00
Alex Dadgar a4662c804e changelog 2018-03-16 10:59:36 -07:00
Alex Dadgar 1d8ea2f534 changelog 2018-03-16 10:54:26 -07:00
Michael Schurter 0971114f0c Replace Consul TLSSkipVerify handling
Instead of checking Consul's version on startup to see if it supports
TLSSkipVerify, assume that it does and only log in the job service
handler if we discover Consul does not support TLSSkipVerify.

The old code would break TLSSkipVerify support if Nomad started before
Consul (such as on system boot) as TLSSkipVerify would default to false
if Consul wasn't running. Since TLSSkipVerify has been supported since
Consul 0.7.2, it's safe to relax our handling.
2018-03-14 17:43:06 -07:00
Alex Dadgar 3537c73289
Merge pull request #3978 from hashicorp/b-core-sched
Always add core scheduler
2018-03-14 16:13:15 -07:00
Preetha Appan 7cf35ac9ea
Update CHANGELOG for rescheduling 2018-03-14 16:43:46 -05:00
Preetha Appan 56cd1fe2ea
Update CHANGELOG 2018-03-14 15:52:44 -05:00
Alex Dadgar 9c07adb830 changelog 2018-03-14 10:57:12 -07:00
Preetha Appan 6484302f8e
better wording in CHANGELOG.md 2018-03-14 09:15:04 -05:00
Chelsea Komlo 810eedfa2a
Merge pull request #3945 from hashicorp/f-add-node-events
Add node events
2018-03-14 08:42:55 -04:00
Preetha Appan 7b9f349f7c
Update CHANGELOG.md 2018-03-13 20:55:43 -05:00
Chelsea Holland Komlo 0934769b04 add client side emitting of node events
Changelog
2018-03-13 18:08:21 -07:00
Preetha 7bd9e6cbda
Slightly better wording on CHANGELOG 2018-03-13 15:13:37 -05:00
Preetha Appan 1723b6d359
Update CHANGELOG 2018-03-13 15:10:49 -05:00
Michael Schurter 79df90acb0
Merge pull request #3958 from simplesurance/swappiness
fix: disable swap for executor_linux allocations
2018-03-13 10:10:22 -07:00
Michael Schurter 9b282e0c8c Add #3958 to changelog 2018-03-13 10:08:28 -07:00
Alex Dadgar 09e81c5d25 changelog 2018-03-12 14:47:23 -07:00
Michael Schurter 7dd7fbcda2 non-Existent -> nonexistent
Reverting from #3963

https://www.merriam-webster.com/dictionary/existent
2018-03-12 11:59:33 -07:00
Josh Soref 920ccf96d2 spelling: variable 2018-03-11 19:13:11 +00:00
Josh Soref bed09b97d4 spelling: retrieving 2018-03-11 18:51:51 +00:00