Commit Graph

1229 Commits

Author SHA1 Message Date
Frank Schroeder 8c1ed2cdf2
Update CHANGELOG.md 2017-09-29 20:56:01 +02:00
preetapan aba66da7d6 Update CHANGELOG,md 2017-09-28 21:26:31 -05:00
Preetha Appan 24a5812a4f Update CHANGELOG.md with operator API endpoints whose http verb enforcement behavior change with 1.0 2017-09-28 21:15:15 -05:00
James Phillips a2997e2823 Update CHANGELOG.md 2017-09-28 15:40:07 -07:00
Frank Schroeder 4862275525
Update CHANGELOG.md 2017-09-28 12:49:37 +02:00
James Phillips a314298f65 Update CHANGELOG.md 2017-09-27 23:40:00 -07:00
James Phillips 0e75354993 Update CHANGELOG.md 2017-09-27 17:56:24 -07:00
James Phillips 50a8aa3c1c Update CHANGELOG.md 2017-09-27 16:16:49 -07:00
James Phillips e912127e75 Update CHANGELOG.md 2017-09-27 16:11:40 -07:00
James Phillips 9c34f1d4fc Update CHANGELOG.md 2017-09-27 16:10:58 -07:00
James Phillips d65f36fcda Update CHANGELOG.md 2017-09-27 16:09:40 -07:00
James Phillips e11cbb7ea4 Update CHANGELOG.md 2017-09-27 16:09:20 -07:00
James Phillips 7408b0faa2 Update CHANGELOG.md 2017-09-27 16:09:03 -07:00
James Phillips 1ae5355dda Update CHANGELOG.md 2017-09-27 16:08:22 -07:00
James Phillips a784be5214 Update CHANGELOG.md 2017-09-27 15:48:24 -07:00
James Phillips b8db92d1b7 Update CHANGELOG.md 2017-09-27 15:47:52 -07:00
James Phillips 145d9564de Update CHANGELOG.md 2017-09-27 15:40:48 -07:00
James Phillips a35f3ae439 Update CHANGELOG.md 2017-09-27 15:38:52 -07:00
James Phillips 61cb8db25c Update CHANGELOG.md 2017-09-27 15:35:35 -07:00
James Phillips 7dd2070ae5 Update CHANGELOG.md 2017-09-26 20:50:38 -07:00
James Phillips 8aabf59d07 Update CHANGELOG.md 2017-09-26 17:52:47 -07:00
Frank Schröder e84c2b2edd Metrics service prefix (#3498)
* metrics: replace statsite_prefix with service_prefix

The metrics prefix isn't statsite specific and is in fact used
for all metrics providers. Since we are deprecating fields
anyway we should fix this one as well.

Fixes #3293

* Updates docs and sorts telemetry section.

* Renames to "metrics_prefix" to disambiguate with Consul services.

* Updates the change log.
2017-09-26 17:49:55 -07:00
James Phillips 961945e80d Update CHANGELOG.md 2017-09-26 15:24:36 -07:00
Kyle Havlovitz 9030bda940 Update CHANGELOG.md 2017-09-26 13:49:07 -07:00
Preetha Appan eb42fbdccf Update CHANGELOG.md 2017-09-26 11:59:11 -05:00
James Phillips 1b88c30cd6 Update CHANGELOG.md 2017-09-25 23:45:23 -07:00
James Phillips 14066d8fec Update CHANGELOG.md 2017-09-25 23:44:42 -07:00
James Phillips f053a3102a Update CHANGELOG.md 2017-09-25 23:44:11 -07:00
James Phillips fd1bc151eb Update CHANGELOG.md 2017-09-25 23:12:20 -07:00
James Phillips 2d87f651cb Update CHANGELOG.md 2017-09-25 23:12:03 -07:00
Frank Schröder 1e461110e6 agent: consolidate handling of 405 Method Not Allowed (#3405)
* agent: consolidate http method not allowed checks

This patch uses the error handling of the http handlers to handle HTTP
method not allowed errors across all available endpoints. It also adds a
test for testing whether the endpoints respond with the correct status
code.

* agent: do not panic on metrics tests

* agent: drop other tests for MethodNotAllowed

* agent: align /agent/join with reality

/agent/join uses PUT instead of GET as documented.

* agent: align /agent/check/{fail,warn,pass} with reality

/agent/check/{fail,warn,pass} uses PUT instead of GET as documented.

* fix some tests

* Drop more tests for method not allowed

* Align TestAgent_RegisterService_InvalidAddress with reality

* Changes API client join to use PUT instead of GET.

* Fixes agent endpoint verbs and removes obsolete tests.

* Updates the change log.
2017-09-25 23:11:19 -07:00
James Phillips 45646ac3f4 Bumps default Raft protocol to version 3. (#3477)
* Changes default Raft protocol to 3.

* Changes numPeers() to report only voters.

This should have been there before, but it's more obvious that this
is incorrect now that we default the Raft protocol to 3, which puts
new servers in a read-only state while Autopilot waits for them to
become healthy.

* Fixes TestLeader_RollRaftServer.

* Fixes TestOperator_RaftRemovePeerByAddress.

* Fixes TestServer_*.

Relaxed the check for a given number of voter peers and instead do
a thorough check that all servers see each other in their Raft
configurations.

* Fixes TestACL_*.

These now just check for Raft replication to be set up, and don't
care about the number of voter peers.

* Fixes TestOperator_Raft_ListPeers.

* Fixes TestAutopilot_CleanupDeadServerPeriodic.

* Fixes TestCatalog_ListNodes_ConsistentRead_Fail.

* Fixes TestLeader_ChangeServerID and adjusts the conn pool to throw away
sockets when it sees io.EOF.

* Changes version to 1.0.0 in the options doc.

* Makes metrics test more deterministic with autopilot metrics possible.
2017-09-25 15:27:04 -07:00
James Phillips 8bc8c25cfb
Tweaks some versions around 1.0.0. 2017-09-25 13:47:45 -07:00
Frank Schroeder caed0ca3c7
Update CHANGELOG 2017-09-25 03:19:05 +02:00
James Phillips cc710aed39
Puts tree in 0.9.4 dev mode. 2017-09-08 11:13:20 -07:00
James Phillips 4c2e13e0df
Puts the tree in 0.9.3 release mode. 2017-09-08 09:34:55 -07:00
James Phillips 2f11c0deaf Update CHANGELOG.md 2017-09-06 22:40:03 -07:00
preetapan c283dc4202 Fixed typo in CHANGELOG.md 2017-09-06 17:12:36 -05:00
James Phillips 79bae51e27 Update CHANGELOG.md 2017-09-06 13:39:33 -07:00
James Phillips 39b3d03f19 Update CHANGELOG.md 2017-09-06 07:38:16 -07:00
James Phillips a0fca3dae7 Update CHANGELOG.md 2017-09-01 15:18:14 -07:00
James Phillips bd1f1fbbbb Update CHANGELOG.md 2017-09-01 15:17:35 -07:00
Kyle Havlovitz 5b2edf4a4d Update CHANGELOG.md 2017-09-01 12:44:08 -07:00
James Phillips f41a3fe6c0 Update CHANGELOG.md 2017-09-01 11:12:43 -07:00
James Phillips 827b670048 Update CHANGELOG.md 2017-09-01 11:10:08 -07:00
Preetha Appan 2386214655 Wire server provider for raft layer only on protocol version 3 and above, and update changelog 2017-08-30 14:36:47 -05:00
James Phillips 58b79d43b7
Updates the change log. 2017-08-29 15:33:48 -07:00
James Phillips cc2f734a0c Update CHANGELOG.md 2017-08-25 00:14:44 -07:00
Preetha Appan 5ca1c12005 Updating CHANGELOG 2017-08-24 16:50:22 -05:00
James Phillips 2277e69bac Update CHANGELOG.md 2017-08-23 14:37:39 -07:00
Frank Schroeder d155fc3cc1
Update CHANGELOG.md 2017-08-23 22:40:43 +02:00
James Phillips 91dfa3d31d Update CHANGELOG.md 2017-08-21 15:31:40 -07:00
James Phillips c060635b82 Update CHANGELOG.md 2017-08-21 15:31:24 -07:00
Preetha Appan 642fcd4611 Update CHANGELOG.md 2017-08-18 11:22:35 -05:00
Preetha Appan b51645739f Update CHANGELOG.md 2017-08-16 09:39:10 -05:00
James Phillips f51d56c80c
Switches to using a read lock for the agent's RPC dispatcher.
This prevents RPC calls from getting serialized in this spot.

Fixes #3376
2017-08-09 18:51:55 -07:00
James Phillips 6194dcf36f
Puts tree in 0.9.3 dev mode. 2017-08-09 18:33:57 -07:00
James Phillips 0e82e08168 Update CHANGELOG.md 2017-08-09 16:19:36 -07:00
James Phillips d07946949d Update CHANGELOG.md 2017-08-09 15:30:52 -07:00
James Phillips d441381430
Puts tree into 0.9.2 dev mode. 2017-08-08 23:22:19 -07:00
James Phillips 90b955d65f
Puts the tree into 0.9.1 release mode. 2017-08-08 21:53:28 -07:00
James Phillips 942a54181c Update CHANGELOG.md 2017-08-08 16:28:03 -07:00
Kyle Havlovitz 34de0b9292 Update CHANGELOG.md 2017-08-08 14:01:51 -07:00
Kyle Havlovitz d489370ddf Update CHANGELOG.md 2017-08-08 14:01:33 -07:00
Preetha Appan 33ed4fa000 Update CHANGELOG.md 2017-08-08 09:54:45 -05:00
James Phillips eb8b2f5778 Update CHANGELOG.md 2017-08-07 16:37:56 -07:00
Preetha Appan 29a336eb45 Updated CHANGELOG.md 2017-08-04 10:44:36 -05:00
James Phillips 64f0a85564 Update CHANGELOG.md 2017-08-03 18:37:27 -07:00
James Phillips 296c87638b Update CHANGELOG.md 2017-08-03 18:37:12 -07:00
James Phillips 3845397880 Update CHANGELOG.md 2017-08-03 18:37:02 -07:00
James Phillips b2d2292684 Update CHANGELOG.md 2017-08-03 18:33:18 -07:00
James Phillips 4d4547be69 Update CHANGELOG.md 2017-08-03 18:32:40 -07:00
James Phillips 8f8ac4124a Update CHANGELOG.md 2017-08-03 15:44:17 -07:00
Frank Schroeder f465aa4b4f
Update CHANGELOG.md 2017-08-03 21:36:48 +02:00
James Phillips db30ff82b0 Update CHANGELOG.md 2017-08-02 17:09:01 -07:00
Miguel Prokop 6852dec3f2 agent: Fix script quoting on windows (#1875)
This patch fixes the quoting for executing scripts on windows
and splits the platform dependent code.

Fixes #1875
2017-08-02 17:01:21 +02:00
James Phillips cd43a91b86 Adds missing Oxford comma :-) 2017-08-01 08:00:56 -07:00
Frank Schroeder c17690e80b
Update CHANGELOG.md 2017-08-01 11:47:54 +02:00
Preetha Appan a9a2a300ca Update CHANGELOG.md 2017-07-31 17:45:30 -05:00
James Phillips ca50cc30c5 s/nodes/keys/ 2017-07-28 16:42:15 -07:00
Preetha Appan a86e87d8ed Updated CHANGELOG.md to include GH#3322, and moved recursive delete fix to the improvements section. 2017-07-28 18:01:11 -05:00
James Phillips 07ae7bc2e1 Update CHANGELOG.md 2017-07-26 22:49:22 -07:00
James Phillips 3fc1b8fa47 Update CHANGELOG.md 2017-07-26 22:10:27 -07:00
James Phillips ab4d51df25 Update CHANGELOG.md 2017-07-26 15:42:30 -07:00
James Phillips 4e8fd78957 Update CHANGELOG.md 2017-07-26 11:12:04 -07:00
James Phillips d62438da74 Update CHANGELOG.md 2017-07-26 11:07:41 -07:00
Preetha Appan a4487b2742 Update CHANGELOG.md 2017-07-26 09:42:28 -05:00
Preetha Appan c26fd66edd Clean up temporary files on write errors, and ignore any temporary service files on load with a warning. This fixes #3207 2017-07-24 12:42:51 -05:00
James Phillips 9c459377e9
Puts the tree in 0.9.1 dev mode. 2017-07-19 20:57:10 -07:00
James Phillips 859ac937a8
Puts the tree in 0.9.0 release mode. 2017-07-19 19:55:49 -07:00
James Phillips f34b9bd7e1 Update CHANGELOG.md 2017-07-19 17:14:38 -07:00
James Phillips 9a8a531f18 Update CHANGELOG.md 2017-07-19 15:29:56 -07:00
Preetha Appan 58c1227dc8 Update CHANGELOG.md 2017-07-18 18:42:29 -05:00
James Phillips 265f38876b Update CHANGELOG.md 2017-07-18 15:15:16 -07:00
Kyle Havlovitz a406bc70cf Update CHANGELOG.md 2017-07-18 15:02:15 -07:00
Frank Schroeder fe51640263
Update CHANGELOG.md 2017-07-18 21:02:14 +02:00
Frank Schroeder 6c053d5139
Update CHANGELOG.md 2017-07-18 20:26:49 +02:00
Frank Schroeder 87cc0b31ee
Update CHANGELOG.md 2017-07-18 09:12:47 +02:00
James Phillips 4e7dc2bb09 Update CHANGELOG.md 2017-07-17 22:15:19 -07:00
James Phillips acb85b0e28 Update CHANGELOG.md 2017-07-17 12:55:52 -07:00
James Phillips e9c733eefb Update CHANGELOG.md 2017-07-17 12:50:53 -07:00
James Phillips e3aff86759 Update CHANGELOG.md 2017-07-17 12:50:33 -07:00
James Phillips 164262ec40 Update CHANGELOG.md 2017-07-17 12:05:22 -07:00
James Phillips 0a8c4df1e3 Update CHANGELOG.md 2017-07-17 00:02:27 -07:00
James Phillips a2604f7b5d Update CHANGELOG.md 2017-07-16 21:14:31 -07:00
James Phillips 34dda65d71 Update CHANGELOG.md 2017-07-16 20:09:49 -07:00
James Phillips e7789c6b84 Update CHANGELOG.md 2017-07-16 14:30:22 -07:00
James Phillips 75f6ad6518 Update CHANGELOG.md 2017-07-16 14:28:16 -07:00
James Phillips ef4bfe598e Update CHANGELOG.md 2017-07-15 00:09:04 -07:00
James Phillips 83d9f0f688 Update CHANGELOG.md 2017-07-14 20:45:07 -07:00
Kyle Havlovitz dc3683b287 Update CHANGELOG.md 2017-07-14 17:53:44 -07:00
James Phillips a61f71dc2e Update CHANGELOG.md 2017-07-14 17:32:09 -07:00
James Phillips 73452d48b2 Update CHANGELOG.md 2017-07-14 16:32:49 -07:00
James Phillips 6ec04130f4 Update CHANGELOG.md 2017-07-14 12:51:35 -07:00
James Phillips f57382ff8d Update CHANGELOG.md 2017-07-14 12:51:19 -07:00
James Phillips c3328f2e4c Update CHANGELOG.md 2017-07-13 22:39:03 -07:00
James Phillips 643bd65af5 Update CHANGELOG.md 2017-07-13 22:37:12 -07:00
James Phillips 3200aa03b0 Update CHANGELOG.md 2017-07-11 10:03:42 -07:00
James Phillips f82703d016 Update CHANGELOG.md 2017-07-10 13:54:41 -07:00
James Phillips 3d8ec60d2d Update CHANGELOG.md 2017-07-10 09:42:18 -07:00
James Phillips c2c28d5f65 Update CHANGELOG.md 2017-07-08 17:28:50 -07:00
James Phillips b01b3f6990 Update CHANGELOG.md 2017-07-08 17:18:23 -07:00
James Phillips d89500d5dc Update CHANGELOG.md 2017-07-07 12:34:53 -07:00
Frank Schroeder e168ef0513
Update CHANGELOG.md 2017-07-07 13:41:02 +02:00
James Phillips daaf6e214b Update CHANGELOG.md 2017-07-06 09:46:26 -07:00
Preetha Appan f00df77d38 Updating CHANGELOG.md 2017-07-06 09:19:22 -05:00
James Phillips fb0e4d531b Update CHANGELOG.md 2017-06-29 16:27:17 -07:00
James Phillips 1f60723610 Update CHANGELOG.md 2017-06-29 14:28:54 -07:00
James Phillips c42c1cf354 Update CHANGELOG.md 2017-06-28 20:18:24 -07:00
James Phillips f2f9a7621f Update CHANGELOG.md 2017-06-27 18:48:18 -07:00
Preetha Appan 63564da69c Updating CHANGELOG.md 2017-06-27 16:28:48 -05:00
James Phillips aa45338d9d
Puts the tree back in 0.9.0 dev mode. 2017-06-27 11:18:45 -07:00
James Phillips 555c7e912a
Puts tree into 0.8.5 release mode. 2017-06-27 09:25:38 -07:00
James Phillips 9243aa990d Update CHANGELOG.md 2017-06-26 22:44:23 -07:00
James Phillips b5b6816eeb Update CHANGELOG.md 2017-06-26 21:25:56 -07:00
James Phillips 2742efbd64 Update CHANGELOG.md 2017-06-24 15:21:55 -07:00
James Phillips 86dc4640b9 Update CHANGELOG.md 2017-06-24 12:55:45 -07:00
James Phillips 75cf566311 Update CHANGELOG.md 2017-06-24 09:42:08 -07:00
James Phillips 0f5f7ff425 Update CHANGELOG.md 2017-06-24 09:41:56 -07:00
James Phillips 6d354b4b9f Update CHANGELOG.md 2017-06-23 01:17:46 -07:00
James Phillips 38d360735a Update CHANGELOG.md 2017-06-22 16:55:42 -07:00
Kyle Havlovitz d8acaa84dc Update CHANGELOG.md 2017-06-22 14:46:26 -07:00
Frank Schroeder 29373fa2b7
Update CHANGELOG.md 2017-06-22 10:36:51 +02:00
Preetha Appan 8e927e534f Update CHANGELOG with consul enterprise static snapshot name feature 2017-06-21 20:48:23 -05:00
James Phillips 2cb4ce3a1a Update CHANGELOG.md 2017-06-21 15:38:16 -07:00
James Phillips a8b9fb82b6 Update CHANGELOG.md 2017-06-20 21:46:48 -07:00
Frank Schroeder f8265cef8c
Update CHANGELOG.md 2017-06-21 06:45:12 +02:00
Frank Schroeder 37d389f278
Update CHANGELOG.md 2017-06-21 06:34:28 +02:00
James Phillips 22abd645a8 Update CHANGELOG.md 2017-06-20 17:59:16 -07:00
Kyle Havlovitz f021c778ad Create CHANGELOG.md 2017-06-15 15:29:58 -07:00
vijay rama raju samanuri 5507a310dd Typo in CHANGELOG (#3149) 2017-06-15 07:23:21 -07:00
James Phillips 3f2aac0124 Create CHANGELOG.md 2017-06-14 16:25:20 -07:00
James Phillips 3835788d6a Update CHANGELOG.md 2017-06-09 21:11:16 -07:00
James Phillips 1f040b6a7a Create CHANGELOG.md 2017-06-09 15:51:50 -07:00
Seth Vargo 401380ae41
Update CHANGELOG 2017-06-09 15:13:28 -04:00
James Phillips 7e4406e5b9
Puts the tree into 0.9.0 dev mode. 2017-06-09 08:27:15 -07:00
James Phillips d968d8b648
Puts the tree into 0.8.4. release mode. 2017-06-09 07:34:00 -07:00
James Phillips 76e8ed07b0 Create CHANGELOG.md 2017-06-08 13:16:32 -07:00
Preetha Appan 51b0f991c3 Updated changelog 2017-06-08 13:04:53 -07:00
James Phillips 967a7a400b Create CHANGELOG.md 2017-06-08 07:25:19 -07:00
James Phillips 0a3bcf0f41 Create CHANGELOG.md 2017-06-08 07:24:42 -07:00
James Phillips 08f60eb64f Create CHANGELOG.md 2017-06-08 07:22:29 -07:00
James Phillips e7cf67b31b Update CHANGELOG.md 2017-06-07 10:42:55 -07:00
James Phillips a8ec191290 Update CHANGELOG.md 2017-06-07 10:39:51 -07:00
Frank Schroeder 9224daf585
Update CHANGELOG.md 2017-06-07 09:53:11 +02:00
James Phillips 65bbad0975 Update CHANGELOG.md 2017-06-02 21:45:14 -07:00
James Phillips cbedf92157 Update CHANGELOG.md 2017-06-02 21:45:03 -07:00
James Phillips d9fb90be6a Update CHANGELOG.md 2017-06-02 09:33:58 -07:00
James Phillips 555cc9b44a Update CHANGELOG.md 2017-06-02 09:07:31 -07:00
Kyle Havlovitz eea8f4ce75 Update CHANGELOG.md 2017-05-30 08:52:51 -07:00
James Phillips 8d00db4836 Update CHANGELOG.md 2017-05-25 22:05:37 -07:00
James Phillips 6b5b1bd404 Update CHANGELOG.md 2017-05-25 22:05:25 -07:00
James Phillips 7d2b473101 Update CHANGELOG.md 2017-05-24 20:57:11 -07:00
Frank Schroeder d3153a2369
Update CHANGELOG.md 2017-05-24 11:11:21 +02:00
James Phillips fa6bd6dab9 Update CHANGELOG.md 2017-05-23 16:54:49 -07:00
James Phillips f9d27d2732 Update CHANGELOG.md 2017-05-18 10:29:51 -04:00
James Phillips 816f34c217 Update CHANGELOG.md 2017-05-18 10:27:06 -04:00
Frank Schroeder 6c02d380af
Update CHANGELOG.md 2017-05-17 20:23:09 +02:00
Frank Schroeder 9b1bd5197b
Update CHANGELOG.md 2017-05-15 17:53:30 +02:00
James Phillips 698686d838
Puts the tree in version 0.8.4 dev mode. 2017-05-11 18:52:37 -07:00
James Phillips 49e9dab883 Update CHANGELOG.md 2017-05-10 17:02:44 -07:00
James Phillips 80d7d0392b Update CHANGELOG.md 2017-05-10 17:02:34 -07:00
Kyle Havlovitz f8913b4c77 Update CHANGELOG.md 2017-05-10 14:28:12 -07:00
Kyle Havlovitz 0d484b3460 Update CHANGELOG.md 2017-05-10 14:27:27 -07:00
James Phillips 7fa2471ba7 Update CHANGELOG.md 2017-05-09 18:46:51 -07:00
James Phillips c6de323fc3 Update CHANGELOG.md 2017-05-09 11:48:23 -07:00
Kyle Havlovitz f0e99071cd Update CHANGELOG.md 2017-05-09 11:35:24 -07:00
James Phillips 8ec6d3579c Update CHANGELOG.md 2017-05-09 11:05:28 -07:00
James Phillips 785ff2796f
Puts tree into 0.8.3 development mode. 2017-05-09 07:41:56 -07:00
James Phillips bd686a2576
Puts tree into 0.8.2 release mode. 2017-05-09 06:58:29 -07:00
James Phillips f142f9f9cd Update CHANGELOG.md 2017-05-08 20:44:20 -07:00
James Phillips 6b090b06af Update CHANGELOG.md 2017-05-05 08:53:49 -07:00
James Phillips 24efdb74fb Update CHANGELOG.md 2017-05-04 14:37:49 -07:00
James Phillips bc508f5666 Update CHANGELOG.md 2017-05-04 10:36:08 -07:00
Frank Schroeder 367d4760d3
Update CHANGELOG.md 2017-05-04 01:50:59 +02:00
James Phillips 1fbb6f9b6f Update CHANGELOG.md 2017-05-02 10:47:36 -07:00
James Phillips 731ed95b84 Update CHANGELOG.md 2017-04-28 18:49:38 -07:00
James Phillips 4915742a48 Update CHANGELOG.md 2017-04-28 16:20:45 -07:00
Kyle Havlovitz fcf3a42498 Update CHANGELOG.md 2017-04-28 16:17:31 -07:00
Frank Schroeder d19deacc57
Update CHANGELOG.md 2017-04-28 14:45:40 -07:00
James Phillips d63223c90d Update CHANGELOG.md 2017-04-28 09:10:52 -07:00
Kyle Havlovitz d1dc7c0cbb Update CHANGELOG.md 2017-04-27 12:02:34 -07:00
James Phillips e9489db891 Update CHANGELOG.md 2017-04-25 16:51:42 -07:00
Frank Schroeder bfae30f52b
Update CHANGELOG 2017-04-25 09:30:24 -07:00
James Phillips 8234f3acc6 Update CHANGELOG.md 2017-04-19 15:28:51 -07:00
Kyle Havlovitz e04e86069c Update CHANGELOG.md 2017-04-19 15:03:02 -07:00
Frank Schroeder 2d0917062f
Update CHANGELOG 2017-04-18 05:08:15 -07:00
James Phillips 1a753e46de Update CHANGELOG.md 2017-04-17 17:31:58 -07:00
James Phillips 26b30b1606
Puts the tree in 0.8.2 dev mode. 2017-04-17 12:05:23 -07:00
James Phillips 647a3d2556
Puts the tree in 0.8.1 release mode. 2017-04-17 10:37:25 -07:00
Kyle Havlovitz 2d7ec3137c Update CHANGELOG.md 2017-04-14 14:57:09 -07:00
James Phillips 271189aa70 Update CHANGELOG.md 2017-04-13 20:11:06 -07:00
James Phillips 2d1dfae468 Update CHANGELOG.md 2017-04-13 16:54:35 -07:00
James Phillips d549c9c9f0 Update CHANGELOG.md 2017-04-13 14:45:38 -07:00
James Phillips 4d92e5dbbe Update CHANGELOG.md 2017-04-13 14:31:28 -07:00
Kyle Havlovitz 261251056d Update CHANGELOG.md 2017-04-13 10:58:06 -07:00
James Phillips 47e227b4e5 Update CHANGELOG.md 2017-04-13 10:51:19 -07:00
James Phillips 0b96666c66 Update CHANGELOG.md 2017-04-12 16:08:58 -07:00
James Phillips 56c3f4576e Update CHANGELOG.md 2017-04-12 10:05:50 -07:00
James Phillips b0bb0bc334 Update CHANGELOG.md 2017-04-11 19:05:19 -07:00
James Phillips 4dd0d2bd2f Update CHANGELOG.md 2017-04-11 10:09:41 -07: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 23947700fa
Puts the tree into release mode. 2017-04-04 21:15:46 -07:00
Seth Vargo 7779c5942c
Link to new api 2017-04-04 12:52:00 -04:00
Kyle Havlovitz 01d5ce6db0 Update CHANGELOG.md 2017-03-30 15:54:21 -07:00
James Phillips 89ff9bb635 Update CHANGELOG.md 2017-03-30 10:30:51 -07:00
Kyle Havlovitz 5fd96d1ee4 Update CHANGELOG.md 2017-03-30 10:15:36 -07:00
James Phillips b75bf02f8b Update CHANGELOG.md 2017-03-29 17:38:30 -07:00
James Phillips e34559a257
Updates change log and upgrade guide with details about #2844. 2017-03-29 13:05:57 -07:00
James Phillips f05fc93b22 Update CHANGELOG.md 2017-03-28 12:02:19 -07:00
James Phillips b731403f7f Update CHANGELOG.md 2017-03-27 23:34:48 -07:00
James Phillips ed2a0df74a
Updates the change log for advanced autopilot and network areas. 2017-03-27 16:25:46 -07:00
James Phillips f8eb854e6f Update CHANGELOG.md 2017-03-27 09:04:40 -07:00
James Phillips c2f9fa2031 Update CHANGELOG.md 2017-03-27 09:02:54 -07:00
James Phillips ac70757405 Update CHANGELOG.md 2017-03-24 17:48:50 -07:00
James Phillips 481afb3a04 Update CHANGELOG.md 2017-03-24 17:48:30 -07:00
James Phillips 1a828a3a9d Update CHANGELOG.md 2017-03-24 17:44:05 -07:00
James Phillips 72418d976b Update CHANGELOG.md 2017-03-23 15:58:46 -07:00
James Phillips cf1b325e21 Update CHANGELOG.md 2017-03-20 16:28:38 -07:00
James Phillips a88446f208 Update CHANGELOG.md 2017-03-17 15:16:57 -07:00
James Phillips b776552020 Update CHANGELOG.md 2017-03-14 17:53:31 -07:00
Kyle Havlovitz 144a5e5340 Update CHANGELOG.md 2017-03-10 15:35:18 -08:00
Kyle Havlovitz dd5a5740a8 Update CHANGELOG.md 2017-03-10 12:47:58 -08:00
James Phillips 6256b28474 Update CHANGELOG.md 2017-03-09 09:28:48 -08:00
James Phillips 5ea69e483b Update CHANGELOG.md 2017-03-02 14:51:28 -08:00
Kyle Havlovitz 41025a59f6 Update CHANGELOG.md 2017-02-28 15:03:03 -08:00
James Phillips 65b7ed462c Update CHANGELOG.md 2017-02-17 00:17:07 -08:00
James Phillips 3a877b9510 Update CHANGELOG.md 2017-02-16 13:36:23 -08:00
Kyle Havlovitz 3c637874c0 Update CHANGELOG.md 2017-02-16 12:09:48 -08:00
James Phillips 4154fb9c20 Update CHANGELOG.md 2017-02-14 18:57:17 -08:00
James Phillips 840347aa40 Update CHANGELOG.md 2017-02-14 18:16:36 -08:00
James Phillips b300e9f0d2 Update CHANGELOG.md 2017-02-13 18:46:35 -08:00
James Phillips 29bfe1a5ad Update CHANGELOG.md 2017-02-13 17:06:22 -08:00
James Phillips ac180296c1 Update CHANGELOG.md 2017-02-13 17:05:47 -08:00
James Phillips 68e2839aa8 Update CHANGELOG.md 2017-02-11 10:27:40 -08:00
Kyle Havlovitz 73d8529b3a Update CHANGELOG.md 2017-02-10 20:46:49 -05:00
Kyle Havlovitz 12877296a7 Update CHANGELOG.md 2017-02-10 20:32:29 -05:00
James Phillips 0d23c50682 Update CHANGELOG.md 2017-02-10 17:13:42 -08:00
James Phillips 2aba11dc5b Update CHANGELOG.md 2017-02-10 16:41:38 -08:00
Kyle Havlovitz 579addc1c7 Update CHANGELOG.md 2017-02-09 21:11:43 -05:00
James Phillips d3f7a68b2f Update CHANGELOG.md 2017-02-08 14:14:36 -08:00
James Phillips f611f071a4 Update CHANGELOG.md 2017-02-08 14:04:55 -08:00
James Phillips 97dbfb8b32
Points at new release and puts tree in 0.8.0 dev mode. 2017-02-06 11:08:30 -08:00
James Phillips 5c0a89ccf5
Puts the tree in 0.7.4 release mode. 2017-02-06 10:14:21 -08:00
Kyle Havlovitz 01588efc2a Update CHANGELOG.md 2017-02-02 12:19:54 -05:00
Sean Chittenden 22addad024
Add a note about looking up nodes by their node id. 2017-02-01 16:26:36 -08:00
Kyle Havlovitz 644dff8922 Update CHANGELOG.md 2017-02-01 16:40:26 -05:00
Kyle Havlovitz 6574f56153 Update CHANGELOG.md 2017-02-01 16:39:32 -05:00
James Phillips 0a3492595b Update CHANGELOG.md 2017-02-01 10:31:20 -08:00
James Phillips 63d2fc6823 Update CHANGELOG.md 2017-02-01 07:00:32 -08:00
James Phillips 893422eac7 Update CHANGELOG.md 2017-01-31 19:14:29 -08:00
James Phillips d07f0f3d44 Update CHANGELOG.md 2017-01-31 19:04:48 -08:00
James Phillips 1ca6c9bff3 Update CHANGELOG.md 2017-01-26 15:38:03 -08:00
James Phillips 60b82c5b61 Update CHANGELOG.md 2017-01-26 09:15:05 -08:00
James Phillips cfd7c22f8a
Puts the tree in 0.7.3 release mode. 2017-01-26 08:23:46 -08:00
James Phillips 1618c14db7 Update CHANGELOG.md 2017-01-25 21:45:03 -08:00
James Phillips ef06bbd40e Update CHANGELOG.md 2017-01-25 21:06:15 -08:00
James Phillips b7f2fab534 Update CHANGELOG.md 2017-01-25 20:07:38 -08:00
James Phillips 77dc6fb08e Update CHANGELOG.md 2017-01-25 16:18:48 -08:00
James Phillips efb67fe08a Update CHANGELOG.md 2017-01-25 16:09:59 -08:00
James Phillips 03fcbe935a Update CHANGELOG.md 2017-01-18 16:11:31 -08:00
Kyle Havlovitz 945da0395a Update CHANGELOG.md 2017-01-17 19:24:41 -05:00
James Phillips 9d67b5bc7d Update CHANGELOG.md 2017-01-17 09:02:35 -08:00
Kyle Havlovitz ef4236a00e Update CHANGELOG.md 2017-01-12 18:31:45 -05:00
Kyle Havlovitz e015d153ce Update CHANGELOG.md 2017-01-11 20:43:04 -05:00
James Phillips fc7ac65009 Update CHANGELOG.md 2017-01-05 12:15:16 -08:00
James Nugent 2231dd9d1e Update CHANGELOG.md 2017-01-05 08:45:09 -06:00
James Phillips c900966b8c
Puts the tree in 0.7.3 dev mode. 2016-12-19 11:45:15 -08:00
James Phillips af28466cf0
Puts the tree into 0.7.2 release mode. 2016-12-19 10:06:40 -08:00
James Phillips e6b79b9a3b Update CHANGELOG.md 2016-12-14 21:06:57 -08:00
Kyle Havlovitz d947ef4bfc Update CHANGELOG.md 2016-12-14 20:22:57 -05:00
Kyle Havlovitz 42113d07c1 Update CHANGELOG.md 2016-12-14 15:40:30 -05:00
Kyle Havlovitz 3eeff546c1 Update CHANGELOG.md 2016-12-14 15:33:04 -05:00
Kyle Havlovitz 769a872b71 Update CHANGELOG.md 2016-12-13 19:23:48 -05:00
Kyle Havlovitz 763fc2f902 Update CHANGELOG.md 2016-12-12 19:18:28 -05:00
Kyle Havlovitz 3a24debd79 Update CHANGELOG.md 2016-12-06 20:14:58 -05:00
James Phillips 91b0e87436 Update CHANGELOG.md 2016-12-02 07:56:51 -08:00
James Phillips c88b4a2867 Update CHANGELOG.md 2016-12-02 07:56:06 -08:00
James Phillips 7690d80378 Update CHANGELOG.md 2016-12-01 07:43:10 -08:00
James Phillips a6bb339621 Update CHANGELOG.md 2016-11-30 21:47:33 -08:00
James Phillips 8c64ef24df Update CHANGELOG.md 2016-11-30 21:44:01 -08:00
James Phillips fad63ef748 Update CHANGELOG.md 2016-11-30 21:11:42 -08:00
Kyle Havlovitz f794dea107 Update CHANGELOG.md 2016-11-30 13:40:09 -05:00
James Phillips 1b67c55c3e Update CHANGELOG.md 2016-11-29 18:01:43 -08:00
James Phillips 9aa2dedd63 Update CHANGELOG.md 2016-11-29 16:01:23 -08:00
Kyle Havlovitz f33e5aa728 Update CHANGELOG.md 2016-11-28 18:43:50 -05:00
James Phillips 58cd5ddc20 Update CHANGELOG.md 2016-11-22 17:49:14 -08:00
Kyle Havlovitz 8ab7ed901f Update CHANGELOG.md 2016-11-22 20:28:08 -05:00
Kyle Havlovitz 9d6851d9a6 Update CHANGELOG.md 2016-11-22 20:20:53 -05:00
James Phillips 0cdc11c390 Update CHANGELOG.md 2016-11-17 22:45:56 -08:00
James Phillips bb54e74adf Update CHANGELOG.md 2016-11-17 17:11:18 -08:00
James Phillips 4420103045
Puts the tree into 0.7.2 dev mode. 2016-11-10 12:53:37 -08:00
James Phillips 5eb9074ec4
Sets the release date in the change log. 2016-11-10 12:12:01 -08:00
James Phillips e32ef962e1 Update CHANGELOG.md 2016-11-09 16:22:15 -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
James Phillips d4bbd44273 Update CHANGELOG.md 2016-11-09 13:28:01 -08:00
Kyle Havlovitz ac7998c1fc Update CHANGELOG.md 2016-11-08 14:55:37 -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
James Phillips ae51ce8dbf Update CHANGELOG.md 2016-11-07 18:42:48 -08:00
Kyle Havlovitz f87ae14477 Update CHANGELOG.md 2016-11-07 15:39:38 -05:00
Kyle Havlovitz 5116cc8097 Update CHANGELOG.md 2016-11-05 03:55:59 -04:00
James Phillips ed0712a68f Update CHANGELOG.md 2016-11-03 13:18:24 -07:00
Kyle Havlovitz 5a4a2191a6 Update CHANGELOG.md 2016-11-03 16:08:23 -04:00
James Phillips 346484d432 Update CHANGELOG.md 2016-11-03 13:00:38 -07:00
James Phillips 54569e15f2 Update CHANGELOG.md 2016-11-03 12:22:52 -07:00
Kyle Havlovitz 7d2fcb0d8e Update CHANGELOG.md 2016-11-03 14:14:56 -04:00
Kyle Havlovitz 15d386c0be Update CHANGELOG.md 2016-11-03 13:35:56 -04:00
Kyle Havlovitz 4b97846c86 Update CHANGELOG.md 2016-11-03 02:00:45 -04:00
Kyle Havlovitz e68282eab6 Update CHANGELOG.md 2016-11-01 02:12:56 -04:00
Kyle Havlovitz 6a135c52d6 Update CHANGELOG.md 2016-10-31 21:28:03 -04:00
James Phillips c5dc132172 Update CHANGELOG.md 2016-10-31 18:22:19 -07:00
Kyle Havlovitz daacc4be8b Update CHANGELOG.md 2016-10-27 21:06:46 -07:00
James Phillips 2de81c22c4 Update CHANGELOG.md 2016-10-26 22:26:44 -07:00
Kyle Havlovitz 5bfbe97763 Update CHANGELOG.md 2016-10-26 21:48:43 -07:00
James Phillips d350c7ec36 Update CHANGELOG.md 2016-10-25 19:24:50 -07:00
James Phillips b94b5d6050 Update CHANGELOG.md 2016-10-25 19:24:32 -07:00
James Phillips eb44c4cf5d Update CHANGELOG.md 2016-10-06 22:11:48 -07:00
James Phillips 501e71604d Update CHANGELOG.md 2016-10-06 22:10:11 -07:00
James Phillips 596f172484 Update CHANGELOG.md 2016-10-06 21:55:36 -07:00
James Phillips ead3b81f65 Update CHANGELOG.md 2016-10-06 21:41:49 -07:00
James Phillips a0e2b8bda5 Update CHANGELOG.md 2016-10-05 18:11:35 -07:00
James Phillips ca9c5cc098 Update CHANGELOG.md 2016-10-05 17:55:04 -07:00
James Phillips 3193507d9a Update CHANGELOG.md 2016-09-26 16:58:32 -07:00
James Phillips 86a6b762d6 Update CHANGELOG.md 2016-09-26 16:58:20 -07:00
James Phillips e26ced87d5 Update CHANGELOG.md 2016-09-26 16:57:58 -07:00
James Phillips 75256a158b Update CHANGELOG.md 2016-09-23 17:46:58 -07:00
James Phillips 247a872a11 Update CHANGELOG.md 2016-09-22 12:57:24 -07:00
James Phillips 745c3bc633 Update CHANGELOG.md 2016-09-20 17:26:56 -07:00
Alexander Artemenko 74f2000182 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 16e708e96a Update CHANGELOG.md 2016-09-12 17:16:39 -07:00
James Phillips 495334e04e
Cleaned up some errors and did a general edit pass. 2016-09-12 17:14:46 -07:00
James Phillips 82a46b22ae
Gets rid of empty spaces. 2016-09-12 17:00:40 -07:00
James Phillips 7ba4992006
Adds some line breaks. 2016-09-12 16:59:36 -07:00
James Phillips 56a5ad25fb
Cleans up change log. 2016-09-12 16:58:08 -07:00
James Phillips bb3b714b17 Update CHANGELOG.md 2016-09-01 22:20:12 -07:00
James Phillips 05b2a3daeb Update CHANGELOG.md 2016-09-01 09:51:13 -07:00
James Phillips 0c798e4ad9 Update CHANGELOG.md 2016-09-01 09:12:01 -07:00
James Phillips 74a40a2de9 Update CHANGELOG.md 2016-08-30 14:45:15 -07:00
James Phillips 672365b7d9 Update CHANGELOG.md 2016-08-30 13:18:33 -07:00
James Phillips 58985a1788 Update CHANGELOG.md 2016-08-25 15:54:14 -07:00
James Phillips 36dc9201f2 Fix link to outage recovery guide.
Fixes #2291.
2016-08-18 16:52:15 -07:00
James Phillips 8dfdef6424 Update CHANGELOG.md 2016-08-16 21:58:10 -07:00
James Phillips ee5740847c
Updates the changelog with peers.json info. 2016-08-16 15:13:04 -07:00
James Phillips d95a498d8a Update CHANGELOG.md 2016-08-16 12:57:10 -07:00
James Phillips 62b926819a Update CHANGELOG.md 2016-08-16 12:56:38 -07:00
James Phillips 9246966d00 Update CHANGELOG.md 2016-08-16 11:40:48 -07:00
James Phillips 0bca03bea0 Update CHANGELOG.md 2016-08-16 11:38:39 -07:00
James Phillips 16e30e072f Update CHANGELOG.md 2016-08-16 11:38:25 -07:00
James Phillips 60ff598d11 Update CHANGELOG.md 2016-08-16 11:37:58 -07:00
James Phillips 4057c5bdde Update CHANGELOG.md 2016-08-15 16:19:55 -07:00
James Phillips 76beb4e7ed Update CHANGELOG.md 2016-08-15 16:18:38 -07:00
James Phillips 12a101db23 Update CHANGELOG.md 2016-08-12 17:34:23 -07:00
James Phillips 6392cb0a1e Update CHANGELOG.md 2016-08-12 14:59:26 -07:00
James Phillips de32a67c08
Updates the change log. 2016-08-12 11:53:49 -07:00
James Phillips c93bf8da92 Update CHANGELOG.md 2016-08-11 16:30:18 -07:00
James Phillips 477b202fcf Update CHANGELOG.md 2016-08-10 16:04:26 -07:00
James Phillips 8573b7270b Update CHANGELOG.md 2016-08-10 16:00:42 -07:00
James Phillips d6aa033793 Update CHANGELOG.md 2016-08-09 20:40:04 -07:00
James Phillips 60f4d07fc5 Update CHANGELOG.md 2016-08-09 18:34:01 -07:00
James Phillips d69387e825 Update CHANGELOG.md 2016-08-09 18:26:18 -07:00
James Phillips 70691d6aa4 Update CHANGELOG.md 2016-08-09 17:51:00 -07:00
James Phillips 2ae0c1490e Update CHANGELOG.md 2016-08-09 16:08:28 -07:00
James Phillips bc6d015d52 Update CHANGELOG.md 2016-08-09 16:07:56 -07:00
James Phillips fbcb932d88 Update CHANGELOG.md 2016-08-09 16:04:37 -07:00
James Phillips 322704607a Update CHANGELOG.md 2016-08-09 11:43:57 -07:00
James Phillips 52e11b9803 Update CHANGELOG.md 2016-08-08 19:03:20 -07:00
James Phillips 6a30762965 Update CHANGELOG.md 2016-08-02 14:03:45 -07:00
James Phillips a8d13d7942 Update CHANGELOG.md 2016-07-25 16:32:43 -07:00
James Phillips d045611045 Update CHANGELOG.md 2016-07-22 10:42:17 -07:00
James Phillips 83bc68a784 Update CHANGELOG.md 2016-07-19 17:17:11 -07:00
James Phillips d982af63fd Update CHANGELOG.md 2016-07-19 15:11:07 -07:00
James Phillips 38949860de Update CHANGELOG.md 2016-07-11 17:37:57 -06:00
Ryan Uber 60c778248f Update CHANGELOG.md 2016-07-01 12:42:20 -07:00
James Phillips 38c47d0def Update CHANGELOG.md 2016-06-28 09:13:36 -07:00
James Phillips 71c18141ce Update CHANGELOG.md 2016-06-28 09:08:31 -07:00
James Phillips 03c806a901 Update CHANGELOG.md 2016-06-08 19:33:24 -07:00
James Phillips c5053c3334 Update CHANGELOG.md 2016-06-08 17:29:39 -07:00
James Phillips c30634d927 Update CHANGELOG.md 2016-05-24 12:50:48 -07:00
James Phillips 75010d1924 Update CHANGELOG.md 2016-05-15 13:49:14 -07:00
James Phillips adcf935350 Update CHANGELOG.md 2016-04-24 23:08:59 -07:00
James Phillips 6676e83656 Update CHANGELOG.md 2016-04-20 13:53:18 -07:00
James Phillips f97afda8e1 Update CHANGELOG.md 2016-04-18 11:31:15 -07:00
Ryan Uber 6bc6ce671e Update CHANGELOG.md 2016-04-15 10:14:41 -07:00
James Phillips 5a14707724 Update CHANGELOG.md 2016-04-12 21:40:32 -07:00
Sean Chittenden e83e878add Add changelog entry for skip_leave_on_interrupt default behavior changing 2016-03-31 17:58:06 -07:00
Sean Chittenden b0b387411a Add a changelog entry for #1712 2016-03-30 14:52:24 -07:00
Sean Chittenden 4d4806ab02 Add CHANGELOG entry re: agent rebalancing 2016-03-23 22:36:12 -07:00
James Phillips 69d3f0b28f Puts tree into ready state for 0.7.0 work (again). 2016-03-16 10:50:49 -07:00
James Phillips 1be3554ab9 Preps for 0.6.4 release. 2016-03-16 09:42:07 -07:00
James Phillips d40e01ee50 Update CHANGELOG.md 2016-03-10 17:02:26 -08:00
James Phillips b4a129ffed Update CHANGELOG.md 2016-03-10 15:11:48 -08:00
James Phillips 0f8be00353 Update CHANGELOG.md 2016-03-10 13:33:16 -08:00
James Phillips 66907c5f50 Update CHANGELOG.md 2016-03-10 13:22:31 -08:00
James Phillips 097c768c2c Preps for a 0.6.4 release out of master. 2016-03-10 12:39:04 -08:00
James Phillips 568f79d72a Update CHANGELOG.md 2016-03-10 12:37:41 -08:00
James Phillips 398e76e2a7 Update CHANGELOG.md 2016-03-10 12:36:54 -08:00
James Phillips 3c1aaa3d82 Fixes the link in the change log. 2016-03-10 11:01:39 -08:00
James Phillips c9b40c20d6 Updates the change log. 2016-03-09 13:34:07 -08:00
James Phillips cbbcc283dd Updates the change log. 2016-03-09 10:52:04 -08:00
James Phillips 2ee080620a Updates the change log. 2016-03-07 13:38:20 -08:00
James Phillips 60e54b8a07 Preps master for 0.7 development. 2016-03-04 17:31:36 -08:00
James Phillips c57a0da777 Catches up the change log. 2016-03-04 16:37:35 -08:00
James Phillips 7284a5e8fc Preps for 0.6.4 release before 0.7.0. 2016-02-24 23:35:46 -08:00
James Phillips 93a9ed1a79 Reverts the change log for GH-1667. 2016-02-24 15:39:58 -08:00
James Phillips 2b2c1a583a Fixes a typo in the change log. 2016-02-24 15:31:47 -08:00
James Phillips a84e5b8d66 Adds a note about the new go-cleanhttp behavior to the change log. 2016-02-17 14:49:24 -08:00
James Phillips ff38197eaf Updates the change log. 2016-02-07 14:30:30 -08:00
James Phillips 7797fb2cb5 Updates the change log. 2016-02-06 22:30:15 -08:00
Sean Chittenden eb4116a2eb Fix misc typos 2016-02-02 11:38:28 -08:00
Sean Chittenden 53091c2b8b Add a note re: GH-1667 and redistributing client RPC requests 2016-02-02 11:38:00 -08:00
James Phillips c353aa9260 Catches up the change log. 2016-01-20 16:59:46 -08:00
James Phillips 86bc93faff Fixes the years in the change log. 2016-01-15 08:17:42 -08:00
James Phillips 5f54bd4418 Puts tree in state ready for work on Consul 0.7. 2016-01-14 16:03:08 -08:00
James Phillips a1c0ed5093 Preps the change log for the 0.6.3 release. 2016-01-14 10:23:54 -08:00
James Phillips b005848b20 Merges the 0.6.2 change log with master. 2016-01-13 18:38:42 -08:00
James Phillips 8872cd3fe2 Preps for the next Consul release, 0.6.2. 2016-01-13 11:19:14 -08:00
James Phillips e2bcc6c659 Tweaks working in the change log. 2016-01-06 18:15:09 -08:00
James Phillips 5edf2a9178 Adds release build date to the change log. 2016-01-06 14:02:33 -08:00
James Phillips 1ca58a487b Updates the change log with the new consul lock features. 2016-01-06 11:59:04 -08:00
James Phillips 9fbeb996ec Catches up the change log. 2016-01-05 21:18:56 -08:00
James Phillips a1b69c6546 Tweaks the change log for TCP checks. 2015-12-21 11:36:38 -08:00
James Phillips f47791b7e2 Catches up the change log. 2015-12-16 22:43:05 -08:00
James Phillips 0acb529305 Adds some additional upgrade notes for 0.6. 2015-12-07 17:56:38 -08:00
James Phillips e1b47ee1cb Adds a release date for 0.6.0 to the change log for the final build. 2015-12-03 13:48:09 -08:00
James Phillips 587da7ed76 Tweaks wording in change log. 2015-12-01 10:34:52 -08:00
James Phillips 9a9b4d71d9 Updates the change log. 2015-12-01 08:31:15 -08:00
James Phillips 49a34859a6 Tightens up wording in the change log. 2015-11-30 22:12:39 -08:00
James Phillips 97893b1897 Updates the change log. 2015-11-30 22:11:20 -08:00
James Phillips 13351bd18c Updates change log pre-RC2. 2015-11-17 11:42:24 -08:00
James Phillips 162c6bafef Updates the changelog. 2015-11-15 17:06:00 -08:00
James Phillips 9ffafdf323 Updates wording on new lock operation. 2015-11-13 10:08:57 -08:00
James Phillips 4a775004b8 Adds a note about the new KV lock behavior. 2015-11-13 10:07:42 -08:00
James Phillips 692adad55c Updates the changelog. 2015-11-13 09:58:30 -08:00
James Phillips 081b9165ca Adds a note about the new acquire behavior for lock holders. 2015-11-10 07:01:54 -08:00
James Phillips 921602b565 Adds a note about the new service discovery ACLs. 2015-10-29 16:41:38 -07:00
James Phillips 47c53b3871 Updates the CHANGELOG with all the 0.6.0 updates. 2015-10-29 11:47:26 -07:00
Ryan Uber f6cbb19365 Update CHANGELOG.md 2015-10-15 15:00:41 -07:00
Ryan Uber 2715b93619 Fix CHANGELOG 2015-10-15 14:52:58 -07:00
Ryan Uber bdd1a9d064 Update CHANGELOG.md 2015-10-15 14:48:59 -07:00
Anthony Scalisi 10e028d599 remove various typos 2015-09-11 12:29:54 -07:00
Ryan Uber 897f8a3ed5 Update CHANGELOG.md 2015-09-10 12:31:13 -07:00
James Phillips 4746c0f1e5 Removes incorrect protocol version in change log. 2015-08-31 21:11:50 -07:00
Ryan Uber 6ac89c28a8 Update CHANGELOG.md 2015-08-27 13:35:24 -07:00
Ryan Uber ba5c3a4c81 Update CHANGELOG.md 2015-06-23 12:34:53 -07:00
Ryan Uber a7eecda22d Update CHANGELOG.md 2015-06-22 11:14:30 -07:00
Ryan Uber b1c04e7660 Update CHANGELOG.md 2015-06-12 10:40:51 -07:00
Ryan Uber 5d74523d04 Update CHANGELOG.md 2015-06-04 00:04:44 -07:00
Ryan Uber 835b7ad730 Update CHANGELOG.md 2015-06-02 15:08:48 -07:00
Armon Dadgar a611f447eb Update CL 2015-05-18 14:04:07 -07:00
Armon Dadgar 9fb235a98d Cutting 0.5.1 2015-05-13 09:28:32 -07:00
Armon Dadgar 24089a872b CL updates 2015-05-11 18:16:18 -07:00
Armon Dadgar d3dee0d06c CL updates 2015-05-11 17:05:28 -07:00
Armon Dadgar ea577fbf70 command/agent: Lowercase DC. Fixes #761 2015-05-05 13:56:37 -07:00
Ryan Uber 9c4cf509a8 Update CHANGELOG.md 2015-04-10 18:34:55 -07:00
Ryan Uber e221dae749 Update CHANGELOG.md 2015-03-27 13:49:36 -07:00
Armon Dadgar 0c7ca91c74 Cut v0.5.0 2015-02-19 12:01:13 -08:00
Armon Dadgar 762cd24c16 CHANGELOG updates 2015-02-17 12:02:39 -08:00
Armon Dadgar 415fb21369 CHANGELOG updates 2015-02-16 14:33:12 -08:00
Armon Dadgar 638057d2eb CHANGELOG updates 2015-02-16 14:30:40 -08:00
Armon Dadgar f53bd94dc3 Clarify the compatibility 2015-01-25 13:59:37 -08:00
Ryan Uber f71984eac8 Update CHANGELOG 2015-01-23 13:29:00 -08:00
Armon Dadgar 17d1c392e4 CHANGELOG update, gofmt 2015-01-22 13:42:22 -08:00
Armon Dadgar e33c31a8d6 Updating changelog, bump to 0.5.0rc1 2015-01-22 13:31:11 -08:00
Veres Lajos 3b1068387a typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 23:25:06 +00:00
Armon Dadgar aaddfa2ba9 CHANGELOG updates 2014-10-20 10:20:13 -07:00
Armon Dadgar 3761867ced CHANGELOG updates 2014-10-17 18:48:51 -07:00
Armon Dadgar e00515d020 Cutting v0.4.1 2014-10-17 11:00:59 -07:00
Armon Dadgar b28feef075 CHANGELOG updates 2014-10-15 17:36:05 -07:00
Armon Dadgar b0de16e7e8 CHANGELOG updates 2014-10-15 17:35:28 -07:00
Armon Dadgar d3c3d9a1be consul: Fixing graceful leave of current leader. Fixes #360. 2014-10-13 22:14:43 -07:00
Armon Dadgar 84649b5423 agent: Fixing multiple headers for /v1/event/list endpoint. Fixes #361 2014-10-13 17:53:54 -07:00
Armon Dadgar ebc7285c1f CHANGELOG updates 2014-10-09 12:30:16 -07:00
Armon Dadgar 36fd5f76c2 agent: Fixing issue with multiple watches. Fixes #337 2014-09-15 10:56:04 -07:00
Armon Dadgar e1d87dee26 Cutting v0.4.0 2014-09-05 10:55:22 -07:00
Armon Dadgar 55f0f8d0ba Adding upgrade note 2014-09-02 14:52:30 -07:00
Armon Dadgar 9fe063569d CHANGELOG updates 2014-09-02 14:37:22 -07:00
Armon Dadgar 7b19baa178 CHANGELOG updates 2014-09-02 12:52:52 -07:00
Armon Dadgar 98acc0a908 agent: statsd support. Fixes #247 2014-09-02 11:26:17 -07:00
Armon Dadgar 481bbd215d CHANGELOG updates 2014-09-01 16:47:36 -07:00
Armon Dadgar 9ec6eafe47 CHANGELOG updates 2014-09-01 16:24:31 -07:00
Armon Dadgar 9b84fd5dd2 CHANGELOG updates 2014-08-19 10:53:57 -07:00
William Tisäter 674152a3da Update CHANGELOG.md 2014-07-23 23:45:03 +02:00
Armon Dadgar 6c2ee5c842 Cutting v0.3.1 2014-07-21 10:58:37 -04:00
Armon Dadgar f5fa8c1d2c CHANGELOG updates 2014-06-18 10:35:42 -07:00
Armon Dadgar 18063fb5d1 Cutting v0.3.0 2014-06-13 10:11:53 -07:00
Armon Dadgar 3b12ff3377 CHANGELOG updates 2014-06-11 15:39:03 -07:00
Armon Dadgar e55a6fb6d6 Support wildcard for check lookup. Fixes #152 2014-05-21 12:45:12 -07:00
Armon Dadgar de309057ff Support rejoin after leave. Fixes #110. 2014-05-21 12:32:24 -07:00
Armon Dadgar bc4f5fb95a CHANGELOG updates 2014-05-21 12:11:34 -07:00
Armon Dadgar 0836a222bf agent: syslog support. Fixes #105. 2014-05-21 12:06:03 -07:00
Armon Dadgar 765286e45f Cutting v0.2.1 2014-05-20 12:36:08 -07:00
Armon Dadgar bb4828c54e CHANGELOG updates 2014-05-20 12:33:49 -07:00
Mitchell Hashimoto bae3c1606c command/agent: block windows socket errors 2014-05-15 11:29:32 -07:00
Mitchell Hashimoto 78b7c57ba3 command/agent: find proper private IP on Windows
/cc @armon
2014-05-15 11:27:30 -07:00
Armon Dadgar d5a8e79b65 agent: Correct spelling of separator. Fixes #101. 2014-05-07 15:25:17 -07:00
William Tisäter f751e1bf4f Update CHANGELOG.md 2014-05-06 20:00:43 +02:00
Jack Pearkes 7fd4b1798b update changelog 2014-05-05 10:22:20 -04:00
Jack Pearkes ff7e3123fd update changelog 2014-05-04 17:45:33 -04:00
Jack Pearkes 59b0b80599 update changelog 2014-05-04 17:44:46 -04:00
Mitchell Hashimoto c260f97d0c Update CHANGELOG style 2014-05-01 10:52:31 -07:00
Armon Dadgar 0459237a41 Version bump for v0.2.0 2014-05-01 10:28:34 -07:00
Armon Dadgar 6342c766d5 CHANGELOG updates 2014-04-30 19:04:56 -07:00
Mitchell Hashimoto 484587f809 Update CHANGELOG 2014-04-17 11:44:08 -07:00
Mitchell Hashimoto 55924e9d31 Up version for dev 2014-04-16 16:34:35 -07:00
Mitchell Hashimoto c101159186 Fix release date 2014-04-16 16:33:49 -07:00
Mitchell Hashimoto a0755503a7 Add CHANGELOG 2014-04-16 16:33:30 -07:00