pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consul



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Jul  3 12:14:30 UTC 2018

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/consul/distinfo

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

Modified files:

Index: pkgsrc/sysutils/consul/Makefile
diff -u pkgsrc/sysutils/consul/Makefile:1.33 pkgsrc/sysutils/consul/Makefile:1.34
--- pkgsrc/sysutils/consul/Makefile:1.33        Tue Jun 12 17:50:27 2018
+++ pkgsrc/sysutils/consul/Makefile     Tue Jul  3 12:14:30 2018
@@ -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/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.25 pkgsrc/sysutils/consul/distinfo:1.26
--- pkgsrc/sysutils/consul/distinfo:1.25        Mon May 14 16:12:41 2018
+++ pkgsrc/sysutils/consul/distinfo     Tue Jul  3 12:14:30 2018
@@ -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