pkgsrc-WIP-changes archive

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

consul: Update to 1.12.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun May 29 15:28:30 2022 +0900
Changeset:	8b3b2fbe35d942b78e743be4303cc16fdd86878c

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.12.1

FEATURES:

* xds: Add the ability to invoke AWS Lambdas through sidecar
proxies. [GH-12956]

IMPROVEMENTS:

* config: introduce telemetry.retry_failed_connection in agent
configuration to retry on failed connection to any telemetry backend. This
prevents the agent from exiting if the given DogStatsD DNS name is
unresolvable, for example. [GH-13091]
* sentinel: (Enterprise Only) Sentinel now uses SHA256 to generate policy
ids
* xds: Envoy now inserts x-forwarded-client-cert for incoming proxy
connections [GH-12878]

BUG FIXES:

* Fix a bug when configuring an add_headers directive named Host the header
is not set for v1/internal/ui/metrics-proxy/ endpoint. [GH-13071]
* api: Fix a bug that causes partition to be ignored when creating a
namespace [GH-12845]
* api: agent/self now returns version with +ent suffix for Enterprise
Consul [GH-12961]
* areas: (Enterprise Only) Fixes a bug when using Yamux pool ( for servers
version 1.7.3 and later), the entire pool was locked while connecting to a
remote location, which could potentially take a long time. [GH-1368]
* ca: fix a bug that caused a non blocking leaf cert query after a blocking
leaf cert query to block [GH-12820]
* config: fix backwards compatibility bug where setting the (deprecated)
top-level verify_incoming option would enable TLS client authentication on
the gRPC port [GH-13118]
* health: ensure /v1/health/service/:service endpoint returns the most
recent results when a filter is used with streaming #12640 [GH-12640]
* snapshot-agent: (Enterprise only) Fix a bug where providing the ACL token
to the snapshot agent via a CLI or ENV variable without a license
configured results in an error during license auto-retrieval.
* ui: Re-instate '...' icon for row actions [GH-13183]

NOTES:

* ci: change action to pull v1 instead of main [GH-12846]

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

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 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index 0a63aac1c3..34c8c0cb84 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.12.0
+DISTNAME=	consul-1.12.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 22e5651fb2..19da1b1ae0 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -105,9 +105,9 @@ Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.8.0.zip) = b1fa72baabf12f00889200a4cbdc42a8de5756e35b0287fce1de2871a586ceb8
 SHA512 (cloud.google.com_go_storage_@v_v1.8.0.zip) = afb89e13f5024712461cf4bd35705320ddbe8280eb438bbf2d7bbeb6b42dc592b4b9f6d5e76113e886a460d945ec66477268631a4c7a6edd75de513494750383
 Size (cloud.google.com_go_storage_@v_v1.8.0.zip) = 432353 bytes
-BLAKE2s (consul-1.12.0.tar.gz) = b568c9589ed57a2b737db5e4a6acd1216cf4aeb0237e9f1216591295087990dd
-SHA512 (consul-1.12.0.tar.gz) = c83a5b9e68f46e5f458fb607f60d80fa7bc2dd46000c60bd9838fb03ea925ec5f0c0a4336f9052f70f805b41b4dd8fc872f5f6e883de5da29a87f5273507f31e
-Size (consul-1.12.0.tar.gz) = 23969785 bytes
+BLAKE2s (consul-1.12.1.tar.gz) = b90cf55f733ab683cc661e148dffc996279e9509b7601fbb956bc79c2f35972a
+SHA512 (consul-1.12.1.tar.gz) = 33925b20a81c7ab9873e5dfc24c26d14c86494c03de0a4030304bf4ac0169b59843337ef05f0564fa69de9dba08e350774e7ae62c6914769d8f0d4cb625e4910
+Size (consul-1.12.1.tar.gz) = 24196810 bytes
 BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2
 SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes


Home | Main Index | Thread Index | Old Index