4627 Commits

Author SHA1 Message Date
Cameron Stokes
74cfcd3014 ~ docs: Typo in agent options page. 2016-11-16 07:58:24 -08:00
James Phillips
597166a054 Merge pull request #2510 from BenjaminFarley/master
Update to operator docs/comments
2016-11-16 07:24:33 -08:00
Benjamin Farley
b78cf3de1f Operator docs update 2016-11-16 09:04:37 +00:00
Benjamin Farley
58fa50e06d Small change to how operator docs read 2016-11-16 09:01:51 +00:00
James Phillips
8ef76ec851 Merge pull request #2508 from hashicorp/f-s3
Adds AWS S3 SDK.
2016-11-14 17:59:54 -08:00
James Phillips
4ebbf2b788
Adds AWS S3 SDK.
This isn't used in OSS but CE needs it. It'll be easier to manage common deps
in OSS and take them to CE.
2016-11-14 17:56:47 -08:00
James Phillips
2433d2532b Cleans up vendor metadata. (#2507)
* Removes bad "context" dep.

* Updates Raft checksum.

* Cleans up go-msgpack vendoring.

* Cleans up EC2 vendor entry.
2016-11-14 17:44:08 -08:00
James Phillips
fce54ce3e2
Cleans up EC2 vendor entry. 2016-11-14 17:41:58 -08:00
James Phillips
aa6e59dc9a
Cleans up go-msgpack vendoring. 2016-11-14 17:37:05 -08:00
James Phillips
6ca7111977
Updates Raft checksum. 2016-11-14 17:35:01 -08:00
James Phillips
411cf86f53
Removes bad "context" dep. 2016-11-14 17:33:42 -08:00
Brian Shumate
df51fde7b0 Docs: Web UI config updates (#2411)
* Updates around Web UI directory configuration

* consistent terms
2016-11-12 13:08:15 -08:00
dylan
8eaf61397c update vagrant demo to 0.7.1 (#2503) 2016-11-10 16:30:30 -08:00
James Phillips
a819fd0e83 Update upgrade-specific.html.markdown 2016-11-10 13:38:36 -08:00
James Phillips
ffc05ace69 Update dns-cache.html.markdown 2016-11-10 13:37:44 -08:00
James Phillips
10d4e1ff54
Points web at 0.7.1 release. 2016-11-10 12:54:10 -08:00
James Phillips
4420103045
Puts the tree into 0.7.2 dev mode. 2016-11-10 12:53:37 -08:00
James Phillips
a9455cd4fc
Release v0.7.1 v0.7.1 2016-11-10 12:33:01 -08:00
James Phillips
5eb9074ec4
Sets the release date in the change log. 2016-11-10 12:12:01 -08:00
James Phillips
f9f56127a0
Puts the tree in release mode. 2016-11-10 11:20:53 -08:00
Brian Shumate
486fa06eec Updated broken Extended Key Usage link (#2500) 2016-11-10 08:09:39 -08:00
Sumit Gupta
2f97f65ed9 Remove Extra > (#2499) 2016-11-10 08:09:17 -08:00
Kyle Havlovitz
b2cdba8fcf Update raft deps to fix snapshot races in -dev mode (#2498) 2016-11-09 17:10:03 -08:00
James Phillips
e32ef962e1 Update CHANGELOG.md 2016-11-09 16:22:15 -08:00
James Phillips
16f8e04bfe
Revert "Updates Circonus metrics library and adds support for display name and tags."
This reverts commit bd490ec937a5859ba43b07d9103b3cb8f037e9e5 from #2491.
2016-11-09 16:21:02 -08:00
Kyle Havlovitz
92ce2c9e39 Use uuids in persist temp files to avoid race (#2494) 2016-11-09 15:22:53 -08:00
James Phillips
d11500c8f9 Update CHANGELOG.md 2016-11-09 14:07:48 -08:00
Kyle Havlovitz
7f68d68df9 Update CHANGELOG.md 2016-11-09 16:58:59 -05:00
Kyle Havlovitz
b1760b223e Improve logging when deregistering a nonexistent service (#2492)
Log a warning instead of a success message when attempting to deregister a nonexistent service. In Consul 0.8 this can be changed to giving an error outright, but for now we can keep the idempotent delete behavior.
2016-11-09 16:56:54 -05:00
James Phillips
d4bbd44273 Update CHANGELOG.md 2016-11-09 13:28:01 -08:00
matt maier
bd490ec937 Updates Circonus metrics library and adds support for display name and tags.
* Update circonus-gometrics

`vendor circonus-labs/circonus-gometrics`
`vendor circonus-labs/circonus-gometrics/api`
`vendor circonus-labs/circonus-gometrics/checkmgr`
`vendor circonus-labs/circonusllhist`
`vendor hashicorp/go-retryablehttp`

* Update Circonus integration expose Check Display Name and Check Tags configuration options.

* Adds version info to docs for new Circonus options.
2016-11-09 13:26:43 -08:00
James Phillips
2f341738a1 Removes stale reference to reap lock which causes a panic. (#2490) 2016-11-09 09:52:07 -08:00
James Phillips
207c500712
Adjusts path for injected GIT_* variables.
This fixes #2486 and was broken when we refactored for build tags.
2016-11-08 18:35:25 -08:00
James Phillips
bc47511d26
Runs the static asset packaging inside the container; updates assets. 2016-11-08 15:14:08 -08:00
James Phillips
365f17d7f3
Fixes a typo in the build script. 2016-11-08 14:37:16 -08:00
James Phillips
8af20ff1a5
Updates embedded static assets. 2016-11-08 14:22:39 -08:00
James Phillips
a61252b324 Update upgrade-specific.html.markdown 2016-11-08 12:12:57 -08:00
Kyle Havlovitz
ac7998c1fc Update CHANGELOG.md 2016-11-08 14:55:37 -05:00
Kyle Havlovitz
8e621eb9c8 Set MaxStale default to 10 years and add a stale counter (#2481)
Default MaxStale to 10 years and add a counter at `consul.dns.stale_queries` that tracks when an agent serves a query that's stale by at least 5 seconds. Previously, MaxStale defaulted to 5 seconds and DNS would become unavailable after a short period of time with no leader. This new default allows DNS requests to still be served in the event of a long outage.

Fixes #2460.
2016-11-08 14:45:12 -05:00
James Phillips
666bcabe4b Update CHANGELOG.md 2016-11-08 09:31:22 -08:00
James Phillips
2347217487 Update CHANGELOG.md 2016-11-08 09:31:05 -08:00
jacquelyneg
eda05a4fcc Adding in us-west-1-ubuntu (#2373)
* Adding in us-west-1-ubuntu

* Update variables.tf

* Update variables.tf
2016-11-07 19:35:00 -08:00
James Phillips
ae51ce8dbf Update CHANGELOG.md 2016-11-07 18:42:48 -08:00
Brian Hays
1c01b10c87 Lowercase ACL Datacenter (#2478)
* Lowercase ACL Datacenter

* move lowercasing of ACLDatacenter to command.go and add validation

* Tweaks error message about bad ACL datacenter.
2016-11-07 18:41:23 -08:00
James Phillips
6de74c60a4 Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281)
* Upgrades to Go 1.7 and fixes vet finding and TLS behavior change.

* Fixes unit tests in a better manner by closing the client connection on errors.

We traced through and realized that https://github.com/golang/go/issues/15709
causes the output from the client to get buffered, which cuts off the alert
feedback due to the flush() call getting bypassed by the error return.
2016-11-07 18:15:26 -08:00
Kyle Havlovitz
f87ae14477 Update CHANGELOG.md 2016-11-07 15:39:38 -05:00
Kyle Havlovitz
83d2f36b54 Merge pull request #2480 from hashicorp/b-atomic-writes
Atomic writes for persisting service/check state
2016-11-07 15:36:35 -05:00
Kyle Havlovitz
7a3e0f8275
Add a note about not calling sync for persistCheckState 2016-11-07 15:24:31 -05:00
Josh Kodroff
e2dc65762f Update README.md (#2479) 2016-11-07 11:52:33 -08:00
Kyle Havlovitz
e30b289c6f
Call fsync() for saving check/service state 2016-11-07 13:51:03 -05:00