pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/prometheus prometheus: updated to 2.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/449958395adf
branches:  trunk
changeset: 440846:449958395adf
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 20 09:56:52 2020 +0000

description:
prometheus: updated to 2.22.0

2.22.0

As announced in the 2.21.0 release notes, the experimental gRPC API v2 has been
removed.

[CHANGE] web: Remove APIv2.
[ENHANCEMENT] React UI: Implement missing TSDB head stats section.
[ENHANCEMENT] UI: Add Collapse all button to targets page.
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon.
[ENHANCEMENT] Add rule_group_last_evaluation_samples and prometheus_tsdb_data_replay_duration_seconds metrics.
[ENHANCEMENT] Gracefully handle unknown WAL record types.
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit binaries.
[BUGFIX] Adjust scrape timestamps to align them to the intended schedule, effectively reducing block size. Workaround for a regression in go1.14+.
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit tests.
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit.
[BUGFIX] Don't do literal regex matching optimisation when case insensitive.
[BUGFIX] Fix classic UI sometimes running queries for instant query when in range query mode.

diffstat:

 databases/prometheus/Makefile |   5 ++---
 databases/prometheus/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 4a6ea7983778 -r 449958395adf databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Tue Oct 20 09:55:43 2020 +0000
+++ b/databases/prometheus/Makefile     Tue Oct 20 09:56:52 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/10/15 13:08:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2020/10/20 09:56:52 adam Exp $
 
-DISTNAME=      prometheus-2.21.0
+DISTNAME=      prometheus-2.22.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
-PKGREVISION=   1
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
diff -r 4a6ea7983778 -r 449958395adf databases/prometheus/distinfo
--- a/databases/prometheus/distinfo     Tue Oct 20 09:55:43 2020 +0000
+++ b/databases/prometheus/distinfo     Tue Oct 20 09:56:52 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2020/09/30 13:12:20 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/10/20 09:56:52 adam Exp $
 
-SHA1 (prometheus-2.21.0.tar.gz) = b7fc40cfde5912b474a1c3472f13fb7f9a64fda8
-RMD160 (prometheus-2.21.0.tar.gz) = 8f2a05afdf0fe3638e01386d4b908693ec0db8d6
-SHA512 (prometheus-2.21.0.tar.gz) = 6c4af981582a0cb07a8be5cfa786797507f3f23e4d52f03a4f4126b9b5df84f0481d7400120ed3368268f77d07d8d939f1a8758044e65ede291d9ccafc1b3239
-Size (prometheus-2.21.0.tar.gz) = 13971178 bytes
+SHA1 (prometheus-2.22.0.tar.gz) = 042f0f071cd2822907fab97867153d713af45117
+RMD160 (prometheus-2.22.0.tar.gz) = 3b40fb59a6823678d246a423c846213d7ff60354
+SHA512 (prometheus-2.22.0.tar.gz) = 681bad2af2a0f14658c07b88d4a87c3d9bed68aa13a27f1db8be295faf602e0db21517c9213f22fd3878f7df1baada44f24119a007ce6bf824606d8d0ad9b59a
+Size (prometheus-2.22.0.tar.gz) = 14140650 bytes
 SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
 SHA1 (patch-web_ui_ui.go) = 900fd75a9b9e7bbb8aa18a3e06d9c237b94708cf



Home | Main Index | Thread Index | Old Index