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:           Fri Jan 27 14:33:17 UTC 2017

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
Update sysutils/consul to 0.7.3.

FEATURES:

- KV Import/Export CLI: consul kv export and consul kv import can be
  used to move parts of the KV tree between disconnected consul
  clusters, using JSON as the intermediate representation.
- Node Metadata: Support for assigning user-defined metadata key/value
  pairs to nodes has been added.
- Node Identifiers: Consul agents can now be configured with a unique
  identifier, or they will generate one at startup that will persist
  across agent restarts.
- Improved Blocking Queries: Consul's blocking query implementation was
  improved to provide a much more fine-grained mechanism for detecting
  changes.
- GCE auto-discovery: New -retry-join-gce configuration options added to
  allow bootstrapping by automatically discovering Google Cloud
  instances with a given tag at startup.

IMPROVEMENTS:

- build: Consul is now built with Go 1.7.4.
- cli: consul kv get now has a -base64 flag to base 64 encode the value.
- cli: consul kv put now has a -base64 flag for setting values which are
  base 64 encoded.
- ui: Added a notice that JS is required when viewing the web UI with JS
  disabled.

BUG FIXES:

- agent: Redacted the AWS access key and secret key ID from the
  /v1/agent/self output so they are not disclosed.
- agent: Fixed a rare startup panic due to a Raft/Serf race condition.
- cli: Fixed a panic when an empty quoted argument was given to consul
  kv put.
- tests: Fixed a race condition with check mock's map usage.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/sysutils/consul/Makefile:1.9
--- pkgsrc/sysutils/consul/Makefile:1.8 Tue Jan  3 07:39:07 2017
+++ pkgsrc/sysutils/consul/Makefile     Fri Jan 27 14:33:17 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/01/03 07:39:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/27 14:33:17 fhajny Exp $
 
-DISTNAME=      consul-0.7.2
+DISTNAME=      consul-0.7.3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.4 pkgsrc/sysutils/consul/distinfo:1.5
--- pkgsrc/sysutils/consul/distinfo:1.4 Tue Jan  3 07:39:07 2017
+++ pkgsrc/sysutils/consul/distinfo     Fri Jan 27 14:33:17 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/01/03 07:39:07 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2017/01/27 14:33:17 fhajny Exp $
 
-SHA1 (consul-0.7.2.tar.gz) = c7aaf0068e401144cd4b2410543ded8f7b569bc2
-RMD160 (consul-0.7.2.tar.gz) = cf3dd07fe189e74641ec91141cf3a722bf82c766
-SHA512 (consul-0.7.2.tar.gz) = 62638f652bad421fe6400338f52f6a142dda9bf4838682f5a31c94ebdb3569ed217cfc7ba8b53a38fae44aaaa8e93912a486d445ed7addb2ff58c7c608469322
-Size (consul-0.7.2.tar.gz) = 4200076 bytes
+SHA1 (consul-0.7.3.tar.gz) = bd287182b7b6f3cf5bd28c08e1fbbbd0ac27a6fd
+RMD160 (consul-0.7.3.tar.gz) = f833a05340d66ded041f3b0ae3539ada24719153
+SHA512 (consul-0.7.3.tar.gz) = abb81183118fa3af0e3ef6c46b15441c8ce6b15dbd37e8516a36f2a2fe7eda8f98a11c40e14181392858ba92d86f4148849c15b6afef16439f1b2e250159a717
+Size (consul-0.7.3.tar.gz) = 5022341 bytes



Home | Main Index | Thread Index | Old Index