Commit Graph

4430 Commits

Author SHA1 Message Date
Seth Vargo ca57f37c2f
Update middleman 2016-09-26 16:06:52 -07:00
Seth Vargo ec16f75124
Add test function for returning an API client 2016-09-26 16:06:52 -07:00
Seth Vargo 50424694fc
Add documentation to KVPair
Based on discussions with @slackpad, some of the values in the KVPair are
ReadOnly. This commit updates the docs to reflect that.
2016-09-26 16:06:52 -07:00
James Phillips 8f9f0028e3 Merge pull request #2361 from jfbibeau/patch-1
Docs: Update command to create sample service
2016-09-26 14:23:31 -07:00
JF Bibeau a50eba7805 Docs: Update command to create sample service
Since the previous command creates /etc/consul.d with sudo, a regular user won't have permission to echo and redirect a file to the directory. Switch to using tee with sudo to ensure the file gets created.
2016-09-26 16:36:10 -04:00
James Phillips 5052712ff4 Merge pull request #2359 from ehaydenr/master
Terraform AWS Private Key
2016-09-24 15:44:37 -07:00
Eric Rosenberg 471ecddc97 key_file is deprecated. Switching to private_key using the file() interpolation function. 2016-09-24 16:36:04 -05:00
James Phillips aa701e49a1 Update CHANGELOG.md 2016-09-23 17:46:58 -07:00
James Phillips c69514fd33 Merge pull request #2358 from hashicorp/b-windows-spam
Makes Windows error check case-insensitive, runs go fmt.
2016-09-23 17:45:39 -07:00
James Phillips 5eb4c94bde
Runs go-fmt (incidental to this PR). 2016-09-23 17:44:14 -07:00
James Phillips 36db92932a
Makes string search for Windows case-insensitive.
Fixes #2356.
2016-09-23 17:43:40 -07:00
James Phillips 1d063b750b
Updates middleman-hashicorp. 2016-09-23 16:13:12 -07:00
James Phillips 8a5d6f4d00 Update keyring.html.markdown 2016-09-23 16:00:05 -07:00
James Phillips 626321180a Update CHANGELOG.md 2016-09-22 12:57:24 -07:00
James Phillips a477481ad3 Merge pull request #2353 from hashicorp/b-local-panic
Cleans up state management for remote deletes from local state.
2016-09-22 12:56:08 -07:00
James Phillips 6f1050a181
Calls remove on checks and services in the local test. 2016-09-22 11:41:17 -07:00
James Phillips 434233a131
Cleans up state management for remote deletes from local state.
Fixes #2125.
2016-09-21 16:52:43 -07:00
James Phillips c0f5ad43ce Merge pull request #2352 from hashicorp/sethvargo/check_Default
Clarify that hostname defaults to localhost for tcp
2016-09-21 09:30:16 -07:00
Seth Vargo 6a6d169ace
Clarify that hostname defaults to localhost for tcp 2016-09-21 12:20:36 -04:00
James Phillips b46153bde8 Merge pull request #2351 from hashicorp/jbs-doc-updates
Remove references to the 'unknown' state.
2016-09-21 07:33:21 -07:00
Brian Shumate af45d3463a
Remove references to the 'unknown' state.
- Remove reference to 'unknown' state in catalog endpoint docs
- Remove reference to 'unknown' state in health endpoint docs
2016-09-21 09:50:12 -04:00
James Phillips e59ed0c97a Update CHANGELOG.md 2016-09-20 17:26:56 -07:00
James Phillips 41b0115ee6 Merge pull request #2262 from WIZARD-CXY/master
Fixes go race bug in startup log buffering.
2016-09-20 17:24:52 -07:00
James Phillips 08f49335df Merge pull request #2346 from svetlyak40wt/patch-1
Fixed header level for version 0.7.0
2016-09-17 18:24:22 -07:00
Alexander Artemenko ccf250d4d2 Fixed header level for version 0.7.0
Wrong header level breaks automatic changelog parsing at allmychanges.com.
2016-09-17 22:54:05 +04:00
James Phillips 51f9ce1a9f Merge pull request #2344 from soupdiver/return_error_when_no_logger_is_provided_on_http_server_creation
Returns an error if no logOutput is provided.
2016-09-17 09:10:01 -07:00
Felix f9e001cb6e return an error if no logOutput is provided
Otherwise the code will panic at a later stage where it is more complicated to figure out what’s actually going on.
2016-09-17 17:46:13 +09:00
James Phillips 8479d0c987 Updates getting started to remove broken links.
Fixes #2293.
2016-09-16 15:58:01 -07:00
James Phillips daa8a40993 Adds Operator endpoint link. 2016-09-15 13:13:09 -07:00
James Phillips c7bdbec838 Merge pull request #2341 from hashicorp/jbs-getting-started-updates
Command output updates.
2016-09-15 07:38:02 -07:00
Brian Shumate a9c305113e
Restore command line. 2016-09-15 10:37:08 -04:00
Brian Shumate 497c40bcd1
Command output updates.
- Updated starting agent example to show new output/timestamps
- Updated curl example to show TaggedAddresses
- Updated dig example to return 127.0.0.1
2016-09-15 10:25:23 -04:00
James Phillips 27061563ea Tweaks wording in lifeguard section. 2016-09-14 10:17:23 -07:00
James Phillips b7cf261f38
Adds a section about lifeguard. 2016-09-14 10:09:23 -07:00
James Phillips f8d6e807d3 Updates website to version 0.7.0. 2016-09-14 09:27:31 -07:00
James Phillips 8c439ebafa
Puts tree back into development mode. 2016-09-14 09:20:31 -07:00
James Phillips f2bc8cc4e5
Release v0.7.0 2016-09-14 09:11:34 -07:00
James Phillips fe166a3d59
Puts tree in final release mode. 2016-09-14 08:47:01 -07:00
James Phillips 6ecbf2d759 Merge pull request #2337 from pszymczyk/master
Remove reference to localhost in operator.html.markdown
2016-09-14 07:11:46 -07:00
Pawel Szymczyk 4c82447726 remove reference to localhost in operator.html.markdown 2016-09-14 12:12:27 +02:00
James Phillips cdecffd363 Update CHANGELOG.md 2016-09-12 17:16:39 -07:00
James Phillips 91d7d35982
Cleaned up some errors and did a general edit pass. 2016-09-12 17:14:46 -07:00
James Phillips cf57ef604e
Gets rid of empty spaces. 2016-09-12 17:00:40 -07:00
James Phillips 4ec958b0f8
Adds some line breaks. 2016-09-12 16:59:36 -07:00
James Phillips 3f12406c16
Cleans up change log. 2016-09-12 16:58:08 -07:00
James Phillips 3b1f368fe5 Adds version note to near parameter. 2016-09-06 07:50:06 -07:00
James Phillips cade4f8c09 Update CHANGELOG.md 2016-09-01 22:20:12 -07:00
James Phillips 6db4aea4c4 Tweaks options doc after latest merges. 2016-09-01 22:18:34 -07:00
James Phillips aed72ccc60 Merge pull request #2263 from sweeneyb/dnsPort
Add support for dns port as a command line option
2016-09-01 22:16:15 -07:00
James Phillips 4819cf3a52
Does some go fmt cleanup. 2016-09-01 22:14:19 -07:00