Commit Graph

5990 Commits

Author SHA1 Message Date
James Phillips 5048f80262 Merge pull request #2881 from mterron/patch-1
Update index.html
2017-04-11 20:17:02 -07:00
James Phillips b0bb0bc334 Update CHANGELOG.md 2017-04-11 19:05:19 -07:00
Alex Dadgar 6c7464c63c Merge pull request #2884 from hashicorp/f-distributed-host-id
Hash host ID so its stable and well distributed
2017-04-11 18:46:18 -07:00
James Phillips 5dd9040416 Adds a note about upgrading the current leader last. 2017-04-11 10:50:56 -07:00
James Phillips 4dd0d2bd2f Update CHANGELOG.md 2017-04-11 10:09:41 -07:00
James Phillips 89a93da475 Merge pull request #2888 from hashicorp/go-1.8.1
Upgrades Go version to 1.8.1.
2017-04-11 10:08:38 -07:00
James Phillips acaa18751d
Upgrades Go version to 1.8.1. 2017-04-11 10:08:00 -07:00
James Phillips f408f2222b Merge pull request #2887 from devopsrebels/master
Fix wrong option name in options.html.markdown
2017-04-11 09:40:16 -07:00
James Phillips 43c5d95511 Merge pull request #2886 from hashicorp/jbs-doc-faq
Docs: FAQ updates
2017-04-11 09:38:57 -07:00
Brian Shumate 970de8b520
Address link issues / add GCE 2017-04-11 12:34:40 -04:00
Brian Shumate 156a35703e
add new FAQ details 2017-04-11 12:06:18 -04:00
Brian Shumate 6c9a355bab
Docs updates:
- Add a FAQ for per-key value size limitation in the KV
- Update Atlas FAQ with post-deprecation recommendations
2017-04-11 11:45:29 -04:00
Cihat Genc 1acdafcb47 Fix wrong option name in options.html.markdown 2017-04-11 14:58:15 +02:00
Samuel Lopes 164cfd5fb2 Make READ THE INTRODUCTION button on homepage clickable
The "call to action" button at the bottom of the homepage is currently unclickable, since it has a negative top margin and is thus "hidden" behind the bottom margin of the terminal div above it. I opted to remove the negative top margin and instead diminish the bottom margin of the terminal div. This approach ends up adding a bit more padding between the "DNS Query Interface" h2 and the marketing div above it, but I think overall the look is in-line with the aesthetics of the page.

I'm fairly unfamiliar with HTML / CSS, so if there is a better way to do what I've done, I'd love to hear it. I've tested this in Chrome and Safari.
2017-04-10 20:32:46 -05:00
Alex Dadgar 7f6d95f1c9 Hash host ID so its stable and well distributed
This PR takes the host ID and runs it through a hash so that it is well
distributed. This makes it so that machines that report similar host IDs
are easily distinguished.

Instances of similar IDs occur on EC2 where the ID is prefixed and on
motherboards created in the same batch.
2017-04-10 11:57:24 -07:00
Cameron Stokes 3f92cc70e8 [docs] Autopilot guide: clarify left status 2017-04-10 11:18:54 -07:00
Terror e3c2c6ae08 Update index.html
Correct link to the ACL guide.
2017-04-10 13:32:33 +12:00
Seth Vargo 3ef7dde64c
Import fonts 2017-04-06 18:41:12 -04:00
Seth Vargo 7caa84b2a3
Update variables 2017-04-06 18:17:04 -04:00
Seth Vargo 51a1cb8eb8
Update font 2017-04-06 18:05:31 -04:00
Wim d38ceaa3ea Fix ipv6 join failure 2017-04-06 23:27:39 +02:00
Seth Vargo eb492cf58e
Use hashicorp logo 2017-04-06 17:18:46 -04:00
Seth Vargo fc65d2201e
Add press-kit 2017-04-06 17:11:34 -04:00
Kyle Havlovitz f13fc99852 Update installed consul version to 0.8.0 2017-04-06 11:37:03 -07:00
James Phillips 5fad527956
Cleans up some typos in the ACL Guide. 2017-04-06 08:05:17 -07:00
James Phillips 80ecaa573d
Fixes deep link on ACL bounce page. 2017-04-06 07:55:23 -07:00
James Phillips 497b6b522c Merge pull request #2876 from hashicorp/enterprise-links
update all links to enterprise to avoid redirect
2017-04-05 13:02:29 -07:00
Seth Vargo 74a26ee793
Add open graph images 2017-04-05 15:57:14 -04:00
captainill 1e898158fc update all links to enterprise to avoid redirect 2017-04-05 12:13:23 -07:00
Seth Vargo 45dd756a85 Merge pull request #2875 from hashicorp/consul-color
correct consul brand colors
2017-04-05 15:02:41 -04:00
Seth Vargo 494f0905f8 Capitalze 2017-04-05 15:02:31 -04:00
captainill 238a619542 correct consul brand colors 2017-04-05 12:00:35 -07:00
James Phillips 93ddd46ffa
Removed RPC link from the sidebar. 2017-04-05 11:51:52 -07:00
James Phillips 312a6a6136
Fixes a broken link. 2017-04-05 10:50:35 -07:00
James Phillips 59fd9f6079
Updates download link to 0.8.0. 2017-04-05 10:42:00 -07:00
James Phillips 21deacb5d6
Cleans up some doc typos. 2017-04-05 10:40:30 -07:00
James Phillips c89f4f420c Merge pull request #2874 from hashicorp/acl-guide
Updates the ACL guide.
2017-04-05 10:37:48 -07:00
James Phillips 9c3e643d4f
Does a complete rework of the ACL guide. 2017-04-05 10:36:19 -07:00
Seth Vargo 77a847f203
Wider column sidebar 2017-04-05 10:04:06 -04:00
James Phillips d576574eac Update CHANGELOG.md 2017-04-05 06:20:35 -07:00
James Phillips 10dee33e0a
Puts the tree back in dev mode. 2017-04-04 22:09:05 -07:00
James Phillips 402636ff2d
Release v0.8.0 2017-04-04 21:22:14 -07:00
James Phillips 23947700fa
Puts the tree into release mode. 2017-04-04 21:15:46 -07:00
James Phillips 5ab7ea6f53
Deprecates the ACLs internals doc in favor of a guide. 2017-04-04 18:56:42 -07:00
James Phillips d621958e94
Removes guide link for Atlas integration. 2017-04-04 18:55:09 -07:00
Kyle Havlovitz 59c6d48eb5
Prefix autopilot log messages with 'autopilot' 2017-04-04 17:21:49 -07:00
James Phillips c444ac3495 Merge pull request #2872 from hashicorp/b-required-quorum
Use voter count instead of server count to calculate required quorum
2017-04-04 15:54:05 -07:00
Kyle Havlovitz e6a2ef64df
Use voter count instead of server count for required quorum 2017-04-04 15:42:17 -07:00
James Phillips 8471360c9e Merge pull request #2865 from moofish32/doc/v8-compatibility
Raft Protocol vs Consul Protocol Doc Clarification
2017-04-04 12:44:36 -07:00
James Phillips ef177a5106 Update upgrade-specific.html.markdown 2017-04-04 12:43:24 -07:00