James Phillips
bfbedd6c66
Bumps to latest middleman-hashicorp version.
2018-01-24 09:32:45 -08:00
James Phillips
d844c1787c
Puts the tree into 1.0.4 dev mode.
2018-01-24 08:01:59 -08:00
James Phillips
2ec1d431ea
Bumps website Consul version to 1.0.3.
2018-01-24 07:20:00 -08:00
James Phillips
44309219b3
Release v1.0.3
2018-01-24 06:57:17 -08:00
James Phillips
c2d82891b7
Puts the tree into 1.0.3 release mode.
2018-01-24 06:53:21 -08:00
James Phillips
5e798de202
Updates the change log.
2018-01-24 06:52:46 -08:00
Przemysław Dąbek
51a663eeca
Update kv.html.md
2018-01-24 11:55:17 +01:00
James Phillips
f5f360acd4
Removes obsolete bash/zsh completion scripts.
...
Consul can now set this up for you, see
https://www.consul.io/docs/commands/index.html#autocompletion .
2018-01-23 20:13:39 -08:00
Kyle Havlovitz
0e76d62846
Reset clusterHealth when autopilot starts
2018-01-23 12:52:28 -08:00
James Phillips
504b55e370
Merge pull request #3831 from hashicorp/slackpad-patch-1
...
Adds a link to Consul Enterprise in the README.
2018-01-23 12:33:10 -08:00
James Phillips
1646fce2c3
Adds a link to Consul Enterprise in the README.
2018-01-23 12:32:54 -08:00
Kyle Havlovitz
fbbb993c80
Merge pull request #3830 from hashicorp/autopilot-health-loop
...
Move autopilot health loop into leader operations
2018-01-23 11:34:32 -08:00
Kyle Havlovitz
6d1dbe6cc4
Move autopilot health loop into leader operations
2018-01-23 11:17:41 -08:00
James Phillips
a4c3a3433c
Updates web assets to latest.
2018-01-22 14:46:07 -08:00
Kyle Havlovitz
ae1c64544c
Update CHANGELOG.md
2018-01-22 12:33:38 -08:00
Kyle Havlovitz
c4528a6110
Merge pull request #3821 from hashicorp/persist-file-handling
...
Add graceful handling of malformed persisted service/check files.
2018-01-22 12:31:33 -08:00
John Cowen
ebff782504
Merge pull request #3815 from johncowen/b-erroneous-p-tag
...
Fixes erroneous closed <p> tag
2018-01-22 18:32:47 +00:00
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