pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/prometheus



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 26 15:30:49 UTC 2020

Modified Files:
        pkgsrc/databases/prometheus: Makefile distinfo
        pkgsrc/databases/prometheus/patches: patch-web_ui_ui.go

Log Message:
prometheus: updated to 2.18.1

2.18.1:
[BUGFIX] TSDB: Fixed snapshot API.

2.18.0:
[CHANGE] Federation: Only use local TSDB for federation (ignore remote read).
[CHANGE] Rules: rule_evaluations_total and rule_evaluation_failures_total have a rule_group label now.
[FEATURE] Tracing: Added experimental Jaeger support
[ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut.
[ENHANCEMENT] Discovery: Add architecture meta label for EC2.
[BUGFIX] UI: Fixed wrong MinTime reported by /status.
[BUGFIX] React UI: Fixed multiselect legend on OSX.
[BUGFIX] Remote Write: Fixed blocked resharding edge case.
[BUGFIX] Remote Write: Fixed remote write not updating on relabel configs change.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/prometheus/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/prometheus/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/prometheus/Makefile
diff -u pkgsrc/databases/prometheus/Makefile:1.21 pkgsrc/databases/prometheus/Makefile:1.22
--- pkgsrc/databases/prometheus/Makefile:1.21   Thu Apr 23 10:31:00 2020
+++ pkgsrc/databases/prometheus/Makefile        Tue May 26 15:30:49 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/04/23 10:31:00 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/26 15:30:49 adam Exp $
 
-DISTNAME=      prometheus-2.17.2
+DISTNAME=      prometheus-2.18.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/databases/prometheus/distinfo
diff -u pkgsrc/databases/prometheus/distinfo:1.11 pkgsrc/databases/prometheus/distinfo:1.12
--- pkgsrc/databases/prometheus/distinfo:1.11   Thu Apr 23 10:31:00 2020
+++ pkgsrc/databases/prometheus/distinfo        Tue May 26 15:30:49 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2020/04/23 10:31:00 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/05/26 15:30:49 adam Exp $
 
-SHA1 (prometheus-2.17.2.tar.gz) = ac9b718008978008a3fb76c8c19cec415f68c321
-RMD160 (prometheus-2.17.2.tar.gz) = 3af1872240277dbdf296e453a39cb8490bd144a2
-SHA512 (prometheus-2.17.2.tar.gz) = d2fabe7ce7792d673547f0e4f97e61b9606e4e415dcd5d51297515ed20fa14139a9858dd12da8806723b938f0d7f09ebe90006b1432b5f78d6e0439e5786e0e8
-Size (prometheus-2.17.2.tar.gz) = 12824216 bytes
+SHA1 (prometheus-2.18.1.tar.gz) = 942ba941fc43af4ebc7121a7d217e5f9c02ee860
+RMD160 (prometheus-2.18.1.tar.gz) = 299e241601364f0b4c88d342d14bc4e2f107090c
+SHA512 (prometheus-2.18.1.tar.gz) = e41dab8d4b66fb857132e7b5b242af7404b44269d43df83ca262c44ba3653a7bf990e27079158c17d0bfc31c2c69a76de561ca9fb323a110b90eb8fbb7e2dd63
+Size (prometheus-2.18.1.tar.gz) = 13277342 bytes
 SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
-SHA1 (patch-web_ui_ui.go) = e940f49f6f3dddf2d3bbae18a18f3b5411e68c11
+SHA1 (patch-web_ui_ui.go) = 900fd75a9b9e7bbb8aa18a3e06d9c237b94708cf

Index: pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go
diff -u pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go:1.1 pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go:1.2
--- pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go:1.1  Wed Jan  8 22:33:05 2020
+++ pkgsrc/databases/prometheus/patches/patch-web_ui_ui.go      Tue May 26 15:30:49 2020
@@ -1,13 +1,13 @@
-$NetBSD: patch-web_ui_ui.go,v 1.1 2020/01/08 22:33:05 adam Exp $
+$NetBSD: patch-web_ui_ui.go,v 1.2 2020/05/26 15:30:49 adam Exp $
 
 Use absolute path for web files.
 
---- web/ui/ui.go.orig  2020-01-08 22:04:44.000000000 +0000
+--- web/ui/ui.go.orig  2020-05-07 16:47:40.000000000 +0000
 +++ web/ui/ui.go
 @@ -27,22 +27,7 @@ import (
  
  // Assets contains the project's assets.
- var Assets http.FileSystem = func() http.FileSystem {
+ var Assets = func() http.FileSystem {
 -      wd, err := os.Getwd()
 -      if err != nil {
 -              panic(err)



Home | Main Index | Thread Index | Old Index