James Phillips
59effe8a1a
Puts the tree into 1.0.2 dev mode.
2017-11-20 14:46:12 -08:00
James Phillips
9f8c9cf95c
Bumps website version to 1.0.1.
2017-11-20 14:19:46 -08:00
James Phillips
9564c2978b
Release v1.0.1
2017-11-20 13:58:08 -08:00
James Phillips
649cb66725
Puts the tree into 1.0.1 release mode.
2017-11-20 13:55:07 -08:00
James Phillips
b4d19abb7c
Adds a version note about rolling updates.
2017-11-20 12:01:23 -08:00
James Phillips
d9eca7f821
Updates the change log.
2017-11-20 08:55:18 -08:00
James Phillips
da5ba26fa3
Merge pull request #3701 from hashicorp/issue-3700
...
Gives back the lock before writing to the expire channel.
2017-11-20 08:53:59 -08:00
James Phillips
de57a9ef51
Gives back the lock before writing to the expire channel.
...
The lock isn't needed after we clean up the expire bin, and as seen
in #3700 we can get into a deadlock waiting to place the expire index
into the channel while holding this lock.
Fixes #3700
2017-11-19 16:24:16 -08:00
James Phillips
70f3ad5582
Merge pull request #3698 from amitsaha/fix-tag-doc
...
Update documentation for `tag` filter
2017-11-16 20:33:41 -08:00
Amit Saha
0f53ae9a82
Update documentation for `tag` filter
2017-11-17 14:20:30 +11:00
James Phillips
80a619a4e7
Update CHANGELOG.md
2017-11-16 11:16:22 -08:00
James Phillips
783a405d78
Release v1.0.1-rc1
2017-11-10 18:15:02 -08:00
James Phillips
66bf32b8c5
Merge pull request #3686 from hashicorp/skip-unknown
...
Skips files with unknown extensions when not forcing a format.
2017-11-10 18:07:37 -08:00
James Phillips
34c13925d4
Skips files with unknown extensions when not forcing a format.
...
Fixes #3685
2017-11-10 18:06:07 -08:00
James Phillips
7d0167d314
Puts the tree into 1.0.1-rc1 release mode.
2017-11-10 14:36:20 -08:00
James Phillips
6db9a7207e
Merge pull request #3684 from hashicorp/ignore-snap
...
Makes consul agent ignore co-located snapshot agent configs.
2017-11-10 13:53:37 -08:00
James Phillips
a1110516da
Updates the change log.g
2017-11-10 13:52:32 -08:00
James Phillips
1e49c157c5
Adds a snapshot agent stub to the config structure.
...
Fixes #3678
2017-11-10 13:50:45 -08:00
James Phillips
3177c2b450
Opens up the timing on the metrics test so it's less flaky.
2017-11-10 13:03:31 -08:00
James Phillips
6649c8090a
Updates the change log.
2017-11-10 12:54:43 -08:00
James Phillips
aab5d26649
Merge pull request #3683 from hashicorp/check-logging-redux
...
Cleans up check logging.
2017-11-10 12:53:18 -08:00
James Phillips
990fbbb86b
Cleans up check logging.
...
There were places where we still didn't have the script vs. args sorted
correctly so changed all the logging to be just based on check IDs and
also made everything uniform.
Also removed some annoying debug logging, and moved some of the large output
logging to TRACE level.
Closes #3602
2017-11-10 12:48:44 -08:00
James Phillips
b797f465d3
Merge pull request #3682 from hashicorp/issue-3680
...
Moves the LAN event handler after the router is created.
2017-11-10 12:29:08 -08:00
James Phillips
b8cc86da0a
Updates the change log.
2017-11-10 12:28:36 -08:00
James Phillips
f19ba41144
Moves the LAN event handler after the router is created.
...
Fixes #3680
2017-11-10 12:26:48 -08:00
James Phillips
ec24e9f5fc
Updates the change log.
2017-11-10 09:45:49 -08:00
James Phillips
de42b0dfa2
Merge pull request #3681 from hashicorp/update-memberlist
...
Updates memberlist to pick up https://github.com/hashicorp/memberlist/pull/69 .
2017-11-10 09:32:28 -08:00
James Phillips
e738bd584c
Updates memberlist to pick up https://github.com/hashicorp/memberlist/pull/69 .
...
Fixes #3671
2017-11-10 09:31:02 -08:00
James Phillips
a373c7357a
Delete development_config.json
2017-11-08 23:43:40 -08:00
James Phillips
938f092cc9
Update CHANGELOG.md
2017-11-08 23:25:27 -08:00
James Phillips
02a84bf229
Merge pull request #3673 from hashicorp/revert-3672-gc-flake
...
Revert "Adds a small sleep to make sure we are in the next GC bucket."
2017-11-08 22:18:48 -08:00
James Phillips
17737ee030
Revert "Adds a small sleep to make sure we are in the next GC bucket."
2017-11-08 22:18:37 -08:00
James Phillips
5a437d7099
Merge pull request #3672 from hashicorp/gc-flake
...
Adds a small sleep to make sure we are in the next GC bucket.
2017-11-08 22:12:54 -08:00
James Phillips
24475048e2
Adds a sleep to make sure we are in the next GC bucket, ups time.
...
Fixes #3670
2017-11-08 22:02:40 -08:00
James Phillips
c57884fffe
Skips the tombstone GC test in Travis for now.
...
Related to #3670
2017-11-08 20:14:20 -08:00
James Phillips
a4cfcac4de
Update CHANGELOG.md
2017-11-08 20:06:16 -08:00
James Phillips
cd935ebe6c
Adds missing os import.
2017-11-08 20:02:22 -08:00
James Phillips
f6b7dcbcf6
Removes bogus getPort() in favor of freeport.
2017-11-08 19:55:50 -08:00
James Phillips
5d574e7fc7
Gets rid of full log in Travis for now.
2017-11-08 19:39:02 -08:00
James Phillips
8579225c27
Skips IPv6 test in Travis.
2017-11-08 18:28:45 -08:00
James Phillips
2937656f8e
Adds a longer retry period for the AE deferred output test.
...
There's some justification in the comments about this and a TODO to
improve this later.
Fixes #3668
2017-11-08 18:10:13 -08:00
James Phillips
7b966e2d26
Tightens timing up and reorders GC test to be less flaky.
2017-11-08 15:09:29 -08:00
James Phillips
7c6ab5e783
Doubles the GC timing.
2017-11-08 15:01:11 -08:00
James Phillips
8de7c77482
Opens up test timing a little more.
2017-11-08 14:01:19 -08:00
James Phillips
c46612f691
Shifts off a gran boundary to help make test less flaky.
2017-11-08 13:57:17 -08:00
James Phillips
f31856c1b7
Opens up the tombstone GC test timing.
2017-11-08 13:43:39 -08:00
James Phillips
b77c7a1c19
Updates the change log.
2017-11-07 18:29:17 -08:00
James Phillips
ecaae11731
Merge pull request #3663 from hashicorp/go-1.9.2
...
Bumps Go version to 1.9.2.
2017-11-07 18:28:32 -08:00
James Phillips
882f129014
Bumps Go version to 1.9.2.
2017-11-07 18:27:53 -08:00
James Phillips
f9a46a83fd
Adds doc links to the change log.
2017-11-07 18:25:16 -08:00