pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

consul: Update to 1.6.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Sep 14 09:36:14 2019 +0900
Changeset:	d48ece25fd4d98c3461d83bf0b63a55d5a22784b

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.6.1

IMPROVEMENTS

* agent: Distinguish between DC not existing and not being available
  [GH-6399]
* agent: Added replace-existing-checks param to service registration
  endpoint to replace existing checks when re-registering a
  service. [GH-4905]
* auto_encrypt: verify_incoming_rpc is good enough for
  auto_encrypt.allow_tls [GH-6376]
* connect: Ensure that a secondary CA's intermediate certificate will show
  in the various API endpoints CA Roots output [GH-6333]
* ui: Reconcile ember-data store [GH-5745]
* ui: Allow text selection of clickable elements and their contents without
  then jumping the user to the linked page [GH-5770]
* ui: Adds the ability to frontend search instances by address (ip:port)
  [GH-5993]
* ui: Add CheckID to the output panels of healthchecks [GH-6195]
* ui: Enable blocking queries by default [GH-6194]
* txn: don't try to decode request bodies > raft.SuggestedMaxDataSize
  [GH-6422]

BUG FIXES

* network areas (Consul Enterprise): Ensure that TCP based transport for
  network area memberlist propgates failed nodes properly [GH-6479]
* network areas (Consul Enterprise): make sure network areas are left as
  well when consul is leaving [GH-6453]
* ui: Show the correct message when a session has been removed from a KV
  [GH-6167]
* ui: Ensure KV sessions visually aren't shared between multiple KV's
  [GH-6166]
* tls: make sure auto_encrypt has private key type and bits [GH-6392]

FEATURES

* ui: Add leader icon for node listing view to call out which node is the
  current leader [GH-6265]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d48ece25fd4d98c3461d83bf0b63a55d5a22784b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 consul/Makefile | 2 +-
 consul/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 8510fa0020..576df39f4c 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.6.0
+DISTNAME=	consul-1.6.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 07ef9e3974..2ce5b6212f 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (consul-1.6.0.tar.gz) = 154d085756ca82988d562e37a082647e3cd9ef97
-RMD160 (consul-1.6.0.tar.gz) = 4ac17d68f25161d2b59fe5344c0d5a6543ce54a0
-SHA512 (consul-1.6.0.tar.gz) = a122892693e3bee0fc0e0b5c0945e4a8dddb890228c091112e0db11a8afd33430611c20ff9bc13d2b3a2ac0d3b560be2d9c4e03a9cc425983fbd8f7edb699658
-Size (consul-1.6.0.tar.gz) = 22465984 bytes
+SHA1 (consul-1.6.1.tar.gz) = 5a279024243be9522d6ef4313dfec27fcb7066c3
+RMD160 (consul-1.6.1.tar.gz) = 1cbeef441b7e3546eeefc8d0643df8807b4806e0
+SHA512 (consul-1.6.1.tar.gz) = 67e2032bd128288b0177f23fbacaa8c289682a88ad75a744e583619e9cf9426747f3e129be89080eb2f7c8d186a9c25899d3a4ac3c0cce73b9433bb29ba18ab2
+Size (consul-1.6.1.tar.gz) = 22621649 bytes


Home | Main Index | Thread Index | Old Index