Commit Graph

803 Commits

Author SHA1 Message Date
Alex Dadgar dd680f61f7 changelog 2017-12-18 16:14:34 -08:00
Preetha Appan c815471e84
Initial run of make changelogfmt that linkifies all issues in CHANGELOG 2017-12-12 15:54:16 -06:00
Michael Schurter 2a3de8f889 Add #3551 to 0.7.1 changelog 2017-12-12 13:15:53 -08:00
Alex Dadgar e19d633f4d changelog 2017-12-11 14:00:20 -08:00
Michael Schurter b71edf846f Hash fields used in task service IDs
Fixes #3620

Previously we concatenated tags into task service IDs. This could break
deregistration of tag names that contained double //s like some Fabio
tags.

This change breaks service ID backward compatibility so on upgrade all
users services and checks will be removed and re-added with new IDs.

This change has the side effect of including all service fields in the
ID's hash, so we no longer have to track PortLabel and AddressMode
changes independently.
2017-12-08 12:03:43 -08:00
Michael Schurter e930057e4a Document service/check address_mode/port changes 2017-12-08 12:03:43 -08:00
Michael Schurter 1dd5b3822c
Merge pull request #3608 from hashicorp/b-3342-windows-log-leak
Fix bug in log framer only affecting Windows
2017-12-08 10:59:26 -08:00
Michael Lange b7048179dd Adds UI changes to the changelog 2017-12-07 15:44:12 -08:00
Chelsea Holland Komlo 61fa8ad4ba code review fixes 2017-12-07 13:46:25 -05:00
Chelsea Holland Komlo 3f231a0856 add test for kill signal in required signals
update changelog
2017-12-07 11:40:15 -05:00
Chelsea Holland Komlo 80de7d5ebd allow controlling the stop signal in exec/raw_exec 2017-12-06 11:28:45 -05:00
Chelsea Komlo 9ae849e09c
Merge pull request #3612 from hashicorp/docker-rkt-user
Set user for rkt tasks
2017-12-05 17:45:08 -05:00
Michael Schurter b66aa5b7f6
Merge pull request #3563 from hashicorp/b-snapshot-atomic
Atomic Snapshotting / Sticky Volume Migration
2017-12-05 09:16:33 -08:00
Michael Schurter 6ccc4219d3
Merge pull request #3615 from hashicorp/b-rkt-host-ports
rkt: Don't require port_map with host networking
2017-12-04 14:49:42 -08:00
Chelsea Holland Komlo 7c74968452 add ability to specify user for rkt 2017-12-04 14:21:48 -05:00
Alex Dadgar cff9fe2938 changelog 2017-12-04 10:43:27 -08:00
Alex Dadgar ab67a98c13 Emit hostname as a label 2017-12-04 10:42:31 -08:00
Michael Schurter 2bf1d6d85e rkt: Don't require port_map with host networking
Also don't try to return a DriverNetwork with host networking. None will
ever exist as that's the point of host networking: rkt won't create a
network namespace.
2017-12-01 17:23:25 -08:00
Michael Schurter 288e94302e Add changelog entry for #3608 2017-12-01 15:59:42 -08:00
Michael Schurter 0b12984552 Add atomic migrations to changelog and docs 2017-11-29 17:27:13 -08:00
Chelsea Holland Komlo 2e159fe01e add changelog 2017-11-29 15:27:50 -05:00
Preetha 0c1449a305
Update CHANGELOG.md 2017-11-20 14:08:40 -06:00
Preetha c02b740182
Update CHANGELOG.md 2017-11-17 15:31:25 -06:00
Preetha 55483bb546
Update CHANGELOG.md 2017-11-17 15:10:01 -06:00
Preetha 1d321f3556
Update CHANGELOG.md 2017-11-17 14:35:54 -06:00
Alex Dadgar 32140001e3 changelog 2017-11-17 12:10:15 -08:00
Alex Dadgar 205d42dc9a changelog 2017-11-17 10:35:12 -08:00
Michael Schurter 3ceec0caab Remove rkt pods when exiting
Fixes #3561
2017-11-16 14:33:44 -08:00
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