pkgsrc-WIP-changes archive

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

consul: Update to 1.5.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Jun 29 13:26:04 2019 +0900
Changeset:	bdb7fdaeff7dfc4170a257160cff236b4f3285d6

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.5.2

FEATURE

* tls: auto_encrypt enables automatic RPC cert provisioning for consul
  clients [GH-5597]

IMPROVEMENTS

* ui: allow for customization of consul UI path [GH-5950]
* acl: allow service deregistration with node write permission [GH-5217]
* agent: support for maximum size for Output of checks [GH-5233]
* agent: improve startup message when no error occurs [GH-5896]
* agent: make sure client agent rate limits apply when hitting the client
  interface on a server directly [GH-5927]
* agent: use stale requests when performing full sync [GH-5873]
* agent: transfer leadership when establishLeadership fails [GH-5247]
* agent: added metadata information about servers into consul service
  description [GH-5455]
* connect: provide -admin-access-log-path for envoy [GH-5858]
* connect: upgrade Envoy xDS protocol to support Envoy 1.10 [GH-5872]
* dns: support alt domains for dns resolution [GH-5940]
* license (enterprise): add command to reset license to builtin one
* ui: Improve linking between sidecars and proxies and their
  services/service instances [GH-5944]
* ui: Add ability to search for tokens by policy, role or service identity
  name [GH-5811]

BUG FIXES:

* agent: fix several data races and bugs related to node-local alias checks
  [GH-5876]
* api: update link to agent caching in comments [GH-5935]
* connect: fix proxy address formatting for IPv6 addresses [GH-5460]
* connect: store signingKeyId instead of authorityKeyId [GH-6005]
* ui: fix service instance linking when multiple non-unique service id's
  exist on multiple nodes [GH-5933]
* ui: Improve error messaging for ACL policies [GH-5836]
* txn: Fixed an issue that would allow a CAS operation on a service to work
  when it shouldn't have. [GH-5971]

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

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

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

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index f2ec7a9e78..a57d2ca212 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.5.1
-PKGREVISION=	1
+DISTNAME=	consul-1.5.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index af2d2a38ce..9c8a0234f2 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (consul-1.5.1.tar.gz) = 2c02f1412460e84ebe55d13b2e73e8fb9e935ca2
-RMD160 (consul-1.5.1.tar.gz) = 2c998e4c962204f4f35b1f4c48885b0ad07db6b8
-SHA512 (consul-1.5.1.tar.gz) = 7486d24bf1fa9fe94175abf9e008dc4fe4277c509381a524a9ee20e17bc4959f621e39be29e33622cb672ef3a04f9161e575009197bcd35c78b45f1d2637a2ea
-Size (consul-1.5.1.tar.gz) = 21123963 bytes
+SHA1 (consul-1.5.2.tar.gz) = f1a487052be99601446196cf1953bb798fa641af
+RMD160 (consul-1.5.2.tar.gz) = 18285546b0894092ae83a8d7fb05500dabe103ce
+SHA512 (consul-1.5.2.tar.gz) = e0820592abc5e119f74c8bf3d11a23726ee6dda7d193864a4486d64deef0bfd6ae4c9170b57d6f978e7ddfeb425229a019c45a8edcdea0938bce9315f2444fd6
+Size (consul-1.5.2.tar.gz) = 21697719 bytes


Home | Main Index | Thread Index | Old Index