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.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c095c2e797fc
branches:  trunk
changeset: 362290:c095c2e797fc
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed May 10 17:15:25 2017 +0000

description:
Update sysutils/consul to 0.8.2

BREAKING CHANGES:

- api: HttpClient now defaults to nil in the client config and will be
  generated if left blank. A NewHttpClient function has been added for
  creating an HttpClient with a custom Transport or TLS config.

IMPROVEMENTS:

- agent: Added an error at agent startup time if both -ui and -ui-dir
  are configured together.
- agent: Added the datacenter of a node to the catalog, health, and
  query API endpoints which contain a Node structure.
- agent: Added the ca_path, tls_cipher_suites, and
  tls_prefer_server_cipher_suites options to give more flexibility
  around configuring TLS.
- agent: Reduced the timeouts for the -dev server mode so that the
  development server starts up almost instantly.
- agent: Added verify_incoming_rpc and verify_incoming_https options
  for more granular control over incoming TLS enforcement.
- agent: Use bind address as source for outgoing connections.
- api: Added the ACL replication status endpoint to the Go API client
  library.
- cli: Added Raft protocol version to output of operator raft
  list-peers command.
- ui: Added optional JSON validation when editing KV entries in the
  web UI.
- ui: Updated ACL guide links and made guides open in a new tab.

BUG FIXES:

- server: Fixed a panic when the tombstone garbage collector was
  stopped.
- server: Fixed a panic in Autopilot that could occur when a node is
  elected but cannot complete leader establishment and steps back
  down.
- server: Added a new peers.json format that allows outage recovery
  when using Raft protocol version 3 and higher. Previously, you'd
  have to set the Raft protocol version back to 2 in order to manually
  recover a cluster.
- ui: Add and update favicons

diffstat:

 sysutils/consul/Makefile |   4 ++--
 sysutils/consul/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3aa231c6c555 -r c095c2e797fc sysutils/consul/Makefile
--- a/sysutils/consul/Makefile  Wed May 10 17:12:43 2017 +0000
+++ b/sysutils/consul/Makefile  Wed May 10 17:15:25 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/04/18 15:47:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/10 17:15:25 fhajny Exp $
 
-DISTNAME=      consul-0.8.1
+DISTNAME=      consul-0.8.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 
diff -r 3aa231c6c555 -r c095c2e797fc sysutils/consul/distinfo
--- a/sysutils/consul/distinfo  Wed May 10 17:12:43 2017 +0000
+++ b/sysutils/consul/distinfo  Wed May 10 17:15:25 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/04/18 15:47:17 fhajny Exp $
+$NetBSD: distinfo,v 1.10 2017/05/10 17:15:25 fhajny Exp $
 
-SHA1 (consul-0.8.1.tar.gz) = 146f102e055e04804f0bae5fbc2e92e26b103f8a
-RMD160 (consul-0.8.1.tar.gz) = d3f04885b733233dfeb281c6cdcd448d0e48b715
-SHA512 (consul-0.8.1.tar.gz) = 484fb75f712c29571be5e7fb2f60cd70c8314392771e84756103571d809bb47212aa8572c7276b5e8db933ce48dc50662af89902ba997666fe49de52c8fa0497
-Size (consul-0.8.1.tar.gz) = 5103830 bytes
+SHA1 (consul-0.8.2.tar.gz) = 0c5072cb94d925da5ed5965fe05f7221fde36f09
+RMD160 (consul-0.8.2.tar.gz) = 05cb9697743ccdd95a0a1d68f999773bb615dd78
+SHA512 (consul-0.8.2.tar.gz) = 13bd28f0da488ee8fb3068515e2fddc7fe2d663c8848357b689332c44d757c1f3a017c604a68958f1fa22b5d6b58e3b09574a8fff9ab41d74ab6aec347b356d0
+Size (consul-0.8.2.tar.gz) = 6513370 bytes



Home | Main Index | Thread Index | Old Index