consul: Update to 1.5.2

FEATURE

* tls: auto_encrypt enables automatic RPC cert provisioning for consul
  clients [GH-5597]

IMPROVEMENTS

* ui: allow for customization of consul UI path [GH-5950]
* acl: allow service deregistration with node write permission [GH-5217]
* agent: support for maximum size for Output of checks [GH-5233]
* agent: improve startup message when no error occurs [GH-5896]
* agent: make sure client agent rate limits apply when hitting the client
  interface on a server directly [GH-5927]
* agent: use stale requests when performing full sync [GH-5873]
* agent: transfer leadership when establishLeadership fails [GH-5247]
* agent: added metadata information about servers into consul service
  description [GH-5455]
* connect: provide -admin-access-log-path for envoy [GH-5858]
* connect: upgrade Envoy xDS protocol to support Envoy 1.10 [GH-5872]
* dns: support alt domains for dns resolution [GH-5940]
* license (enterprise): add command to reset license to builtin one
* ui: Improve linking between sidecars and proxies and their
  services/service instances [GH-5944]
* ui: Add ability to search for tokens by policy, role or service identity
  name [GH-5811]

BUG FIXES:

* agent: fix several data races and bugs related to node-local alias checks
  [GH-5876]
* api: update link to agent caching in comments [GH-5935]
* connect: fix proxy address formatting for IPv6 addresses [GH-5460]
* connect: store signingKeyId instead of authorityKeyId [GH-6005]
* ui: fix service instance linking when multiple non-unique service id's
  exist on multiple nodes [GH-5933]
* ui: Improve error messaging for ACL policies [GH-5836]
* txn: Fixed an issue that would allow a CAS operation on a service to work
  when it shouldn't have. [GH-5971]
This commit is contained in:
Iku Iwasa 2019-06-29 13:26:04 +09:00
parent 88d864fdd8
commit bdb7fdaeff
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD$
DISTNAME= consul-1.5.1
PKGREVISION= 1
DISTNAME= consul-1.5.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (consul-1.5.1.tar.gz) = 2c02f1412460e84ebe55d13b2e73e8fb9e935ca2
RMD160 (consul-1.5.1.tar.gz) = 2c998e4c962204f4f35b1f4c48885b0ad07db6b8
SHA512 (consul-1.5.1.tar.gz) = 7486d24bf1fa9fe94175abf9e008dc4fe4277c509381a524a9ee20e17bc4959f621e39be29e33622cb672ef3a04f9161e575009197bcd35c78b45f1d2637a2ea
Size (consul-1.5.1.tar.gz) = 21123963 bytes
SHA1 (consul-1.5.2.tar.gz) = f1a487052be99601446196cf1953bb798fa641af
RMD160 (consul-1.5.2.tar.gz) = 18285546b0894092ae83a8d7fb05500dabe103ce
SHA512 (consul-1.5.2.tar.gz) = e0820592abc5e119f74c8bf3d11a23726ee6dda7d193864a4486d64deef0bfd6ae4c9170b57d6f978e7ddfeb425229a019c45a8edcdea0938bce9315f2444fd6
Size (consul-1.5.2.tar.gz) = 21697719 bytes