diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-01-03 07:39:07 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-01-03 07:39:07 +0000 |
commit | 9a820f635fd95b4dbff3a3c2505d2ac325cad865 (patch) | |
tree | b79291198e2819a4d1f09789019afa9892933c1a /sysutils/consul | |
parent | 16e0da0a029518e3b886ac1e909d95e4be7f55d8 (diff) | |
download | pkgsrc-9a820f635fd95b4dbff3a3c2505d2ac325cad865.tar.gz |
Update sysutils/consul to 0.7.2
FEATURES:
- Keyring API: A new /v1/operator/keyring HTTP endpoint was added that
allows for performing operations such as list, install, use, and
remove on the encryption keys in the gossip keyring.
- Monitor API: A new /v1/agent/monitor HTTP endpoint was added to allow
for viewing streaming log output from the agent, similar to the consul
monitor command.
- Reload API: A new /v1/agent/reload HTTP endpoint was added for
triggering a reload of the agent's configuration.
- Leave API: A new /v1/agent/leave HTTP endpoint was added for causing
an agent to gracefully shutdown and leave the cluster (previously,
only force-leave was present in the HTTP API).
- Bind Address Templates (beta): Consul agents now allow
go-sockaddr/template syntax to be used for any bind address
configuration (advertise_addr, bind_addr, client_addr, and others).
- Complete ACL Coverage (beta): Consul 0.8 will feature complete ACL
coverage for all of Consul.
IMPROVEMENTS:
- agent: Defaults to ?pretty JSON for HTTP API requests when in -dev
mode.
- agent: Updated Circonus metrics library and added new Circonus
configration options for Consul for customizing check display name and
tags.
- agent: Added a checksum to UDP gossip messages to guard against packet
corruption.
- agent: Check whether a snapshot needs to be taken more often (every 5
seconds instead of 2 minutes) to keep the raft file smaller and to
avoid doing huge truncations when writing lots of entries very quickly.
- agent: Allow gossiping to suspected/recently dead nodes.
- agent: Changed the gossip suspicion timeout to grow smoothly as the
number of nodes grows.
- agent: Added a deprecation notice for Atlas features to the CLI and
docs.
- agent: Give a better error message when the given data-dir is not a
directory.
BUG FIXES:
- agent: Fixed a panic when SIGPIPE signal was received.
- api: Added missing Raft index fields to CatalogService structure.
- api: Added missing notes field to AgentServiceCheck structure.
- api: Changed type of AgentServiceCheck.TLSSkipVerify from string to
bool.
- api: Added new HealthChecks.AggregatedStatus() method that makes it
easy get an overall health status from a list of checks.
- api: Changed type of KVTxnOp.Verb from string to KVOp.
- cli: Fixed an issue with the consul kv put command where a negative
value would be interpreted as an argument to read from standard input.
- ui: Fixed an issue where extra commas would be shown around service
tags.
- ui: Customized Bootstrap config to avoid missing font file references.
- ui: Removed "Deregister" button as removing nodes from the catalog
isn't a common operation and leads to lots of user confusion.
Diffstat (limited to 'sysutils/consul')
-rw-r--r-- | sysutils/consul/Makefile | 5 | ||||
-rw-r--r-- | sysutils/consul/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 1587b0bbfcd..d01ac9b2ecb 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/12/04 16:30:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/03 07:39:07 fhajny Exp $ -DISTNAME= consul-0.7.1 -PKGREVISION= 1 +DISTNAME= consul-0.7.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index db5c0c7039c..957e0d8818e 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/11/14 15:00:26 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2017/01/03 07:39:07 fhajny Exp $ -SHA1 (consul-0.7.1.tar.gz) = d765701d7d1534d508910045c2f73685ef33b9e2 -RMD160 (consul-0.7.1.tar.gz) = 560c1e2e00c470c4efb35a9aed9448bd82e8db09 -SHA512 (consul-0.7.1.tar.gz) = 0cc7dfb5b13c9aa5c59f3c74d44c863cb4099108dadc448233edd006bfd1c1ad422c18224d58113bdad1ca6160a89d1a0a04bf1f5e5f645d5499c0c4422d12ba -Size (consul-0.7.1.tar.gz) = 4003354 bytes +SHA1 (consul-0.7.2.tar.gz) = c7aaf0068e401144cd4b2410543ded8f7b569bc2 +RMD160 (consul-0.7.2.tar.gz) = cf3dd07fe189e74641ec91141cf3a722bf82c766 +SHA512 (consul-0.7.2.tar.gz) = 62638f652bad421fe6400338f52f6a142dda9bf4838682f5a31c94ebdb3569ed217cfc7ba8b53a38fae44aaaa8e93912a486d445ed7addb2ff58c7c608469322 +Size (consul-0.7.2.tar.gz) = 4200076 bytes |