diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-05-14 16:12:41 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-05-14 16:12:41 +0000 |
commit | d493b41749c4463f4b11e518b740547ca918682f (patch) | |
tree | 814f24a22a4f77e6b005110a877dd8674d428287 /sysutils | |
parent | f6af207b72013e56ecfcc4b015c07496f4537351 (diff) | |
download | pkgsrc-d493b41749c4463f4b11e518b740547ca918682f.tar.gz |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consul/Makefile | 4 | ||||
-rw-r--r-- | sysutils/consul/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index baef4a4ea26..4b7f3635aa6 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -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/} diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index 3fff96a683c..39eb60279c9 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -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 |