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.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dead37a0100
branches:  trunk
changeset: 418569:8dead37a0100
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 28 06:44:12 2019 +0000

description:
prometheus: updated to 2.14.0

2.14.0
[SECURITY/BUGFIX] UI: Ensure warnings from the API are escaped.
[FEATURE] API: /api/v1/status/runtimeinfo and /api/v1/status/buildinfo endpoints added for use by the React UI.
[FEATURE] React UI: implement the new experimental React based UI.
Can be found by under /new.
Not all pages are implemented yet.
[FEATURE] Status: Cardinality statistics added to the Runtime & Build Information page.
[ENHANCEMENT/BUGFIX] Remote write: fix delays in remote write after a compaction.
[ENHANCEMENT] UI: Alerts can be filtered by state.
[BUGFIX] API: lifecycle endpoints return 403 when not enabled.
[BUGFIX] Build: Fix Solaris build.
[BUGFIX] Promtool: Remove false duplicate rule warnings when checking rule files with alerts.
[BUGFIX] Remote write: restore use of deduplicating logger in remote write.
[BUGFIX] Remote write: do not reshard when unable to send samples.
[BUGFIX] Service discovery: errors are no longer logged on context cancellation.
[BUGFIX] UI: handle null response from API properly.

diffstat:

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

diffs (28 lines):

diff -r 22d88522c641 -r 8dead37a0100 databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Thu Nov 28 06:30:51 2019 +0000
+++ b/databases/prometheus/Makefile     Thu Nov 28 06:44:12 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/11/09 23:12:05 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/28 06:44:12 adam Exp $
 
-DISTNAME=      prometheus-2.13.1
+DISTNAME=      prometheus-2.14.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 22d88522c641 -r 8dead37a0100 databases/prometheus/distinfo
--- a/databases/prometheus/distinfo     Thu Nov 28 06:30:51 2019 +0000
+++ b/databases/prometheus/distinfo     Thu Nov 28 06:44:12 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/11/09 23:12:05 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/28 06:44:12 adam Exp $
 
-SHA1 (prometheus-2.13.1.tar.gz) = 3bef52a968cfe8a07d9fe2fb2ad705f03308e95b
-RMD160 (prometheus-2.13.1.tar.gz) = 1226d0bf75f7db7366ac24099dd53286f149c471
-SHA512 (prometheus-2.13.1.tar.gz) = aed3b44db97cd2a67add64d13e950246b25c2b459f6b1081a6c548862c4e85c055254a0dfb94b08ac85f83dbbe30afceb1c54a8ad6f7ff1367aeb6af6d270e8a
-Size (prometheus-2.13.1.tar.gz) = 15249891 bytes
+SHA1 (prometheus-2.14.0.tar.gz) = 1aac259ad55d4882da81cc00d797db15c64a00a3
+RMD160 (prometheus-2.14.0.tar.gz) = 22f7a8eff328b7ac6c1788fb0662f5b67c241b12
+SHA512 (prometheus-2.14.0.tar.gz) = 077d83ef06a6ef77b6aa0d47ef0aa276f50b89c818f6cbe0163a4167d0ceb7fbcaf828a6341ba91cde303a0c6c7e2440de99ea0500a48a9059adb37a34a78a7a
+Size (prometheus-2.14.0.tar.gz) = 12755125 bytes
 SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257



Home | Main Index | Thread Index | Old Index