pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

consul: Update to 1.14.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 29 10:50:09 2023 +0900
Changeset:	635ac5ad0235d7a74b9ee08641a8d898e0eeb2ca

Modified Files:
	consul/Makefile
	consul/distinfo
	consul/go-modules.mk

Log Message:
consul: Update to 1.14.4

BREAKING CHANGES:

* connect: Fix configuration merging for transparent proxy
upstreams. Proxy-defaults and service-defaults config entries were not
correctly merged for implicit upstreams in transparent proxy mode and would
result in some configuration not being applied. To avoid issues when
upgrading, ensure that any proxy-defaults or service-defaults have correct
configuration for upstreams, since all fields will now be properly used to
configure proxies.
* peering: Newly created peering connections must use only lowercase
characters in the name field. Existing peerings with uppercase characters
will not be modified, but they may encounter issues in various
circumstances. To maintain forward compatibility and avoid issues, it is
recommended to destroy and re-create any invalid peering connections so
that they do not have a name containing uppercase characters.

FEATURES:

* connect: add flags envoy-ready-bind-port and envoy-ready-bind-address to
the consul connect envoy command that allows configuration of readiness
probe on proxy for any service kind.
* deps: update to latest go-discover to provide ECS auto-discover
capabilities.

IMPROVEMENTS:

* acl: relax permissions on the WatchServers, WatchRoots and
GetSupportedDataplaneFeatures gRPC endpoints to accept any valid ACL token
* connect: Add support for ConsulResolver to specifies a filter expression
* grpc: Use new balancer implementation to reduce periodic WARN logs when
shuffling servers.
* partition: (Consul Enterprise only) when loading service from on-disk
config file or sending API request to agent endpoint, if the partition is
unspecified, consul will default the partition in the request to agent's
partition

BUG FIXES:

* agent: Fix assignment of error when auto-reloading cert and key file
changes.
* agent: Fix issue where the agent cache would incorrectly mark protobuf
objects as updated.
* cli: Fix issue where consul connect envoy was unable to configure TLS
over unix-sockets to gRPC.
* connect: (Consul Enterprise only) Fix issue where upstream configuration
from proxy-defaults and service-defaults was not properly merged. This
could occur when a mixture of empty-strings and "default" were used for the
namespace or partition fields.
* connect: Fix issue where service-resolver protocol checks incorrectly
errored for failover peer targets.
* connect: Fix issue where watches on upstream failover peer targets did
not always query the correct data.
* xds: fix bug where sessions for locally-managed services could fail with
"this server has too many xDS streams open"

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=635ac5ad0235d7a74b9ee08641a8d898e0eeb2ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 consul/Makefile      |  2 +-
 consul/distinfo      | 18 +++++++++---------
 consul/go-modules.mk |  4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 3c64d23e15..c51d54a718 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.14.3
+DISTNAME=	consul-1.14.4
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index fc052230d9..6bee32eaad 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -102,9 +102,9 @@ Size (cloud.google.com_go_storage_@v_v1.6.0.mod) = 736 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.8.0.mod) = 692c82ecdaa77da7e9949128a1c191102b66f878700060363a58ee55577abad8
 SHA512 (cloud.google.com_go_storage_@v_v1.8.0.mod) = 409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes
-BLAKE2s (consul-1.14.3.tar.gz) = 12da5ef562f28f745cb7e9d900aa3946915dcbf718687696a6ced365f19db0df
-SHA512 (consul-1.14.3.tar.gz) = 1254c77c38eef49a2716778245b75bc29fe9dc66b7df6e0d67f2132e211a575e8ecef480b25d7c27f56415a52c066ff64ea848b5fd836d8014db38f470f98d88
-Size (consul-1.14.3.tar.gz) = 26761621 bytes
+BLAKE2s (consul-1.14.4.tar.gz) = 9f68cd221baf9085f9b2c6af708f521bdf9bace3e4f22129da23bd241d10cda6
+SHA512 (consul-1.14.4.tar.gz) = cd3c076eca3e50a543f8c0dc713e8751e5899e5dedf4ca7214c47bc773cfdca5b2e1d53986a87cc00c87f929095b5c8be88634dc90519bc3536cbc697def0daf
+Size (consul-1.14.4.tar.gz) = 26769285 bytes
 BLAKE2s (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = eb3f4ab190e559adf736a97c22f67df63bdc8b1b7be5cfd861a787c0df7b5197
 SHA512 (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = 39d2d0883241829c4923434d321c6d675b3d4324a8062bd70006fb88ba700fe46b0164a55f0c6bba7cf9dd667a460dc1be0b58636481f521b3ec220365028667
 Size (contrib.go.opencensus.io_exporter_ocagent_@v_v0.4.12.mod) = 385 bytes
@@ -1401,12 +1401,12 @@ Size (github.com_hashicorp_go-connlimit_@v_v0.3.0.mod) = 146 bytes
 BLAKE2s (github.com_hashicorp_go-connlimit_@v_v0.3.0.zip) = 4dd7fd8713cc06c8dc581684aff4b321b1aaff5647e3fb704e7954c25c21fae4
 SHA512 (github.com_hashicorp_go-connlimit_@v_v0.3.0.zip) = b85d89cd3ff65d27933b81dde7c0c7ddfaca19a68dc7aa0835b709c9c0ba3059d15adaf9ad27ea06e078ed5e4f203bbbdd52f3f24ec3b23c93e08e5dcfa7e01a
 Size (github.com_hashicorp_go-connlimit_@v_v0.3.0.zip) = 16296 bytes
-BLAKE2s (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.mod) = 1cca429ef701f8dcab4bbc7aa9e40f99b104823677e4398aab72624cfb5863de
-SHA512 (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.mod) = 6a35cc98b742ca303d8aa9ecf2fa154309ecb5c0108e0359de16b73461581001e1a694e3a396815f4d9045972754e15e666a7e1bd04ba210f50dc7092316ade2
-Size (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.mod) = 2064 bytes
-BLAKE2s (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.zip) = c34c8a68062eba3fb58909fbac7c8d2f61151268599ecb2e6bc8fa2c102f641a
-SHA512 (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.zip) = ccba9374ff51967d58077a1f6bc8da7aac775a729a86fac85677915f2d3f32a70aef7c99ce4aaa175bc89149e7cc13e05663df433979ad91b3c0a28f4795a968
-Size (github.com_hashicorp_go-discover_@v_v0.0.0-20220411141802-20db45f7f0f9.zip) = 102997 bytes
+BLAKE2s (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.mod) = 1cca429ef701f8dcab4bbc7aa9e40f99b104823677e4398aab72624cfb5863de
+SHA512 (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.mod) = 6a35cc98b742ca303d8aa9ecf2fa154309ecb5c0108e0359de16b73461581001e1a694e3a396815f4d9045972754e15e666a7e1bd04ba210f50dc7092316ade2
+Size (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.mod) = 2064 bytes
+BLAKE2s (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.zip) = 0ed38994f82f9f44c1e7e2009983d635e073f6131bcfb9a20ec19af0b03ac5c9
+SHA512 (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.zip) = 5babb68c973d5ab06f139c36a040ae33fbba0fae94a88c075c3b04f06fa0cf70d2be202c1c685decd4ef734bde58a44fa699f24d8a149e4d66a273c78ed2f9ff
+Size (github.com_hashicorp_go-discover_@v_v0.0.0-20220714221025-1c234a67149a.zip) = 106695 bytes
 BLAKE2s (github.com_hashicorp_go-hclog_@v_v0.0.0-20180709165350-ff2cf002a8dd.mod) = f4f2e62594ab757495ca5e080159d7bcec1aafc0ba130ccb86f87b78b6328fa2
 SHA512 (github.com_hashicorp_go-hclog_@v_v0.0.0-20180709165350-ff2cf002a8dd.mod) = f2a0acca0b74daa85f1b49e2a56bf2d58c17570379d80c696428e31c028ace8436bd734b032996b2e3a52396d90cfaf3c0a99fd414c10fe1d67727a0da962ac0
 Size (github.com_hashicorp_go-hclog_@v_v0.0.0-20180709165350-ff2cf002a8dd.mod) = 37 bytes
diff --git a/consul/go-modules.mk b/consul/go-modules.mk
index ce455c5905..d5246c578b 100644
--- a/consul/go-modules.mk
+++ b/consul/go-modules.mk
@@ -466,8 +466,8 @@ GO_MODULE_FILES+=	github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-cleanhttp/@v/v0.5.1.zip
 GO_MODULE_FILES+=	github.com/hashicorp/go-connlimit/@v/v0.3.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-connlimit/@v/v0.3.0.zip
-GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20220411141802-20db45f7f0f9.mod
-GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20220411141802-20db45f7f0f9.zip
+GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20220714221025-1c234a67149a.mod
+GO_MODULE_FILES+=	github.com/hashicorp/go-discover/@v/v0.0.0-20220714221025-1c234a67149a.zip
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.0.0-20180709165350-ff2cf002a8dd.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.12.0.mod
 GO_MODULE_FILES+=	github.com/hashicorp/go-hclog/@v/v0.14.1.mod


Home | Main Index | Thread Index | Old Index