Commit Graph

7481 Commits

Author SHA1 Message Date
James Phillips 6a78adf07a
Merge pull request #3825 from kalafut/master
Fix broken link to SWIM paper
2018-01-22 08:30:59 -08:00
Jim Kalafut 15274b7e36
Fix broken link to SWIM paper 2018-01-21 17:41:58 -08:00
James Phillips b69c118ccd
Updates the change log. 2018-01-19 16:38:48 -08:00
James Phillips 99ad82bfcd
Merge pull request #3824 from hashicorp/azure-vmss
Adds retry-join support for Azure Virtual Machine Scale Sets.
2018-01-19 16:37:43 -08:00
James Phillips be14fa217c
Updates configuration docs for Azure VMSS support. 2018-01-19 16:37:22 -08:00
James Phillips 2e660c7172
Updates hashicorp/go-discover to pull in support for Azure Virtual Machine Scale Sets. 2018-01-19 16:24:08 -08:00
James Phillips b17978003c
Updates the change log. 2018-01-19 15:58:56 -08:00
James Phillips a93c2edbe6
Merge pull request #3822 from hashicorp/rtt-spam
Updates Serf to pickup fix for spammy zero RTT log messages.
2018-01-19 15:55:35 -08:00
Kyle Havlovitz 9cb681ac0f
Update CHANGELOG.md 2018-01-19 15:42:12 -08:00
Kyle Havlovitz bb068b4c93
Merge pull request #3820 from hashicorp/serfwan-port-fix
Enforce a valid port for the Serf WAN since it can't be disabled.
2018-01-19 15:40:56 -08:00
James Phillips 77ab587ae1
Moves the coordinate fetch after the ACL check. 2018-01-19 15:25:22 -08:00
James Phillips 503e01774b
Updates Serf to pickup fix for spammy zero RTT log messages.
Fixes #3789.
2018-01-19 14:47:12 -08:00
Kyle Havlovitz b651253cb2
Don't remove the files, just log an error 2018-01-19 14:25:51 -08:00
Kyle Havlovitz f191eb2df3
Enforce a valid port for the Serf WAN since it can't be disabled.
Fixes #3817
2018-01-19 14:22:23 -08:00
Kyle Havlovitz 17ec4a9394
Add graceful handling of malformed persisted service/check files.
Previously a change was made to make the file writing atomic,
but that wasn't enough to cover something like an OS crash so we
needed something here to handle the situation more gracefully.

Fixes #1221.
2018-01-19 14:07:36 -08:00
Andrei Burd 7ae48bcd66 docker-compose based demo 2018-01-19 22:56:55 +02:00
Kyle Havlovitz dac4367fb2
Update CHANGELOG.md 2018-01-18 11:57:08 -08:00
Kyle Havlovitz f65612401a
Merge pull request #3799 from fastest963/fileNotDir
Resolve symlinks in config directory
2018-01-18 11:26:23 -08:00
John Cowen 12f36415a4 Fixes erroneous closed <p> tag 2018-01-16 11:29:55 +00:00
James Phillips 62e471a5e8
Update external.html.md 2018-01-12 13:23:16 -08:00
James Hartig 81d0ffc959 Resolve symlinks in config directory
Docker/Openshift/Kubernetes mount the config file as a symbolic link and
IsDir returns true if the file is a symlink. Before calling IsDir, the
symlink should be resolved to determine if it points at a file or
directory.

Fixes #3753
2018-01-12 15:43:38 -05:00
James Phillips fad2531967
Reorders the issue template. 2018-01-11 18:16:51 -08:00
James Phillips a7502d9fdd
Update CHANGELOG.md 2018-01-11 16:16:38 -08:00
James Phillips e9da0c5588
Updates the change log. 2018-01-11 08:04:31 -08:00
James Phillips 212090fc12
Merge pull request #3788 from fastest963/checkID
Added CheckID and Name to AgentServiceCheck struct
2018-01-11 08:03:20 -08:00
James Phillips cd378432ac
Merge pull request #3794 from hashicorp/tls-cleanup
Removes stale TLS config clone() in favor of new supported method.
2018-01-10 15:25:27 -08:00
James Phillips e8eafc4809
Removes stale TLS config clone() in favor of new supported method. 2018-01-10 15:24:26 -08:00
James Phillips 6e37c82f48
Updates the change log. 2018-01-10 15:19:47 -08:00
James Phillips 36a34bd899
Merge pull request #3793 from hashicorp/node-id
Adds the NodeID field back to the /v1/agent/self Config block.
2018-01-10 15:18:36 -08:00
James Phillips ca43623734
Adds the NodeID field back to the /v1/agent/self Config block.
Fixes #3778
2018-01-10 15:17:54 -08:00
James Phillips ff2aae98f4
Adds more info about how to fix the private IP error.
Closes #3790
2018-01-10 09:53:41 -08:00
James Phillips 05fb247a56
Merge pull request #3792 from hashicorp/issue-3791
Fixes crash where body was optional for PQ endpoint (it is not).
2018-01-10 09:43:59 -08:00
James Phillips d48b1b0a3e
Updates the change log. 2018-01-10 09:38:13 -08:00
James Phillips e282e9285c
Fixes crash where body was optional for PQ endpoint (it is not).
Fixes #3791
2018-01-10 09:33:49 -08:00
James Phillips 8da3e8288b
Merge pull request #3787 from kopaka/patch-2
Corrected word order sequence
2018-01-08 18:10:48 -08:00
James Phillips dd358e2413
Updates builder to newer Ubuntu version. 2018-01-08 18:09:06 -08:00
James Phillips 69c0b4bc38
Updates website Ruby gems to get newer nokogiri. 2018-01-08 18:08:42 -08:00
James Hartig 1f3b110b65 Added CheckID and Name to AgentServiceCheck struct 2018-01-08 15:59:55 -05:00
Scott Pynn 20b2a4b547
Corrected word order sequence
Also removed a couple of extraneous spaces.
2018-01-08 12:02:10 -05:00
James Phillips cd13c1c7a6
Merge pull request #3786 from jamesearl/docs/prefix-filter-dead-link
fix dead telemetry prefix filter link
2018-01-05 14:27:32 -08:00
James Cunningham ef99a7e4f6 fix dead telemetry prefix filter link 2018-01-05 15:19:33 -07:00
James Phillips 2c0a141368
Merge pull request #3785 from whit537/over-parallelization
Provide hint about test over-parallelization
2018-01-05 13:56:31 -08:00
Chad Whitacre 72e2947ec5 Provide hint about test over-parallelization 2018-01-05 16:47:14 -05:00
Chad Whitacre 923e2c8535 Fix typo 2018-01-05 15:24:44 -05:00
James Phillips e15fe44e6c
Updates the change log. 2018-01-04 22:34:39 -08:00
James Phillips 042f520ec4
Updates the change log. 2018-01-04 22:08:29 -08:00
James Phillips 2ff144ad29
Updates the change log. 2018-01-04 18:57:28 -08:00
James Phillips d694980ce3
Merge pull request #3765 from diptanu/f-agent-telemetry
Added telemetry around Catalog APIs
2018-01-04 18:56:26 -08:00
James Phillips 198bdc18e7
Merge pull request #3781 from whit537/default-GOPATH
Allow for default GOPATH
2018-01-04 18:53:52 -08:00
James Phillips 71baa1fadf
Update CHANGELOG.md 2018-01-04 18:05:39 -08:00