Commit Graph

875 Commits

Author SHA1 Message Date
Alex Dadgar 07963f0b6d
Merge pull request #3546 from hashicorp/f-heuristic
Better interface selection heuristic
2017-11-15 12:51:21 -08:00
Alex Dadgar a479ee6f0c changelog 2017-11-15 12:50:49 -08:00
Michael Schurter f86f0bd9ea Handle leader task being dead in RestoreState
Fixes the panic mentioned in
https://github.com/hashicorp/nomad/issues/3420#issuecomment-341666932

While a leader task dying serially stops all follower tasks, the
synchronizing of state is asynchrnous. Nomad can shutdown before all
follower tasks have updated their state to dead thus saving the state
necessary to hit this panic: *have a non-terminal alloc with a dead
leader.*

The actual fix is a simple nil check to not assume non-terminal allocs
leader's have a TaskRunner.
2017-11-15 10:36:13 -08:00
Preetha Appan 2cee27ea31 Update Changelog 2017-11-15 08:28:27 -06:00
Preetha Appan bb3fd9fb7f Update CHANGELOG.md to mention consul template version 2017-11-15 08:25:57 -06:00
Chelsea Komlo 2dfda33703 Nomad agent reload TLS configuration on SIGHUP (#3479)
* Allow server TLS configuration to be reloaded via SIGHUP

* dynamic tls reloading for nomad agents

* code cleanup and refactoring

* ensure keyloader is initialized, add comments

* allow downgrading from TLS

* initalize keyloader if necessary

* integration test for tls reload

* fix up test to assert success on reloaded TLS configuration

* failure in loading a new TLS config should remain at current

Reload only the config if agent is already using TLS

* reload agent configuration before specific server/client

lock keyloader before loading/caching a new certificate

* introduce a get-or-set method for keyloader

* fixups from code review

* fix up linting errors

* fixups from code review

* add lock for config updates; improve copy of tls config

* GetCertificate only reloads certificates dynamically for the server

* config updates/copies should be on agent

* improve http integration test

* simplify agent reloading storing a local copy of config

* reuse the same keyloader when reloading

* Test that server and client get reloaded but keep keyloader

* Keyloader exposes GetClientCertificate as well for outgoing connections

* Fix spelling

* correct changelog style
2017-11-14 17:53:23 -08:00
Preetha Appan 84dcdcf2bf Update CHANGELOG.md 2017-11-13 12:46:42 -06:00
Alex Dadgar c44f94fbd0
Merge pull request #3529 from hashicorp/b-env-ct
Handle multiple environment templates
2017-11-10 12:56:02 -08:00
Alex Dadgar ea57850b6d changelog 2017-11-10 12:44:36 -08:00
Alex Dadgar 491fce5dcb changelog 2017-11-10 11:10:34 -08:00
Alex Dadgar 68985aaa7d changelog 2017-11-06 15:48:05 -08:00
Michael Schurter 2ef8b15680 Add #3509 to changelog 2017-11-06 11:26:04 -08:00
Alex Dadgar f6dd1d1fa9 changelog and website 2017-11-03 16:43:16 -07:00
Alex Dadgar 5505922cf5 changelog 2017-11-03 16:33:23 -07:00
Preetha effe2a93ea
Update CHANGELOG.md 2017-11-03 17:34:09 -05:00
Alex Dadgar 6837b67e25 changelog 2017-11-03 13:45:15 -07:00
Alex Dadgar 28bcb3ca08 changelog 2017-11-03 13:24:45 -07:00
Preetha Appan fb74ffb18c Update CHANGELOG.md 2017-11-03 13:07:40 -05:00
Alex Dadgar abd28cbd7d
Merge pull request #3493 from hashicorp/f-remove-atlas
Remove Atlas and Scada from codebase
2017-11-02 16:00:44 -07:00
Preetha Appan fcd9be1ff8 Update CHANGELOG,md, include PR numbers. 2017-11-02 15:58:51 -05:00
Diptanu Choudhury 132e145a30
Merge pull request #3061 from hashicorp/f-add-client-metrics
Added metrics to track task/alloc start/restarts/dead events
2017-11-02 13:45:29 -07:00
Diptanu Choudhury f4abb6ccd3 Updated changelog 2017-11-02 13:44:13 -07:00
Alex Dadgar 9a8b4c13ec deprecation notice 2017-11-02 13:38:50 -07:00
Michael Schurter 78105bcb57 Add #3445 to changelog 2017-11-01 17:17:51 -07:00
Preetha Appan 2daed26a74 Update CHANGELOG.md 2017-11-01 15:21:05 -05:00
Chelsea Holland Komlo 9ff8a6cdca update changelog 2017-11-01 15:21:05 -05:00
Preetha Appan 05be73b062 Update CHANGELOG.md 2017-11-01 15:16:38 -05:00
Alex Dadgar 3ffe49722d Changelog 2017-11-01 09:59:50 -07:00
Alex Dadgar a42d3530d0 Bump version 2017-10-31 13:30:58 -07:00
Alex Dadgar 1050a9fe32 changelog 2017-10-27 13:30:23 -07:00
Alex Dadgar a539483a35 changelog + PUT 2017-10-27 10:43:57 -07:00
Alex Dadgar 635f320b18
Merge pull request #3452 from hashicorp/f-system-gc
GetClientAllocs handles garbage collection events
2017-10-27 09:50:55 -07:00
Alex Dadgar 7df78be840 Changelog + assert 2017-10-27 09:50:10 -07:00
Alex Dadgar cb691495a1 changelog 2017-10-27 09:36:16 -07:00
Michael Schurter 916682f8a0 Merge pull request #3387 from hashicorp/f-aclless-health
Agent Health Endpoint
2017-10-16 11:05:09 -07:00
Michael Schurter c53aac9eea Agent Health Endpoint 2017-10-13 15:37:44 -07:00
Alex Dadgar 77f6768575 changelog 2017-10-13 12:40:37 -07:00
Alex Dadgar 259595bcdb changelog 2017-10-12 13:36:46 -07:00
Alex Dadgar 7efeb06713 changelog 2017-10-11 17:43:14 -07:00
Alex Dadgar 65035c78c0 changelog 2017-10-05 14:30:39 -07:00
Michael Schurter d7229ce6c5 Merge pull request #3256 from dalegaard/master
Enable rkt driver to use address_mode = 'driver'
2017-09-26 18:04:37 -05:00
Lasse Dalegaard 3d25fd3b00 Bump minimum rkt version to 1.27.0.
The changes introduces in #3256 require at least rkt 1.27.0 because of
a bug in the JSON output of `rkt status` in previous versions.

Here we upgrade all references to rkt's minimum version, and also make
travis and vagrant use this version when running tests.

Finally we add a CHANGELOG notice.
2017-09-26 19:15:43 +02:00
Lasse Dalegaard 7c0454fbb5 Update CHANGELOG.md 2017-09-26 10:25:27 +02:00
Alex Dadgar 73b7466a6e Run deployment garbage collector on an interval
Fixes https://github.com/hashicorp/nomad/issues/3244
2017-09-25 11:04:40 -07:00
Alex Dadgar 62519cd5d1 changelog 2017-09-19 12:06:52 -05:00
Michael Schurter f92ffe5af5 Merge pull request #3105 from hashicorp/f-876-restart-unhealthy
Restart unhealthy tasks
2017-09-17 19:38:32 -07:00
Alex Dadgar 3fc1231c62 Changelog 2017-09-17 10:58:40 -07:00
Chelsea Komlo 093c8b4543 Merge pull request #3186 from hashicorp/f-prometheus-dashboard
Prometheus dashboard
2017-09-15 14:30:05 -04:00
Michael Schurter 6a9e0c63c4 Add changelog entry for #3105 2017-09-14 16:47:41 -07:00
Alex Dadgar b2f892b2ac changelog 2017-09-14 15:11:26 -07:00
Alex Dadgar 96442414b8 Changelog 2017-09-14 14:35:53 -07:00
Alex Dadgar 6c935f7303 Update CHANGELOG.md 2017-09-14 14:34:02 -07:00
Alex Dadgar e862bbc78a Changelog 2017-09-14 14:29:02 -07:00
Alex Dadgar 08a0b1c2b6 changelog 2017-09-14 14:21:41 -07:00
Alex Dadgar d306da846c changelog and feedback 2017-09-14 14:08:58 -07:00
Chelsea Holland Komlo c68438c3fc changelog 2017-09-14 17:50:54 +00:00
Alex Dadgar 5502f46951 changelog 2017-09-13 15:46:41 -07:00
Chelsea Holland Komlo fcc3071e52 fixups from code review 2017-09-13 19:21:21 +00:00
Alex Dadgar 903e5e873c changelog 2017-09-13 11:43:13 -07:00
Alex Dadgar f0847f3642 changelog 2017-09-11 16:10:12 -07:00
Alex Dadgar 19a11f15d5 Merge pull request #3177 from hashicorp/f-cli-hidden
Hide non-user commands from autocomplete output
2017-09-11 10:02:08 -07:00
Alex Dadgar 565f2adbda changelog 2017-09-11 09:57:47 -07:00
Alex Dadgar 41b22ba9eb Hide non-user commands from autocomplete output
This PR hides non-user CLI commands from the list of autocomplete
suggestions.
2017-09-08 11:24:21 -07:00
Alex Dadgar ffbafb0618 changelog 2017-09-06 17:20:31 -07:00
Alex Dadgar ccaec2dd48 changelog 2017-09-05 17:18:43 -07:00
Alex Dadgar 9b6f1244f7 Merge pull request #3165 from hashicorp/b-docker-auth
Fix repo name passed to docker credential helpers
2017-09-05 16:56:51 -07:00
Alex Dadgar 50058386bb Merge pull request #3164 from hashicorp/v-go-getter
Update go-getter
2017-09-05 16:54:19 -07:00
Alex Dadgar 6de1e5d208 Vendor consul-template (#3153)
* Vendor consul-template

Fixes https://github.com/hashicorp/nomad/issues/3133

* changelog
2017-09-05 16:53:28 -07:00
Alex Dadgar 6fdaf38389 Fix repo name passed to docker credential helpers
This PR fixes the server url passed to docker credential helpers and
fixes stderr capture.

Fixes https://github.com/hashicorp/nomad/issues/2957
2017-09-05 16:43:21 -07:00
Alex Dadgar 5e8635ff15 Update go-getter
Fixes https://github.com/hashicorp/nomad/issues/3154
2017-09-05 16:41:33 -07:00
Alex Dadgar 9471baa814 changelog 2017-09-05 14:46:25 -07:00
Chelsea Holland Komlo dc096b1cec add changelog 2017-09-05 19:24:34 +00:00
Alex Dadgar 3a439f45a6 changelog 2017-08-30 13:36:24 -07:00
Alex Dadgar 12da67d1f6 Merge branch 'master' into b-deployment-ordering 2017-08-30 13:33:19 -07:00
Alex Dadgar 21c52a82fa Merge pull request #3139 from hashicorp/b-copied-update
Don't merge empty update from job into task groups
2017-08-30 13:32:43 -07:00
Alex Dadgar c1253619ef Merge pull request #3138 from hashicorp/b-status-length
Search handles prefix longer than allowed UUIDs
2017-08-30 13:32:33 -07:00
Alex Dadgar e93d0e2f10 changelog 2017-08-30 11:39:33 -07:00
Alex Dadgar 5ebea8014e changelog 2017-08-30 10:54:19 -07:00
Alex Dadgar adfc2ca894 changelog 2017-08-30 10:42:57 -07:00
Alex Dadgar 45a285292c changelog 2017-08-30 10:33:03 -07:00
Alex Dadgar ed6bfc132c changelog 2017-08-29 16:50:27 -07:00
Alex Dadgar fa7554bd47 changelog 2017-08-29 16:12:44 -07:00
Alex Dadgar 6a55596f90 changelog 2017-08-29 10:19:31 -07:00
Alex Dadgar 582fd8edda changelog 2017-08-28 22:24:53 -07:00
Michael Schurter 468c8adfc2 Nomad 0.6.1 2017-08-28 16:26:27 -07:00
Michael Schurter d60b625430 Add #3108 to changelog 2017-08-28 16:13:20 -07:00
Alex Dadgar 76306a6fe9 cleanup changelog 2017-08-28 13:46:31 -07:00
Alex Dadgar d8fc61efbd changelog 2017-08-28 12:46:46 -07:00
Chelsea Holland Komlo bd569bc4b9 refactor and fixups from code review 2017-08-25 17:34:05 +00:00
Chelsea Holland Komlo 0e5a66a751 add changelog 2017-08-25 16:44:26 +00:00
Alex Dadgar af50ce1411 changelog 2017-08-24 16:58:31 -07:00
Alex Dadgar 50512dfac0 changelog 2017-08-24 13:25:25 -07:00
Chelsea Holland Komlo 8d4b963151 small fixes and cleanup 2017-08-23 23:04:47 +00:00
Chelsea Holland Komlo f0849b96c3 fixes for changelog 2017-08-23 22:58:44 +00:00
Chelsea Holland Komlo f253b86ae2 update changelog 2017-08-23 22:57:07 +00:00
Alex Dadgar 5cdc74d713 Merge pull request #3057 from hashicorp/f-tty
Detect STDOUT isn't a TTY and disable color
2017-08-23 14:36:08 -07:00
Alex Dadgar 6830ddb2a5 changelog 2017-08-23 14:35:50 -07:00
Alex Dadgar 34485622e1 Merge pull request #3056 from hashicorp/b-auto-revert
Fix purging job versions
2017-08-23 14:20:48 -07:00
Alex Dadgar 37b7528683 changelog 2017-08-22 10:44:55 -07:00
Alex Dadgar c7d2b566e8 changelog 2017-08-21 14:12:38 -07:00
Alex Dadgar 9125b2e55d changelog 2017-08-21 12:53:48 -07:00
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
Alex Dadgar 98cb0bd2d8 changelog 2017-08-18 15:53:17 -07:00
Michael Schurter 4590b81a0a Add check header and method changelog entry 2017-08-17 16:49:14 -07:00
Michael Schurter 93800d51b3 Add shutdown delay changelog entry 2017-08-17 14:39:42 -07:00
Alex Dadgar 6669cf3c59 changelog 2017-08-17 14:13:25 -07:00
Michael Schurter e569763196 Add #3041 to changelog 2017-08-16 16:27:32 -07:00
Alex Dadgar f13345e156 changelog 2017-08-15 12:30:42 -07:00
Michael Schurter 0f8071ba6f Add #3022 changelog entry 2017-08-14 10:29:57 -07:00
Alex Dadgar 5ef2200fd5 changelog 2017-08-11 10:14:35 -07:00
Alex Dadgar 53081b37ab changelog 2017-08-10 14:08:26 -07:00
Alex Dadgar 0879d1acdd changelog 2017-08-10 13:08:18 -07:00
Alex Dadgar 04fa5e7955 changelog 2017-08-10 13:01:56 -07:00
Alex Dadgar a49ee8c150 changelog 2017-08-08 11:05:31 -07:00
Alex Dadgar 7df112f05c changelog 2017-08-07 16:31:18 -07:00
Chelsea Komlo 5537516bfd Merge pull request #2964 from hashicorp/f-autocomplete-api
autocomplete api
2017-08-07 12:40:09 -07:00
Chelsea Holland Komlo 4664a361e0 update changelog 2017-08-07 19:25:55 +00:00
Alex Dadgar 331c37de72 Changelog 2017-08-07 11:22:20 -07:00
Alex Dadgar 84bebc1b62 changelog 2017-08-04 17:00:11 -07:00
Alex Dadgar c08e244e43 changelog 2017-08-01 14:20:36 -07:00
Alex Dadgar d3d3195ffa changelog 2017-07-31 16:53:38 -07:00
Alex Dadgar 1b99605348 Changelog 2017-07-31 11:26:03 -07:00
Alex Dadgar 8ec53c3ab9 changelog 2017-07-31 11:25:01 -07:00
Michael Schurter 9a10a87325 driver/rkt: support read-only volume mounts #2883 2017-07-31 10:59:28 -07:00
Alex Dadgar 66a412fc89 changelog 2017-07-31 10:39:22 -07:00
Alex Dadgar 1ff2c7cd00 Changelog 2017-07-28 09:46:22 -07:00
Alex Dadgar 5e03e48e04 release notes 2017-07-26 15:15:44 -07:00
Alex Dadgar 15fad96c21 Merge pull request #2868 from hashicorp/f-feedback
Variety of UX fixes
2017-07-20 17:43:42 -07:00
Alex Dadgar 2db57d6351 changelog 2017-07-20 17:36:47 -07:00
Michael Schurter 7ab09dc756 Mention #2878 in changelog 2017-07-20 17:17:45 -07:00
Michael Schurter 93edbb8c17 Mention #2877 in changelog 2017-07-20 17:14:46 -07:00
Alex Dadgar 9fde39b107 Changelog 2017-07-19 10:09:11 -07:00
Alex Dadgar 9206f4d832 Changelog 2017-07-18 18:02:42 -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
Michael Schurter 5bd920f828 Mention tls_skip_verify support 2017-07-18 09:15:57 -07:00
Alex Dadgar e0a1097d38 Changelog 2017-07-17 18:27:53 -07:00
Michael Schurter d5453481c4 Add changelog entry 2017-07-14 10:52:20 -07:00
Alex Dadgar 79ce4bdfc6 Merge pull request #2807 from hashicorp/f-validate-ports
Prevent port conflicts
2017-07-07 16:59:18 -07:00
Alex Dadgar 3f1a0abe0f changelog 2017-07-07 16:59:07 -07:00
Alex Dadgar 4badcdd4ab changelog 2017-07-07 16:52:37 -07:00
Michael Schurter fecb16cfb2 Merge pull request #2793 from hashicorp/b-2776-ct-vault-servername
Propagate vault.tls_server_name to consul-template
2017-07-07 16:44:19 -07:00
Michael Schurter 4be4df21c9 Merge pull request #2797 from hashicorp/f-2785-docker-bridge-ip
Add driver.docker.bridge_ip node attribute
2017-07-07 16:20:20 -07:00
Alex Dadgar 9235743cac changelog 2017-07-07 15:03:33 -07:00
Michael Schurter 04ca75137d Add changelog entry for #2797 2017-07-07 10:16:36 -07:00
Michael Schurter c418c409b1 Mention #2786 2017-07-06 17:28:13 -07:00
Michael Schurter 0c90e6cd54 Add changelog entry 2017-07-06 17:24:05 -07:00
Michael Schurter f19d0c6f6a Improvements, not bug fixes! Also spelttting 2017-07-06 10:45:44 -07:00
Michael Schurter 2ea7b841aa Update docs and readme 2017-07-06 10:45:44 -07:00
Michael Schurter bad122e054 Add #2777 to changelog 2017-07-05 09:42:30 -07:00
Michael Schurter 2f7d5d4bf9 Mention #2745 2017-07-03 15:17:57 -07:00
Michael Schurter 7e35905ea0 Add #2654 #2695 #2702 #2709 #2729 #2735 #2746 #2750 #2753 2017-07-03 15:03:34 -07:00
Alex Dadgar a72ceffd51 changelog 2017-07-02 16:12:16 -07:00
Jonathan Ballet 3ffb39ea2b Upgrade go-sockaddr/template to latest version + upgrade CHANGELOG 2017-06-25 20:55:40 +02:00
Alex Dadgar 2701ab3892 changelog 2017-06-08 13:36:51 -07:00
Alex Dadgar 3b46fe136f small cleanup 2017-05-31 15:56:54 -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 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
Alex Dadgar b90e1e9dc0 changelog 2017-05-25 14:52:35 -07:00
Michael Schurter 5fccb2acbe Mention #2658 --security-opts 2017-05-22 09:25:44 -07:00
Alex Dadgar 3d9ae039e4 Changelog 2017-05-18 10:30:54 -07:00
Alex Dadgar 816d6a2a49 changelog 2017-05-16 13:04:23 -04:00
Alex Dadgar 5c7697d652 changelog 2017-05-09 13:03:57 -07:00
Michael Schurter 835a1ab3b3 Add #2622 to Changelog 2017-05-08 11:57:09 -07:00
Michael Schurter f350c1f37e Merge pull request #2608 from hashicorp/f-test-verify_https_client
Test verify_https_client behavior and skip Consul HTTPS health checks when enabled
2017-05-04 17:36:13 -07:00
Michael Schurter 6541b7ca0b Merge pull request #2614 from hashicorp/b-2343-windows-panic
Update go-winio to fix Go 1.8 compat
2017-05-04 10:21:47 -07:00
Michael Schurter b3112835a0 Add #2343 docker + windows panic fix to changelog 2017-05-04 09:08:52 -07:00
Alex Dadgar 5f92d0e41a changelog 2017-05-03 17:24:30 -07:00
Michael Schurter f85ad65530 Document verify_https_client 2017-05-02 17:38:12 -07:00
Alex Dadgar e8351ae825 Changelog 2017-05-01 13:55:37 -07:00
Alex Dadgar 7276e24763 changelog 2017-04-27 10:56:08 -07:00
Michael Schurter 291f4f0b44 Merge pull request #2553 from hashicorp/b-2552-chown-on-copy
Chown files when copying into chroot
2017-04-19 12:38:26 -07:00
Michael Schurter e374593858 Add #2552 / #2553 to changelog 2017-04-19 12:37:15 -07:00
Alex Dadgar cb7c7da58a changelog 2017-04-19 11:12:17 -07:00
Alex Dadgar 0c72aa9bd2 changelog 2017-04-14 15:30:31 -07:00
Alex Dadgar 87978d6611 changelog 2017-04-14 13:15:23 -07:00
Alex Dadgar 0d18b904d3 changelog 2017-04-12 15:02:21 -07:00
Alex Dadgar 0fc37a3718 changelog 2017-04-12 14:59:54 -07:00
Alex Dadgar 2eb2b9aa2b changelog 2017-04-11 11:28:36 -07:00
Alex Dadgar af5cda6d8c changelog 2017-04-11 10:56:55 -07:00
Alex Dadgar 30ab0e8ffc changelog 2017-04-10 16:23:46 -07:00
Diptanu Choudhury 37f4cf8c5e Added docs 2017-04-10 11:27:32 -07:00
Alex Dadgar 204be7ae52 changelog 2017-04-07 13:00:56 -07:00
Michael Schurter 32a5067fd9 Mention #2525 was fixed by #2526 2017-04-07 09:17:20 -07:00
Alex Dadgar d950cfe00b version bump 2017-03-31 17:07:03 -07:00
Alex Dadgar 16966fc2f0 Changelog 2017-03-31 16:16:35 -07:00
Michael Schurter dd37cb23be Mention #2289 ##2482 in changelog 2017-03-28 12:49:31 -07:00
Michael Schurter 1653b42400 Merge branch 'master' into b-2491-task-env 2017-03-28 11:28:00 -07:00
Alex Dadgar 3ca5b1d7ec changelog and version 2017-03-28 11:22:00 -07:00
Michael Schurter d58bcde183 Make test more accurate and add changelog entry 2017-03-28 10:53:26 -07:00
Michael Schurter cca840e4a7 Add #2290 #2490 to changelog 2017-03-28 09:48:44 -07:00
Alex Dadgar bbdef03e43 Changelog 2017-03-24 12:25:34 -07:00
Alex Dadgar 2c9641e26f Changelog 2017-03-21 12:54:14 -07:00
Alex Dadgar 135fdb0e7b changelog 2017-03-17 11:27:10 -07:00
Alex Dadgar c1fd58d11e Bump version 2017-03-14 14:51:11 -07:00
Alex Dadgar 177bd14718 rename cpu_total_compute and docs 2017-03-14 14:15:49 -07:00
Alex Dadgar 1afba8d6e2 changelog 2017-03-14 13:59:02 -07:00
Alex Dadgar 55f9d1ee84 changelog 2017-03-14 10:46:20 -07:00
Michael Schurter 7301efbfa1 Windows wasn't fixed -- see #2343 for updates 2017-03-13 18:22:05 -07:00
Michael Schurter a116d6441d Merge pull request #2426 from hashicorp/f-tg-port-ip-env-var
Add NOMAD_{IP,PORT}_<task>_<label> env vars
2017-03-13 12:00:59 -07:00
Alex Dadgar 1c639872cd changelog 2017-03-13 10:08:43 -07:00
Michael Schurter 1f1fd47172 Add changelog entry for #2426 2017-03-10 12:20:22 -08:00
Alex Dadgar d066657174 changelog 2017-03-09 22:16:50 -08:00
Alex Dadgar 9da0256dad Changelog 2017-03-09 21:06:38 -08:00
Michael Schurter ca0b19a050 Add documentation and changelog entry 2017-03-06 20:05:05 -08:00
Alex Dadgar 0c18ccdacd Changelog 2017-03-06 12:55:11 -08:00
Michael Schurter b5c76dd815 Add #2391 and #2394 to the changelog 2017-03-03 09:50:51 -08:00
Alex Dadgar 732e6f5e34 changelog 2017-03-01 15:25:05 -08:00
Alex Dadgar e60f0357e7 changelog 2017-03-01 14:53:33 -08:00
Dave Walker (Daviey) 090e760928 Don't exec uname for node attribute kernel.version
Previously with client fingerprinting, sys/exec's Command
function was being used to execute `uname -r` and the return
string processed into the kernel.version node attribute.

This change uses gopsutil/host KernelVersion function
instead.  This means we can drop the os/exec, strings and
fmt imports... and not execute an external binary.

Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
2017-03-01 09:45:56 +00:00
Alex Dadgar f6487f73cb Changelog 2017-02-28 10:41:11 -08:00
Alex Dadgar a7dad8b86f Changelog 2017-02-27 12:00:39 -08:00
Alex Dadgar f67e952be2 Document incompatibility 2017-02-24 15:53:29 -08:00
Alex Dadgar be6197775e Changelog 2017-02-24 14:19:06 -08:00
Michael Schurter 690dfa8f5a Mention docker volume drivers #2351
Thanks @pietromenna!
2017-02-23 11:24:48 -08:00
Alex Dadgar 6e8f016cc8 Changelog 2017-02-22 18:56:17 -08:00
Alex Dadgar 537d07c912 Changelog 2017-02-22 18:44:49 -08:00
Alex Dadgar 657e97e0cd Remove deregister from changelog 2017-02-22 18:28:51 -08:00
Michael Schurter e75c395679 Add changelog entry 2017-02-21 15:46:07 -08:00
Alex Dadgar e8391ae1df changelog 2017-02-20 20:15:48 -08:00
Alex Dadgar dd6a4fead8 changelog 2017-02-20 19:53:57 -08:00
Alex Dadgar 74eceec989 changelog 2017-02-20 19:37:50 -08:00
Alex Dadgar 3e8115b952 changelog 2017-02-20 16:45:35 -08:00
Alex Dadgar 9f32c0b3ed changelog 2017-02-20 16:23:39 -08:00
Alex Dadgar e53730b476 changelog 2017-02-17 11:35:11 -08:00
Alex Dadgar 9ced175f1f changelog 2017-02-17 11:33:08 -08:00
Alex Dadgar 0993cbf135 changelog 2017-02-17 10:19:11 -08:00
Alex Dadgar 5b836209a9 Changelog 2017-02-17 10:17:58 -08:00
Alex Dadgar ebef413ff4 Changelog 2017-02-14 11:08:28 -08:00
Alex Dadgar 2be0a30566 changelog 2017-02-14 11:07:08 -08:00
Alex Dadgar 88faad6808 changelog 2017-02-14 11:05:44 -08:00
Alex Dadgar d24bd0979d changelog 2017-02-14 11:02:40 -08:00
Alex Dadgar 407b35c7c8 Changelog 2017-02-14 10:46:09 -08:00
Alex Dadgar 3bd4774a16 Changelog 2017-02-03 14:28:29 -08:00
Diptanu Choudhury d0fe4a67a5 Merging GC related config values 2017-02-02 13:38:11 -08:00
Alex Dadgar 0d9550c3b7 Changelog 2017-02-02 11:56:05 -08:00
Alex Dadgar 1f6879e7ab changelog 2017-02-02 11:39:56 -08:00
Alex Dadgar de16113630 Changelog 2017-02-02 11:37:54 -08:00
Alex Dadgar 8daa713887 Changelog 2017-02-02 11:26:48 -08:00
Michael Schurter ee53595012 Prep for 0.5.5 and add changelog entry for #2266 2017-02-01 15:09:49 -08:00
Diptanu Choudhury c64b67661c Updated changelog 2017-01-31 16:46:16 -08:00
Michael Schurter e9e7d7eb9b Mention #2256 in 0.5.4 changelog 2017-01-31 15:16:46 -08:00
Alex Dadgar 90760314c5 changelog 2017-01-30 10:31:29 -08:00
Alex Dadgar 1acf7240d9 Children api 2017-01-25 22:27:15 -08:00
Diptanu Choudhury ad8c5e4513 Updated changelog 2017-01-23 17:08:40 -08:00
Alex Dadgar 9bd2d4167d changelog 2017-01-23 17:00:54 -08:00
Alex Dadgar 83fd35872e changelog 2017-01-23 15:01:18 -08:00
Alex Dadgar 50e531ab31 changelog 2017-01-23 14:53:21 -08:00
Alex Dadgar b9e3f41ff7 Changelog 2017-01-23 11:18:50 -08:00
Alex Dadgar c345f14f86 changelog 2017-01-22 18:23:54 -08:00
Alex Dadgar c384af9716 changelog 2017-01-22 13:55:33 -08:00
Michael Schurter a28fc4798a Merge pull request #2215 from hashicorp/b-2211-host-env
Fix image based drivers having host env vars set
2017-01-20 13:16:44 -08:00
Michael Schurter c2c1b0a049 Merge pull request #2198 from hashicorp/b-rootless-docker
Stop trying to use mount for image based drivers
2017-01-20 13:03:56 -08:00
Michael Schurter 1f7b5b4b47 Rename Constructor -> Parameterized Job 2017-01-20 12:43:10 -08:00
Michael Schurter f94210b4bc Fix image based drivers having host env vars set
Add detailed tests for GetTaskEnv to avoid this issue happening again!

Fixes #2211
2017-01-18 10:27:03 -08:00
Alex Dadgar aa27da6b2d changelog 2017-01-17 15:26:54 -08:00
Michael Schurter 06dfe5e33c Remove BC note 2017-01-17 13:36:19 -08:00
Alex Dadgar e2b79a4877 Changelog 2017-01-11 13:27:13 -08:00
Michael Schurter 93892a9a72 Add entry for force_pull #2147 2017-01-11 13:15:44 -08:00
Alex Dadgar 5c7b6c654d changelog 2017-01-11 13:12:37 -08:00
Alex Dadgar fec2c32bdf Changelog 2017-01-10 13:36:35 -08:00
Alex Dadgar 6f8483b575 Changelog 2017-01-08 13:55:12 -08:00
Alex Dadgar e740997dcc changelog 2017-01-05 13:24:17 -08:00
Diptanu Choudhury ed3364eaaf Updated changelog 2017-01-05 11:27:47 -08:00
Alex Dadgar 2473a4587d changelog 2017-01-03 11:36:23 -08:00
Diptanu Choudhury 9cdd576720 Updated changelog and fixed tests 2016-12-20 11:32:17 -08:00
Diptanu Choudhury 6c11f38cb0 Merge pull request #2081 from hashicorp/f-gc
Garbage collector for allocations
2016-12-20 11:19:32 -08:00
Diptanu Choudhury 0b9b6003c2 Updated changelog 2016-12-20 11:15:47 -08:00
Alex Dadgar 88d549b459 Changelog 2016-12-19 18:12:27 -08:00
Alex Dadgar b012b12656 changelog 2016-12-19 13:45:16 -08:00
Alex Dadgar 90a5cecbe8 missing fix 2016-12-19 12:47:19 -08:00
Alex Dadgar d808562bf1 changelog 2016-12-13 15:03:54 -08:00
Alex Dadgar 0c97864a65 changelog 2016-12-13 14:18:41 -08:00
Diptanu Choudhury 91928b8f46 Updated changelog 2016-12-13 13:53:25 -08:00
Alex Dadgar 60ec748255 version bump 2016-12-12 13:33:56 -08:00
Alex Dadgar 432e766b1b changelog 2016-12-09 17:53:14 -08:00
Diptanu Choudhury e913a59b77 Updated changelog 2016-12-05 17:19:44 -08:00
Alex Dadgar 80b10252c6 changelog 2016-12-01 11:16:55 -08:00
Michael Schurter 1f7e660832 Add changelog entry for #2028 2016-11-28 13:13:40 -08:00
Michael Schurter 4adf58b714 Add changelog entry for #2027 2016-11-28 13:13:40 -08:00
Alex Dadgar 0770b2916e changelog 2016-11-28 12:58:47 -08:00
Alex Dadgar fefa54caef changelog 2016-11-28 12:51:09 -08:00
Alex Dadgar 58a3eb30ab changelog 2016-11-28 12:40:11 -08:00
Michael Schurter 23e5865b02 Add changelog entry for #2036 2016-11-28 10:57:51 -08:00
Michael Schurter c8ddd98e3b Release Nomad 0.5.0 2016-11-16 15:08:03 -08:00
Alex Dadgar 4a477f6d88 Backwards compatibility notice 2016-11-15 13:58:36 -08:00
Alex Dadgar d7d1662753 changelog 2016-11-10 15:24:08 -08:00
Michael Schurter 24ff5fc5b4 Merge pull request #1972 from hashicorp/b-update-advertise-docs
Update address docs to match behavior in #1955
2016-11-10 10:42:01 -08:00
Alex Dadgar b3c5678e77 changelog 2016-11-10 10:28:55 -08:00
Michael Schurter 702416f508 Update address docs to match behavior in #1955 2016-11-09 16:15:56 -08:00
Alex Dadgar 96ada5a4fe changelog 2016-11-09 10:32:31 -08:00
Diptanu Choudhury 2af135ce15 Updated Changelog 2016-11-08 15:42:44 -08:00
Alex Dadgar 3039339f21 changelog 2016-11-08 15:41:44 -08:00
Diptanu Choudhury 1e54965ea3 Updated changelog 2016-11-07 14:10:57 -08:00
Michael Schurter bbf87fb2ba Add changelog entry for userns_mode 2016-11-04 16:56:05 -07:00
Michael Schurter b1a01a9a0f Add userns_mode docker config option
Fixes #1904
2016-11-04 16:53:56 -07:00
Michael Schurter ec2d345486 Add #1754 / #1913 to changelog 2016-11-01 16:28:39 -07:00
Alex Dadgar dc82063c38 changelog 2016-10-31 18:18:30 -07:00
Alex Dadgar 3c606aee10 ordering 2016-10-31 17:45:39 -07:00
Alex Dadgar aeb9fa488d Sticky 2016-10-31 17:42:40 -07:00
Alex Dadgar 97a132d85c Changelog 2016-10-31 17:38:07 -07:00
Alex Dadgar 125da6d5a9 Changelog 2016-10-31 10:27:51 -07:00
Alex Dadgar efa35ae7df changelog 2016-10-31 10:25:55 -07:00
Alex Dadgar 9c58ed9c57 changelog 2016-10-28 16:55:57 -07:00
Alex Dadgar 31b59347bf changelog 2016-10-27 11:44:49 -07:00
Alex Dadgar 74b3c57dfb changelog 2016-10-27 11:43:36 -07:00
Alex Dadgar 43aa8feb7e changelog 2016-10-27 09:30:30 -07:00
Michael Schurter 41c5bdb510 Document missing task resources handling 2016-10-26 13:21:09 -07:00
Diptanu Choudhury 6677916372 Added tls, gossip encryption, LXC support to Changelog 2016-10-25 16:31:33 -07:00
Alex Dadgar 67b969956a changelog 2016-10-25 14:30:14 -07:00
Alex Dadgar 1093db2a3b Changelog 2016-10-25 11:32:20 -07:00
Michael Schurter 83a11fc93b Bump minimum required rkt version; update docs
Make section names match between docker and rkt
2016-10-25 09:46:49 -07:00
Alex Dadgar 9dd2dec3b5 changelog 2016-10-24 10:55:45 -07:00
Michael Schurter c1168bf95c Forgot to mention #1668 in the changelog 2016-10-20 13:46:19 -07:00
Alex Dadgar 640f3c6262 changelog 2016-10-18 15:58:25 -07:00
Alex Dadgar 8141fc8812 changelog 2016-10-18 09:56:10 -07:00
Michael Schurter ed5ff3a104 Merge pull request #1804 from hashicorp/f-job-env-var
Add NOMAD_JOB_NAME to task environment
2016-10-11 13:34:54 -07:00
Michael Schurter 99bd935274 Add NOMAD_JOB_NAME docs 2016-10-11 11:22:09 -07:00
Alex Dadgar 2e78c2b8b9 Changelog 2016-10-11 10:41:52 -07:00
Alex Dadgar dd1675d4bd Small spell fix 2016-10-10 15:22:14 -07:00
Michael Schurter f0173b361f Fix docker docs; add volumes/logging to changelog 2016-10-07 12:28:42 -07:00
Alex Dadgar 5b0ca4ec68 changelog 2016-09-27 17:29:39 -07:00
Michael Schurter 80085ddda5 Merge pull request #1735 from hashicorp/b-bootstrap-flapping
Retry all servers on RPC call failure
2016-09-27 16:33:15 -07:00
Michael Schurter 0a9be42e64 Cleanup changelog entries 2016-09-27 16:32:32 -07:00
Michael Schurter 79b2373d31 Add #1735 related fixes/improvements to changelog 2016-09-27 16:07:41 -07:00
sandstrom ec947e61ae Timestamp changelog 2016-09-23 22:38:28 +02:00
Diptanu Choudhury f7a9b39e8c Ensuring that we are not emitting stats when handle is nil (#1723)
* Ensuring that we are not emitting stats when handle is nil

* Updated the changelog
2016-09-20 11:29:34 -07:00
Michael Schurter 284e6e5941 Add changelog entry for #1682 2016-09-13 11:26:50 -07:00
Alex Dadgar 29d755abdf changelog 2016-09-02 15:04:07 -07:00
Alex Dadgar 548d8f7d9c Changelog 2016-09-01 09:57:23 -07:00
Michael Schurter a0f4c18ad6 Add changelog entry for #1668 / #1661 2016-08-31 17:22:36 -07:00
Diptanu Choudhury c2945c3e0d Merge pull request #1670 from hashicorp/b-telemetry-config
Merging telemetry configs
2016-08-31 11:47:50 -07:00
Diptanu Choudhury a80f67d097 Merging telemetry configs 2016-08-31 11:24:01 -07:00
Alex Dadgar b6af73e852 changelog 2016-08-30 16:35:32 -07:00
Michael Schurter 83f307823c Add changelog entry for #1558's fix 2016-08-26 11:45:34 -07:00
Alex Dadgar 11fec5ac43 Changelog 2016-08-26 11:30:26 -07:00
Alex Dadgar f6e940c3c9 update pr number 2016-08-24 14:24:03 -07:00
Alex Dadgar 1fe2e41904 Changelog 2016-08-23 09:51:07 -07:00
Alex Dadgar 38788f7ed5 changelog 2016-08-19 10:53:24 -07:00
Alex Dadgar 8529dcc5af changelog 2016-08-19 10:40:32 -07:00
Diptanu Choudhury 88c5eaf806 updated the changelog 2016-08-17 16:09:46 -07:00
Alex Dadgar 402e37fded changelog 2016-08-17 13:24:12 -07:00
Alex Dadgar 3b5c716d6f changelog 2016-08-17 10:06:17 -07:00
Diptanu Choudhury a53e9cd31e updated the changelog 2016-08-16 15:26:07 -07:00
Alex Dadgar 7cfbffd0db changelog 2016-08-16 13:30:26 -07:00
Alex Dadgar f5c38de579 changelog 2016-08-15 21:05:48 -07:00
Alex Dadgar 8221660f6d changelog 2016-08-15 10:33:25 -07:00
Diptanu Choudhury 912201f758 Updated changelog 2016-08-12 13:47:22 -07:00
Diptanu Choudhury 983da4052c updated changelog 2016-08-11 18:07:58 -07:00
Alex Dadgar 197323975c changelog 2016-08-11 17:56:31 -07:00