pkgsrc-WIP-changes archive

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

consul: Update to 1.10.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Oct 3 13:30:52 2021 +0900
Changeset:	8ffb30e28bbf6a86dfc0e03ff8fa75858247a2fe

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.10.3

FEATURES:

* sso/oidc: (Enterprise only) Add support for providing acr_values in OIDC
  auth flow [GH-11026]

IMPROVEMENTS:

* audit-logging: (Enterprise Only) Audit logs will now include select HTTP
  headers in each logs payload. Those headers are: Forwarded, Via,
  X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Proto. [GH-11107]
* connect: update supported envoy versions to 1.18.4, 1.17.4, 1.16.5
  [GH-10961]
* telemetry: Add new metrics for the count of KV entries in the Consul
  store. [GH-11090]

BUG FIXES:

* api: Revert early out errors from license APIs to allow v1.10+ clients to
  manage licenses on older servers [GH-10952]
* connect: Fix upstream listener escape hatch for prepared queries
  [GH-11109]
* grpc: strip local ACL tokens from RPCs during forwarding if crossing
  datacenters [GH-11099]
* tls: consider presented intermediates during server connection tls
  handshake. [GH-10964]
* ui: (Enterprise Only) Fix saving intentions with namespaced
  source/destination [GH-11095]
* ui: Don't show a CRD warning for read-only intentions [GH-11149]
* ui: Ensure routing-config page blocking queries are cleaned up correctly
  [GH-10915]
* ui: Ignore reported permissions for KV area meaning the KV is always
  enabled for both read/write access if the HTTP API allows. [GH-10916]
* ui: hide create button for policies/roles/namespace if users token has no
  write permissions to those areas [GH-10914]
* xds: ensure the active streams counters are 64 bit aligned on 32 bit
  systems [GH-11085]
* xds: fixed a bug where Envoy sidecars could enter a state where they
  failed to receive xds updates from Consul [GH-10987]

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

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

diffs:
diff --git a/consul/Makefile b/consul/Makefile
index f2bfe7aaa3..c6e24120f3 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.10.2
+DISTNAME=	consul-1.10.3
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index b6c4bbafc9..9f66686a12 100644
--- a/consul/distinfo
+++ b/consul/distinfo
@@ -16,10 +16,10 @@ SHA1 (cloud.google.com_go_@v_v0.38.0.zip) = e8fc42c24b508308c1eeec0734355753957b
 RMD160 (cloud.google.com_go_@v_v0.38.0.zip) = d60966b058fbdaa89c0e915bf979655c09a0af14
 SHA512 (cloud.google.com_go_@v_v0.38.0.zip) = 8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 Size (cloud.google.com_go_@v_v0.38.0.zip) = 2721920 bytes
-SHA1 (consul-1.10.2.tar.gz) = 5935e1f8cd984e39a51d5a64aca45efc37f13703
-RMD160 (consul-1.10.2.tar.gz) = fb1ab578069db969e6cae3d148dfea5c6d6708d0
-SHA512 (consul-1.10.2.tar.gz) = 7a1334668e22ffa4382b04844479a551cf45550d0298e8c619a6dd36866ee1830d1a23c76e4cc1dd0b77afabece641614fe8b345c673cd47d3f696183e0de6ff
-Size (consul-1.10.2.tar.gz) = 29636501 bytes
+SHA1 (consul-1.10.3.tar.gz) = aa6b5d9b7e62d0a5244c66d6c0155d8d1c7cf8f5
+RMD160 (consul-1.10.3.tar.gz) = 238a38324d029db33fc8edda1409c0078950cf7e
+SHA512 (consul-1.10.3.tar.gz) = 02bb8435e1a02711b5cacdc50165c8c81d27051c709d62a3f5e7b1b6121e1e47f20460b6a302ccc27a5ad9814774e8af1545e9b4a4ae4170b34218bf1587755b
+Size (consul-1.10.3.tar.gz) = 30831398 bytes
 SHA1 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = f9109627fbe12f64f8eb8833bd5b229a66ce0b23
 RMD160 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = 23f84f3bda5e834ca479cd36203a4490457181a8
 SHA512 (github.com__azure_azure-sdk-for-go_@v_v40.3.0+incompatible.mod) = be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e


Home | Main Index | Thread Index | Old Index