pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/consul sysutils/consul: Update to 1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c68e9a1b5e7
branches:  trunk
changeset: 310005:3c68e9a1b5e7
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jul 03 12:14:30 2018 +0000

description:
sysutils/consul: Update to 1.2.0.

FEATURES:

- Connect Feature Beta: This version includes a major new feature for
  Consul named Connect. Connect enables secure service-to-service
  communication with automatic TLS encryption and identity-based
  authorization.
  - Connect must be enabled explicitly in configuration so upgrading a
    cluster will not affect any existing functionality until it's
    enabled.
  - This is a Beta feature, we don't recommend enabling this in
    production yet. Please see the documentation for more information.
- dns: Enable PTR record lookups for services with IPs that have no
  registered node
- ui: Default to serving the new UI. Setting the `CONSUL_UI_LEGACY`
  environment variable to `1` or `true` will revert to serving the old
UI

IMPROVEMENTS:

- agent: A Consul user-agent string is now sent to providers when
  making retry-join requests
- client: Add metrics for failed RPCs
- agent: Add configuration entry to control including TXT records for
  node meta in DNS responses
- client: Make RPC rate limit configuration reloadable

BUG FIXES:

- agent: Fixed an issue where watches were being duplicated on reload.
- agent: Fixed an issue with Agent watches on a HTTPS only agent would
  fail to use TLS.
- agent: Fixed bug that would cause unnecessary and frequent logging
  yamux keepalives
- dns: Re-enable full DNS compression

diffstat:

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

diffs (28 lines):

diff -r 1cc7931f7dca -r 3c68e9a1b5e7 sysutils/consul/Makefile
--- a/sysutils/consul/Makefile  Tue Jul 03 11:24:08 2018 +0000
+++ b/sysutils/consul/Makefile  Tue Jul 03 12:14:30 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/03 12:14:30 fhajny Exp $
 
-DISTNAME=      consul-1.1.0
-PKGREVISION=   1
+DISTNAME=      consul-1.2.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 
diff -r 1cc7931f7dca -r 3c68e9a1b5e7 sysutils/consul/distinfo
--- a/sysutils/consul/distinfo  Tue Jul 03 11:24:08 2018 +0000
+++ b/sysutils/consul/distinfo  Tue Jul 03 12:14:30 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/05/14 16:12:41 fhajny Exp $
+$NetBSD: distinfo,v 1.26 2018/07/03 12:14:30 fhajny Exp $
 
-SHA1 (consul-1.1.0.tar.gz) = e3a4f1047acb7c831bf772c3d26c4d5c0778df69
-RMD160 (consul-1.1.0.tar.gz) = 13d0527531883e7f9d2e60a1ff96ec0d9445e597
-SHA512 (consul-1.1.0.tar.gz) = 80c16a42fc58930234cb277bfdd21c3f1d9f7fe1cf2fea6284056a47f602a40a15ddd447779e83fc5b42502ca8a507a819f5ad7d11689c0bcbb0da739b217721
-Size (consul-1.1.0.tar.gz) = 11125956 bytes
+SHA1 (consul-1.2.0.tar.gz) = 80b62983aa44a7f90ad1619333a693a1d0af1fd5
+RMD160 (consul-1.2.0.tar.gz) = 97cd544c27de436a6f910f67e4a9cf4d643bb70c
+SHA512 (consul-1.2.0.tar.gz) = 1c018a5f35164a899a086ccdae94cb5e6e2a490e4c788d65b0026dbf448950d0c1038b2d61cb10f5e8c9ad22a1affad64dd4a7086b59dffd115d40aa7b3d0cce
+Size (consul-1.2.0.tar.gz) = 17187054 bytes



Home | Main Index | Thread Index | Old Index