From ae1d9854079ff1d325f955a4d26024c39ca15ebe Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 13 Jun 2017 06:09:25 +0000 Subject: ## 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. --- sysutils/consul/Makefile | 4 ++-- sysutils/consul/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sysutils/consul') diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 03c4d70bc36..d4aa1998e89 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -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/} diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index eeb942b2df0..f6d724da763 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -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 -- cgit v1.2.3