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:           Mon May 14 16:12:41 UTC 2018

Modified Files:
        pkgsrc/sysutils/consul: Makefile distinfo

Log Message:
sysutils/consul: Update to 1.1.0.

FEATURES:

- UI: The web UI has been completely redesigned and rebuilt and is in
  an opt-in beta period.
- api: Added support for Prometheus client format in metrics endpoint
  with `?format=prometheus` (see docs)
- agent: New Cloud Auto-join provider: Joyent Triton.
- agent: (Consul Enterprise) Implemented license management with
  license propagation within a datacenter.

BREAKING CHANGES:

- agent: The following previously deprecated fields and config options
  have been removed
  - `CheckID` has been removed from config file check definitions (use
    `id` instead).
  - `script` has been removed from config file check definitions (use
    `args` instead).
  - `enableTagOverride` is no longer valid in service definitions (use
    `enable_tag_override` instead).
  - The deprecated set of metric names (beginning with
    `consul.consul.`) has been removed along with the
    `enable_deprecated_names` option from the metrics configuration.

IMPROVEMENTS:

- agent: Improve DNS performance on large clusters
- agent: `start_join`, `start_join_wan`, `retry_join`,
  `retry_join_wan` config params now all support go-sockaddr templates
- server: Added new configuration options `raft_snapshot_interval` and
  `raft_snapshot_threshold` to allow operators to  configure how often
  servers take raft snapshots. The default values for these have been
  tuned for large and busy clusters with high write load.

BUG FIXES:

- agent: Only call signal.Notify once during agent startup
- agent: Add support for the new Service Meta field in agent config
- api: Add support for the new Service Meta field in API client
- agent: Updated serf library for two bug fixes - allow enough time
  for leave intents to propagate
- agent: When node-level checks (e.g. maintenance mode) were deleted,
  some watchers currently in between blocking calls may have missed
  the change in index.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/consul/Makefile
cvs rdiff -u -r1.24 -r1.25 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.31 pkgsrc/sysutils/consul/Makefile:1.32
--- pkgsrc/sysutils/consul/Makefile:1.31        Mon Apr 16 12:36:12 2018
+++ pkgsrc/sysutils/consul/Makefile     Mon May 14 16:12:41 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2018/04/16 12:36:12 fhajny Exp $
+# $NetBSD: Makefile,v 1.32 2018/05/14 16:12:41 fhajny Exp $
 
-DISTNAME=      consul-1.0.7
+DISTNAME=      consul-1.1.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hashicorp/}
 

Index: pkgsrc/sysutils/consul/distinfo
diff -u pkgsrc/sysutils/consul/distinfo:1.24 pkgsrc/sysutils/consul/distinfo:1.25
--- pkgsrc/sysutils/consul/distinfo:1.24        Mon Apr 16 12:36:12 2018
+++ pkgsrc/sysutils/consul/distinfo     Mon May 14 16:12:41 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2018/04/16 12:36:12 fhajny Exp $
+$NetBSD: distinfo,v 1.25 2018/05/14 16:12:41 fhajny Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index