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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/506497a91c30
branches:  trunk
changeset: 439948:506497a91c30
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 30 13:12:20 2020 +0000

description:
prometheus: updated to 2.21.0

2.21.0

This release is built with Go 1.15, which deprecates X.509 CommonName
in TLS certificates validation.

In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
admin commands), please note that we will remove this experimental API in the
next minor release 2.22.

[CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client.
[CHANGE] PromQL: query_log_file path is now relative to the config file.
[CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand.
[CHANGE] Rules: Label rule_group_iterations metric with group name.
[FEATURE] Eureka SD: New service discovery.
[FEATURE] Hetzner SD: New service discovery.
[FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices.
[FEATURE] Scrape: Add per scrape-config targets limit.
[ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m.
[ENHANCEMENT] DNS SD: Add SRV record target and port meta labels.
[ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports.
[ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset.
[ENHANCEMENT] Promtool: Add --time option to query instant command.
[ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI.
[ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI.
[ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty.
[BUGFIX] API: Deduplicate series in /api/v1/series.
[BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors.
[BUGFIX] PromQL: Exit with an error when time parameters can't be parsed.
[BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests.
[BUGFIX] Rules: Detect extra fields in rule files.
[BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules.
[BUGFIX] Rules: Keep evaluation timestamp across reloads.
[BUGFIX] Scrape: Do not stop scrapes in progress during reload.
[BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error.
[BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion.
[BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil.
[BUGFIX] UI: Fix react UI bug with series going on and off.
[BUGFIX] UI: Fix styling bug for target labels with special names in React UI.
[BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM.

diffstat:

 databases/prometheus/Makefile |   5 ++---
 databases/prometheus/PLIST    |  43 +++++++++++++++++++++----------------------
 databases/prometheus/distinfo |  10 +++++-----
 3 files changed, 28 insertions(+), 30 deletions(-)

diffs (93 lines):

diff -r 057b853feebf -r 506497a91c30 databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Wed Sep 30 11:53:19 2020 +0000
+++ b/databases/prometheus/Makefile     Wed Sep 30 13:12:20 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/09/03 07:29:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2020/09/30 13:12:20 adam Exp $
 
-DISTNAME=      prometheus-2.20.1
+DISTNAME=      prometheus-2.21.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
-PKGREVISION=   2
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
diff -r 057b853feebf -r 506497a91c30 databases/prometheus/PLIST
--- a/databases/prometheus/PLIST        Wed Sep 30 11:53:19 2020 +0000
+++ b/databases/prometheus/PLIST        Wed Sep 30 13:12:20 2020 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2020/07/27 14:50:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/09/30 13:12:20 adam Exp $
 bin/adapter-usage
 bin/example_write_adapter
 bin/prometheus
 bin/promtool
 bin/remote_storage_adapter
-bin/tsdb
 share/examples/prometheus/console_libraries/menu.lib
 share/examples/prometheus/console_libraries/prom.lib
 share/examples/prometheus/consoles/index.html.example
@@ -30,26 +29,26 @@
 share/prometheus/static/js/graph/index.js
 share/prometheus/static/js/prom_console.js
 share/prometheus/static/js/targets.js
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-grid.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-grid.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-grid.min.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-grid.min.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-reboot.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-reboot.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-reboot.min.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap-reboot.min.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap.min.css
-share/prometheus/static/vendor/bootstrap-4.3.1/css/bootstrap.min.css.map
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.bundle.js
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.bundle.js.map
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.bundle.min.js
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.bundle.min.js.map
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.js
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.js.map
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.min.js
-share/prometheus/static/vendor/bootstrap-4.3.1/js/bootstrap.min.js.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css
+share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.map
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.js
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.js.map
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js
+share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map
 share/prometheus/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js
 share/prometheus/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css
 share/prometheus/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css
diff -r 057b853feebf -r 506497a91c30 databases/prometheus/distinfo
--- a/databases/prometheus/distinfo     Wed Sep 30 11:53:19 2020 +0000
+++ b/databases/prometheus/distinfo     Wed Sep 30 13:12:20 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2020/08/13 08:22:32 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/09/30 13:12:20 adam Exp $
 
-SHA1 (prometheus-2.20.1.tar.gz) = 281ee9c575568765e24f4879df07f96e0f9a9820
-RMD160 (prometheus-2.20.1.tar.gz) = 2de218378987be49fd8d79d2ec5493858cb43c32
-SHA512 (prometheus-2.20.1.tar.gz) = f9d61bd28a47ddfbbe3da92d65918e9a9f3dc75ae66454d9ec3387cb3d9d714dd3935a93b3e4756b9cd56d6b8ecb71f79afb8eb14bbca433c06b677f62874132
-Size (prometheus-2.20.1.tar.gz) = 13764709 bytes
+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 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
 SHA1 (patch-web_ui_ui.go) = 900fd75a9b9e7bbb8aa18a3e06d9c237b94708cf



Home | Main Index | Thread Index | Old Index