Updates the change log.

This commit is contained in:
James Phillips 2017-10-18 11:32:53 -07:00
parent 3d52f42715
commit e6a4efa67b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
## 1.0.1 (UNRELEASED)
FEATURES:
IMPROVEMENTS:
BUG FIXES:
* agent: Consul 1.0 shipped with an issue where `Args` was erroneously named `ScriptArgs` for health check definitions in the /v1/agent/check/register and /v1/agent/service/register APIs. Added code to accept `Args` so that the JSON format matches that of health checks in configuration files. The `ScriptArgs` form will still be supported for backwards compatibility. [[GH-3587](https://github.com/hashicorp/consul/issues/3587)]
## 1.0.0 (October 16, 2017)
SECURITY: