pkgsrc-WIP-changes archive

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

consul: Update to 1.9.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 6 13:15:52 2021 +0900
Changeset:	1f33cd0f82ae52548d1fed65f2254f9c3f772f40

Modified Files:
	consul/Makefile
	consul/distinfo

Log Message:
consul: Update to 1.9.4

FEATURES:

* ui: Add additional search/filter status pills for viewing and removing
  current filters in listing views [GH-9442]

IMPROVEMENTS:

* cli: Add new -cluster-id and common-name to consul tls ca create to
  support creating a CA for Consul Connect. [GH-9585]
* license: (Enterprise only) Temporary client license duration was
  increased from 30m to 6h.
* server: (Enterprise Only) Validate source namespaces in
  service-intentions config entries. [GH-9527]
* server: use the presence of stored federation state data as a sign that
  we already activated the federation state feature flag [GH-9519]

BUG FIXES:

* autopilot: Fixed a bug that would cause snapshot restoration to stop
  autopilot on the leader. [GH-9626]
* server: When wan federating via mesh gateways after initial federation
  default to using the local mesh gateways unless the heuristic indicates a
  bypass is required. [GH-9528]
* server: When wan federating via mesh gateways only do heuristic primary
  DC bypass on the leader. [GH-9366]
* ui: Fixed a bug that would cause missing or duplicate service instance
  healthcheck listings. [GH-9660]

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

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 40b0ce1899..466b7ea9ae 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	consul-1.9.3
+DISTNAME=	consul-1.9.4
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/consul/distinfo b/consul/distinfo
index 75f5e54266..caf0311251 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.9.3.tar.gz) = 44b4f220666b668fa824b117e9248c4bdae76416
-RMD160 (consul-1.9.3.tar.gz) = 93151e39db90568c1d50d500baf9fe9df9622c72
-SHA512 (consul-1.9.3.tar.gz) = 449bbff2a66b0e3a45b577d6a79a27af538c1087797eab2014fde7f59bf505e08dfe81841c36509c75d2ca4a0418ddd3b50c64f0371778ac43e69bedb1a2faab
-Size (consul-1.9.3.tar.gz) = 30367669 bytes
+SHA1 (consul-1.9.4.tar.gz) = f08b477ffa85cbd5574492b02545e81f48337715
+RMD160 (consul-1.9.4.tar.gz) = 02db4faae976d2b68f75be160ee4e72f91030688
+SHA512 (consul-1.9.4.tar.gz) = 81dd4a16b599bf12a35bece04f782efdb78b78186d46e7eb0e2fd4bb21bc843bf53784da9392f9324f8656910ea3601c9f746be81e879ba774c36f268cbffebc
+Size (consul-1.9.4.tar.gz) = 30350632 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