pkgsrc-Changes-HG archive

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

pkgsrc: sysutils/consul: Update to 1.0.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beb4c014bd19
branches:  trunk
changeset: 306376:beb4c014bd19
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Apr 16 12:36:12 2018 +0000
description:
sysutils/consul: Update to 1.0.7.

IMPROVEMENTS:

- build: Bumped Go version to 1.10
- agent: Blocking queries on service-specific health and catalog
  endpoints now return a per-service `X-Consul-Index` improving watch
  performance on very busy clusters.
- agent: All endpoints now respond to OPTIONS requests.
- agent: List of supported TLS cipher suites updated to include newer
  options,
- agent: WAN federation can now be disabled by setting the serf WAN
  port to -1.
- agent: Added support for specifying metadata during service
  registration.
- agent: Added a new `discover-max-stale` config option to enable
  stale requests for service discovery endpoints.
- agent: (Consul Enterprise) Added a new option to the snapshot agent
  for configuring the S3 endpoint.
- dns: Introduced a new config param to limit the number of A/AAAA
  records returned.
- dns: Upgrade vendored DNS library to pick up bugfixes and
  improvements.
- server: Updated yamux library to pick up a performance improvement.
- server: Add near=\_ip support for prepared queries
- api: Add support for GZIP compression in HTTP responses.
- api: Add `IgnoreCheckIDs` to Prepared Query definition to allow
  temporarily bypassing faulty health checks

BUG FIXES:

- agent: Fixed an issue where the coordinate update endpoint was not
  correctly parsing the ACL token.
- agent: Fixed an issue where `consul monitor` couldn't be terminated
  until the first log line is delivered
- agent: Added warnings for when a node name isn't a valid DNS name
  and when the node name, a service name or service tags would exceed
  the allowed lengths for DNS names
- agent: Added truncation of TCP DNS responses to prevent errors for
  exceeding message size limits
- agent: Added -config-format flag to validate command to specify the
  syntax that should be used for parsing the config
- agent: HTTP Checks now report the HTTP method used instead of always
  reporting as a GET
- server: Fixed an issue where the leader could miss clean up after a
  leadership transition.

diffstat:

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

diffs (28 lines):

diff -r 20833f897237 -r beb4c014bd19 sysutils/consul/Makefile
--- a/sysutils/consul/Makefile  Mon Apr 16 12:31:07 2018 +0000
+++ b/sysutils/consul/Makefile  Mon Apr 16 12:36:12 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2018/04/16 12:36:12 fhajny Exp $
 
-DISTNAME=      consul-1.0.6
-PKGREVISION=   2
+DISTNAME=      consul-1.0.7
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 
diff -r 20833f897237 -r beb4c014bd19 sysutils/consul/distinfo
--- a/sysutils/consul/distinfo  Mon Apr 16 12:31:07 2018 +0000
+++ b/sysutils/consul/distinfo  Mon Apr 16 12:36:12 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/02/27 11:37:44 fhajny Exp $
+$NetBSD: distinfo,v 1.24 2018/04/16 12:36:12 fhajny Exp $
 
-SHA1 (consul-1.0.6.tar.gz) = cf7dd8a70fdff13e91fbe7619c1ca3a90743196c
-RMD160 (consul-1.0.6.tar.gz) = 4dc135f14713686ff227b6b4d597e5426fa40ee9
-SHA512 (consul-1.0.6.tar.gz) = c55f09272859b828816ddf548952769172331c22be8a70a7f73ab9362744fb1f4bc5fdf81955a0dbc4101584cf3660f182620dcdc56bcf94b42dce644be232a8
-Size (consul-1.0.6.tar.gz) = 8211299 bytes
+SHA1 (consul-1.0.7.tar.gz) = b15defab27a7cde7e1b94ec0389403c4618e8575
+RMD160 (consul-1.0.7.tar.gz) = 1b01cfb7f98e691267cf4923f5dc06a4233f24b1
+SHA512 (consul-1.0.7.tar.gz) = 0abedfeef1fd46e3885ef43e1a60e73380e67c3bb29eb3014e35cb2b64d3a158e1958306ce2144e0f6a26e94ea720528827dfcb448fa2fbeeab9263ae3abe03b
+Size (consul-1.0.7.tar.gz) = 8331575 bytes



Home | Main Index | Thread Index | Old Index