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 Jun 13 06:09:25 UTC 2017

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
## 0.8.4 (June 9, 2017)

FEATURES:
- agent: Added a method for transitioning to gossip encryption on an
  existing cluster
- agent: Added a method for transitioning to TLS on an existing cluster
- agent: Added support for RetryJoin on Azure
- agent: (Consul Enterprise) Added AWS server side encryption support
  for S3 snapshots using the snapshot agent.

IMPROVEMENTS:
- agent: Added a check which prevents advertising or setting a service
  to a zero address (`0.0.0.0`, `[::]`, `::`).
- agent: Allow binding to any public IPv6 address with `::`
- agent: Removed SCADA-related code for Atlas and deprecated all
  Atlas-related configuration options.
- agent: Added support for custom check id and name when registering
  checks along with a service.
- agent: Updated go-sockaddr library to add support for new helper
  functions in bind address templates (`GetPrivateIPs`, `GetPublicIPs`),
  new math functions, and to pick up fixes for issues with detecting
  addresses on multi-homed hosts.
- agent: Watches now reset their index back to zero after an error, or
  if the index goes backwards, which allows watches to recover after a
  server restart with fresh state.
- agent: HTTP health checks now upport custom method and headers.
- agent: Increased the graceful leave timeout from 5 to 15 seconds.
- agent: Added additional logging when the agent handles signals and
  when it exits.
- build: Added support for linux/arm64 binaries.
- build: Consul now builds with Go 1.8.3.
- ui: Added a sticky scroll to the KV side panel so the KV edit box
  always stays in place.

BUG FIXES:
- agent: Added defensive code to prevent agents from infecting the
  network coordinates with `NaN` or `Inf` values, and added code to
  clean up in environments where this has happened.
- api: Added code to always read from the body of a request so that
  connections will always be returned to the pool.
- build: Added a vendor fix to allow compilation on Illumos.
- cli: Fixed an issue where `consul exec` would return a 0 exit code,
  even when there were nodes that didn't respond.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/sysutils/consul/Makefile:1.17
--- pkgsrc/sysutils/consul/Makefile:1.16        Mon May 15 10:24:30 2017
+++ pkgsrc/sysutils/consul/Makefile     Tue Jun 13 06:09:25 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/05/15 10:24:30 fhajny Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/13 06:09:25 fhajny Exp $
 
-DISTNAME=      consul-0.8.3
+DISTNAME=      consul-0.8.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.11 pkgsrc/sysutils/consul/distinfo:1.12
--- pkgsrc/sysutils/consul/distinfo:1.11        Mon May 15 10:24:30 2017
+++ pkgsrc/sysutils/consul/distinfo     Tue Jun 13 06:09:25 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/05/15 10:24:30 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2017/06/13 06:09:25 fhajny Exp $
 
-SHA1 (consul-0.8.3.tar.gz) = c6c5950f8e99cb2a26ca17dc42da42401a521128
-RMD160 (consul-0.8.3.tar.gz) = 1317ea1f8b650aad20a84d9b4ce4f66260f304de
-SHA512 (consul-0.8.3.tar.gz) = 84c72f5cdc9f82288b29b92e386324214bf71ef3952cbd3391f4c7c427cf5f385a3e472304cfb8c837bbfb009547ad3b736d6f66f0546a5f994d547d431bd4b8
-Size (consul-0.8.3.tar.gz) = 6513579 bytes
+SHA1 (consul-0.8.4.tar.gz) = 5710418659782be7ac0a50940719b1ad8fb13d5f
+RMD160 (consul-0.8.4.tar.gz) = 5cb4b9d65cbfe44ead1f974b229a17665df3b710
+SHA512 (consul-0.8.4.tar.gz) = 4bbb167a603f1d20940330bd9615ba0f50e0113e1d96ce47773f5d2813635f76dd1aec8f43dae4c8c547cec8a891eb0726eeeda7bd7c5b1d495029b359378e68
+Size (consul-0.8.4.tar.gz) = 6614287 bytes



Home | Main Index | Thread Index | Old Index