James Phillips
8c8a783dfa
Update CHANGELOG.md
2017-09-27 15:47:52 -07:00
James Phillips
2b8496e340
Update CHANGELOG.md
2017-09-27 15:40:48 -07:00
James Phillips
92ff57537c
Update CHANGELOG.md
2017-09-27 15:38:52 -07:00
James Phillips
d8d4d300c3
Update CHANGELOG.md
2017-09-27 15:35:35 -07:00
James Phillips
7dc906cb59
Update CHANGELOG.md
2017-09-26 20:50:38 -07:00
James Phillips
949081d323
Update CHANGELOG.md
2017-09-26 17:52:47 -07:00
Frank Schröder
707f8e329a
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
e9842e178a
Update CHANGELOG.md
2017-09-26 15:24:36 -07:00
Kyle Havlovitz
2255dbc39b
Update CHANGELOG.md
2017-09-26 13:49:07 -07:00
Preetha Appan
6bf4f28399
Update CHANGELOG.md
2017-09-26 11:59:11 -05:00
James Phillips
3a4241e59e
Update CHANGELOG.md
2017-09-25 23:45:23 -07:00
James Phillips
180c52eab9
Update CHANGELOG.md
2017-09-25 23:44:42 -07:00
James Phillips
82925683b0
Update CHANGELOG.md
2017-09-25 23:44:11 -07:00
James Phillips
a2336f4649
Update CHANGELOG.md
2017-09-25 23:12:20 -07:00
James Phillips
d8d1e2a394
Update CHANGELOG.md
2017-09-25 23:12:03 -07:00
Frank Schröder
c7cc62ab5a
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
fcaa889116
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
687da35244
Tweaks some versions around 1.0.0.
2017-09-25 13:47:45 -07:00
Frank Schroeder
8b517841ae
Update CHANGELOG
2017-09-25 03:19:05 +02:00
James Phillips
f51b8d291b
Puts tree in 0.9.4 dev mode.
2017-09-08 11:13:20 -07:00
James Phillips
9a4ed967c1
Puts the tree in 0.9.3 release mode.
2017-09-08 09:34:55 -07:00
James Phillips
e0f1e18aa1
Update CHANGELOG.md
2017-09-06 22:40:03 -07:00
preetapan
69bebb2a99
Fixed typo in CHANGELOG.md
2017-09-06 17:12:36 -05:00
James Phillips
1b2d1720ed
Update CHANGELOG.md
2017-09-06 13:39:33 -07:00
James Phillips
676a34efbd
Update CHANGELOG.md
2017-09-06 07:38:16 -07:00
James Phillips
2bd064cbf5
Update CHANGELOG.md
2017-09-01 15:18:14 -07:00
James Phillips
f07b244d71
Update CHANGELOG.md
2017-09-01 15:17:35 -07:00
Kyle Havlovitz
d6b34aded0
Update CHANGELOG.md
2017-09-01 12:44:08 -07:00
James Phillips
2f846f4be8
Update CHANGELOG.md
2017-09-01 11:12:43 -07:00
James Phillips
669eb9eb4c
Update CHANGELOG.md
2017-09-01 11:10:08 -07:00
Preetha Appan
0728a04dbb
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
230f1b2333
Updates the change log.
2017-08-29 15:33:48 -07:00
James Phillips
520dbd1838
Update CHANGELOG.md
2017-08-25 00:14:44 -07:00
Preetha Appan
9419990855
Updating CHANGELOG
2017-08-24 16:50:22 -05:00
James Phillips
c558067783
Update CHANGELOG.md
2017-08-23 14:37:39 -07:00
Frank Schroeder
4dea401e8f
Update CHANGELOG.md
2017-08-23 22:40:43 +02:00
James Phillips
828dec4df6
Update CHANGELOG.md
2017-08-21 15:31:40 -07:00
James Phillips
586dc3c7f4
Update CHANGELOG.md
2017-08-21 15:31:24 -07:00
Preetha Appan
e1181e3dac
Update CHANGELOG.md
2017-08-18 11:22:35 -05:00
Preetha Appan
9419cecb1d
Update CHANGELOG.md
2017-08-16 09:39:10 -05:00
James Phillips
738ac55d96
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
b967ff2fbb
Puts tree in 0.9.3 dev mode.
2017-08-09 18:33:57 -07:00
James Phillips
a92a236be3
Update CHANGELOG.md
2017-08-09 16:19:36 -07:00
James Phillips
075013e700
Update CHANGELOG.md
2017-08-09 15:30:52 -07:00
James Phillips
0f0304f464
Puts tree into 0.9.2 dev mode.
2017-08-08 23:22:19 -07:00
James Phillips
02c719ed20
Puts the tree into 0.9.1 release mode.
2017-08-08 21:53:28 -07:00
James Phillips
859f7cba0c
Update CHANGELOG.md
2017-08-08 16:28:03 -07:00
Kyle Havlovitz
bc05457fd9
Update CHANGELOG.md
2017-08-08 14:01:51 -07:00
Kyle Havlovitz
991e910002
Update CHANGELOG.md
2017-08-08 14:01:33 -07:00
Preetha Appan
4a9eff6298
Update CHANGELOG.md
2017-08-08 09:54:45 -05:00
James Phillips
6d685e593f
Update CHANGELOG.md
2017-08-07 16:37:56 -07:00
Preetha Appan
32ae6c814e
Updated CHANGELOG.md
2017-08-04 10:44:36 -05:00
James Phillips
710c4b0d41
Update CHANGELOG.md
2017-08-03 18:37:27 -07:00
James Phillips
b9e622baae
Update CHANGELOG.md
2017-08-03 18:37:12 -07:00
James Phillips
6881d45fc1
Update CHANGELOG.md
2017-08-03 18:37:02 -07:00
James Phillips
0a2c183691
Update CHANGELOG.md
2017-08-03 18:33:18 -07:00
James Phillips
2683dcc25f
Update CHANGELOG.md
2017-08-03 18:32:40 -07:00
James Phillips
673e190663
Update CHANGELOG.md
2017-08-03 15:44:17 -07:00
Frank Schroeder
4c5f6a555d
Update CHANGELOG.md
2017-08-03 21:36:48 +02:00
James Phillips
80603ce2a6
Update CHANGELOG.md
2017-08-02 17:09:01 -07:00
Miguel Prokop
ea6d610dee
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
d4a53b8cbc
Adds missing Oxford comma :-)
2017-08-01 08:00:56 -07:00
Frank Schroeder
c2c070417e
Update CHANGELOG.md
2017-08-01 11:47:54 +02:00
Preetha Appan
86bfb0c464
Update CHANGELOG.md
2017-07-31 17:45:30 -05:00
James Phillips
720ca04664
s/nodes/keys/
2017-07-28 16:42:15 -07:00
Preetha Appan
8e8f143d58
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
357c50c86e
Update CHANGELOG.md
2017-07-26 22:49:22 -07:00
James Phillips
f4daf8a84c
Update CHANGELOG.md
2017-07-26 22:10:27 -07:00
James Phillips
1ce5a2a942
Update CHANGELOG.md
2017-07-26 15:42:30 -07:00
James Phillips
764042957f
Update CHANGELOG.md
2017-07-26 11:12:04 -07:00
James Phillips
38923c3733
Update CHANGELOG.md
2017-07-26 11:07:41 -07:00
Preetha Appan
4bc83c69a7
Update CHANGELOG.md
2017-07-26 09:42:28 -05:00
Preetha Appan
c08ff6c8ae
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
a7842dc688
Puts the tree in 0.9.1 dev mode.
2017-07-19 20:57:10 -07:00
James Phillips
b232a3dd48
Puts the tree in 0.9.0 release mode.
2017-07-19 19:55:49 -07:00
James Phillips
ae77454d8c
Update CHANGELOG.md
2017-07-19 17:14:38 -07:00
James Phillips
7e3d6ab2cb
Update CHANGELOG.md
2017-07-19 15:29:56 -07:00
Preetha Appan
5588da7270
Update CHANGELOG.md
2017-07-18 18:42:29 -05:00
James Phillips
b9db439fa5
Update CHANGELOG.md
2017-07-18 15:15:16 -07:00
Kyle Havlovitz
ec988ca122
Update CHANGELOG.md
2017-07-18 15:02:15 -07:00
Frank Schroeder
bdc21a3986
Update CHANGELOG.md
2017-07-18 21:02:14 +02:00
Frank Schroeder
1bc0acf437
Update CHANGELOG.md
2017-07-18 20:26:49 +02:00
Frank Schroeder
525362d614
Update CHANGELOG.md
2017-07-18 09:12:47 +02:00
James Phillips
16570bf189
Update CHANGELOG.md
2017-07-17 22:15:19 -07:00
James Phillips
1a8f4296df
Update CHANGELOG.md
2017-07-17 12:55:52 -07:00
James Phillips
861063d3a4
Update CHANGELOG.md
2017-07-17 12:50:53 -07:00
James Phillips
a449af9eb8
Update CHANGELOG.md
2017-07-17 12:50:33 -07:00
James Phillips
9eb17dc37f
Update CHANGELOG.md
2017-07-17 12:05:22 -07:00
James Phillips
096003df5a
Update CHANGELOG.md
2017-07-17 00:02:27 -07:00
James Phillips
08b490df9c
Update CHANGELOG.md
2017-07-16 21:14:31 -07:00
James Phillips
1035029b0a
Update CHANGELOG.md
2017-07-16 20:09:49 -07:00
James Phillips
e1861c581e
Update CHANGELOG.md
2017-07-16 14:30:22 -07:00
James Phillips
6cba31df99
Update CHANGELOG.md
2017-07-16 14:28:16 -07:00
James Phillips
510c3ab6dc
Update CHANGELOG.md
2017-07-15 00:09:04 -07:00
James Phillips
8b0e14ade4
Update CHANGELOG.md
2017-07-14 20:45:07 -07:00
Kyle Havlovitz
2dc0231374
Update CHANGELOG.md
2017-07-14 17:53:44 -07:00
James Phillips
9e93ef94f1
Update CHANGELOG.md
2017-07-14 17:32:09 -07:00
James Phillips
1f8c79cdb5
Update CHANGELOG.md
2017-07-14 16:32:49 -07:00
James Phillips
cbd3ec8f0c
Update CHANGELOG.md
2017-07-14 12:51:35 -07:00
James Phillips
26ca0327e2
Update CHANGELOG.md
2017-07-14 12:51:19 -07:00
James Phillips
21948e0747
Update CHANGELOG.md
2017-07-13 22:39:03 -07:00
James Phillips
22147b336d
Update CHANGELOG.md
2017-07-13 22:37:12 -07:00
James Phillips
91f293b251
Update CHANGELOG.md
2017-07-11 10:03:42 -07:00
James Phillips
8cb44c8eb2
Update CHANGELOG.md
2017-07-10 13:54:41 -07:00
James Phillips
8e4749139d
Update CHANGELOG.md
2017-07-10 09:42:18 -07:00
James Phillips
8a52ae9d03
Update CHANGELOG.md
2017-07-08 17:28:50 -07:00
James Phillips
b8f003e512
Update CHANGELOG.md
2017-07-08 17:18:23 -07:00
James Phillips
c08967c42d
Update CHANGELOG.md
2017-07-07 12:34:53 -07:00
Frank Schroeder
659102c95e
Update CHANGELOG.md
2017-07-07 13:41:02 +02:00
James Phillips
b45f49c230
Update CHANGELOG.md
2017-07-06 09:46:26 -07:00
Preetha Appan
d263d0266b
Updating CHANGELOG.md
2017-07-06 09:19:22 -05:00
James Phillips
cb89e7eff1
Update CHANGELOG.md
2017-06-29 16:27:17 -07:00
James Phillips
4f90d6d3f7
Update CHANGELOG.md
2017-06-29 14:28:54 -07:00
James Phillips
0417cdd7b9
Update CHANGELOG.md
2017-06-28 20:18:24 -07:00
James Phillips
d724851848
Update CHANGELOG.md
2017-06-27 18:48:18 -07:00
Preetha Appan
02a5d0a99b
Updating CHANGELOG.md
2017-06-27 16:28:48 -05:00
James Phillips
37d60fe11b
Puts the tree back in 0.9.0 dev mode.
2017-06-27 11:18:45 -07:00
James Phillips
0fc1c628fa
Puts tree into 0.8.5 release mode.
2017-06-27 09:25:38 -07:00
James Phillips
9b4d616d3a
Update CHANGELOG.md
2017-06-26 22:44:23 -07:00
James Phillips
d8963aac9c
Update CHANGELOG.md
2017-06-26 21:25:56 -07:00
James Phillips
6046533853
Update CHANGELOG.md
2017-06-24 15:21:55 -07:00
James Phillips
9dc0656284
Update CHANGELOG.md
2017-06-24 12:55:45 -07:00
James Phillips
8142fb73b3
Update CHANGELOG.md
2017-06-24 09:42:08 -07:00
James Phillips
635b90c298
Update CHANGELOG.md
2017-06-24 09:41:56 -07:00
James Phillips
c4140c485e
Update CHANGELOG.md
2017-06-23 01:17:46 -07:00
James Phillips
5a88c33156
Update CHANGELOG.md
2017-06-22 16:55:42 -07:00
Kyle Havlovitz
9d22b5201d
Update CHANGELOG.md
2017-06-22 14:46:26 -07:00
Frank Schroeder
7871337e28
Update CHANGELOG.md
2017-06-22 10:36:51 +02:00
Preetha Appan
7e86f4e746
Update CHANGELOG with consul enterprise static snapshot name feature
2017-06-21 20:48:23 -05:00
James Phillips
6e8b3bb7f7
Update CHANGELOG.md
2017-06-21 15:38:16 -07:00
James Phillips
e91aacbe42
Update CHANGELOG.md
2017-06-20 21:46:48 -07:00
Frank Schroeder
3867797170
Update CHANGELOG.md
2017-06-21 06:45:12 +02:00
Frank Schroeder
57e240d136
Update CHANGELOG.md
2017-06-21 06:34:28 +02:00
James Phillips
c553555804
Update CHANGELOG.md
2017-06-20 17:59:16 -07:00
Kyle Havlovitz
2f6abb9532
Create CHANGELOG.md
2017-06-15 15:29:58 -07:00
vijay rama raju samanuri
87de6959d1
Typo in CHANGELOG ( #3149 )
2017-06-15 07:23:21 -07:00
James Phillips
bb20c5b3d7
Create CHANGELOG.md
2017-06-14 16:25:20 -07:00
James Phillips
57a9a9ef65
Update CHANGELOG.md
2017-06-09 21:11:16 -07:00
James Phillips
4967d1a27b
Create CHANGELOG.md
2017-06-09 15:51:50 -07:00
Seth Vargo
7947cc1335
Update CHANGELOG
2017-06-09 15:13:28 -04:00
James Phillips
2f2131bab4
Puts the tree into 0.9.0 dev mode.
2017-06-09 08:27:15 -07:00
James Phillips
883d70651e
Puts the tree into 0.8.4. release mode.
2017-06-09 07:34:00 -07:00
James Phillips
40988edbda
Create CHANGELOG.md
2017-06-08 13:16:32 -07:00
Preetha Appan
b71c263175
Updated changelog
2017-06-08 13:04:53 -07:00
James Phillips
efa2fd42e1
Create CHANGELOG.md
2017-06-08 07:25:19 -07:00
James Phillips
303a9040aa
Create CHANGELOG.md
2017-06-08 07:24:42 -07:00
James Phillips
911fe07580
Create CHANGELOG.md
2017-06-08 07:22:29 -07:00
James Phillips
a634eb7b21
Update CHANGELOG.md
2017-06-07 10:42:55 -07:00
James Phillips
a62dfd8fa4
Update CHANGELOG.md
2017-06-07 10:39:51 -07:00
Frank Schroeder
3e7d84fbd9
Update CHANGELOG.md
2017-06-07 09:53:11 +02:00