pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/consul Update sysutils/consul to 0.7.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9c9fa2160eb
branches: trunk
changeset: 356654:f9c9fa2160eb
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Jan 03 07:39:07 2017 +0000
description:
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:
sysutils/consul/Makefile | 5 ++---
sysutils/consul/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 26ebdd370141 -r f9c9fa2160eb sysutils/consul/Makefile
--- a/sysutils/consul/Makefile Tue Jan 03 07:21:03 2017 +0000
+++ b/sysutils/consul/Makefile Tue Jan 03 07:39:07 2017 +0000
@@ -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 -r 26ebdd370141 -r f9c9fa2160eb sysutils/consul/distinfo
--- a/sysutils/consul/distinfo Tue Jan 03 07:21:03 2017 +0000
+++ b/sysutils/consul/distinfo Tue Jan 03 07:39:07 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index