commit golang-github-prometheus-prometheus for openSUSE:Factory

2024-08-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2024-08-01 22:03:56

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.7232 (New)


Package is "golang-github-prometheus-prometheus"

Thu Aug  1 22:03:56 2024 rev:46 rq:1190881 version:2.53.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2024-07-03 20:29:48.719992793 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.7232/golang-github-prometheus-prometheus.changes
2024-08-01 22:04:17.212113926 +0200
@@ -258,0 +259,2 @@
+  * [SECURITY BUGFIX]: Fix DoS vulnerability in OpenTelemetry
+library (CVE-2023-45142, bsc#1228556)



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2024-07-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2024-07-03 20:29:20

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.18349 (New)


Package is "golang-github-prometheus-prometheus"

Wed Jul  3 20:29:20 2024 rev:45 rq:1184874 version:2.53.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2024-07-01 11:18:35.063156766 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.18349/golang-github-prometheus-prometheus.changes
   2024-07-03 20:29:48.719992793 +0200
@@ -1,0 +2,7 @@
+Fri Jun 28 15:31:44 UTC 2024 - Witek Bedyk 
+
+- Bump go-retryablehttp to version 0.7.7
+  (CVE-2024-6104, bsc#1227038)
+- Add 0003-Bump-go-retryablehttp.patch
+
+---

New:

  0003-Bump-go-retryablehttp.patch

BETA DEBUG BEGIN:
  New:  (CVE-2024-6104, bsc#1227038)
- Add 0003-Bump-go-retryablehttp.patch
BETA DEBUG END:



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.QqLghX/_old  2024-07-03 20:29:50.108043596 +0200
+++ /var/tmp/diff_new_pack.QqLghX/_new  2024-07-03 20:29:50.108043596 +0200
@@ -47,6 +47,8 @@
 Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
 # Lifted from Debian's prometheus package
 Patch2: 0002-Default-settings.patch
+# https://github.com/prometheus/prometheus/pull/14345 (CVE-2024-6104)
+Patch3: 0003-Bump-go-retryablehttp.patch
 BuildRequires:  fdupes
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
 BuildRequires:  firewall-macros

++ 0003-Bump-go-retryablehttp.patch ++
>From 4d25a94faa74e0a16e4bb7874c1d82faaf911d85 Mon Sep 17 00:00:00 2001
From: Daniel Mellado 
Date: Tue, 25 Jun 2024 16:31:03 +0200
Subject: [PATCH] Bump go-retryablehttp to fix basic auth creds leak

This PR updates go-retryablehttp to version 0.7.7, even if it's used as
an indirect import. Versions previous to that can didn't sanitize urls,
discussed at HDCSEC-2024-12 [1]

[1] 
https://discuss.hashicorp.com/t/hcsec-2024-12-go-retryablehttp-can-leak-basic-auth-credentials-to-log-files/68027

Signed-off-by: Daniel Mellado 
---
 go.mod | 4 ++--
 go.sum | 9 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/go.mod b/go.mod
index ac8b4f469d0..ce2f0714a0a 100644
--- a/go.mod
+++ b/go.mod
@@ -146,10 +146,10 @@ require (
github.com/hashicorp/cronexpr v1.1.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
-   github.com/hashicorp/go-hclog v1.5.0 // indirect
+   github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
-   github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
+   github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.6.0 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
diff --git a/go.sum b/go.sum
index 06db002f55b..956b9d89492 100644
--- a/go.sum
+++ b/go.sum
@@ -369,9 +369,8 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod 
h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng
 github.com/hashicorp/go-cleanhttp v0.5.1/go.mod 
h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
 github.com/hashicorp/go-cleanhttp v0.5.2 
h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
 github.com/hashicorp/go-cleanhttp v0.5.2/go.mod 
h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
-github.com/hashicorp/go-hclog v0.9.2/go.mod 
h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
-github.com/hashicorp/go-hclog v1.5.0 
h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=
-github.com/hashicorp/go-hclog v1.5.0/go.mod 
h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
+github.com/hashicorp/go-hclog v1.6.3 
h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
+github.com/hashicorp/go-hclog v1.6.3/go.mod 
h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
 github.com/hashicorp/go-immutable-radix v1.0.0/go.mod 
h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
 github.com/hashicorp/go-immutable-radix v1.3.1 
h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=
 github.com/hashicorp/go-immutable-radix v1.3.1/go.mod 
h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
@@ -383,8 +382,8 @@ github.com/hashicorp/go-multierror v1.1.0/go.mod 
h1:spPvp8C1qA32ftKqdAHm4hHTbPw+
 github.com/hashicorp/go-multierror v1.1.1 
h1:H5D

commit golang-github-prometheus-prometheus for openSUSE:Factory

2024-01-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2024-01-21 23:08:00

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.16006 (New)


Package is "golang-github-prometheus-prometheus"

Sun Jan 21 23:08:00 2024 rev:41 rq:1139946 version:2.48.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-12-12 19:31:46.827465714 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.16006/golang-github-prometheus-prometheus.changes
   2024-01-21 23:08:14.957271452 +0100
@@ -507,0 +508 @@
+  * [SECURITY] CVE-2022-41715: Limit memory used by parsing regexps. 
(bsc#1204023).



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.1wxAlb/_old  2024-01-21 23:08:15.649296680 +0100
+++ /var/tmp/diff_new_pack.1wxAlb/_new  2024-01-21 23:08:15.649296680 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-github-prometheus-prometheus
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2017 Silvio Moioli 
 #
 # All modifications and additions to the file contributed by third parties


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-12-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-12-12 19:31:46

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25432 (New)


Package is "golang-github-prometheus-prometheus"

Tue Dec 12 19:31:46 2023 rev:40 rq:1132627 version:2.48.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-11-17 20:49:58.082082809 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25432/golang-github-prometheus-prometheus.changes
   2023-12-12 19:31:46.827465714 +0100
@@ -1,0 +2,9 @@
+Sat Dec  9 20:04:27 UTC 2023 - Johannes Kastl 
+
+- update to 2.48.1:
+  * [BUGFIX] TSDB: Make the wlog watcher read segments
+synchronously when not tailing. #13224
+  * [BUGFIX] Agent: Participate in notify calls (fixes slow down in
+remote write handling introduced in 2.45). #13223
+
+---

Old:

  prometheus-2.48.0.tar.gz
  web-ui-2.48.0.tar.gz

New:

  prometheus-2.48.1.tar.gz
  web-ui-2.48.1.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.vbWqNL/_old  2023-12-12 19:31:48.315520618 +0100
+++ /var/tmp/diff_new_pack.vbWqNL/_new  2023-12-12 19:31:48.319520765 +0100
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.48.0
+Version:2.48.1
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.vbWqNL/_old  2023-12-12 19:31:48.403523864 +0100
+++ /var/tmp/diff_new_pack.vbWqNL/_new  2023-12-12 19:31:48.407524012 +0100
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.48.0
+v2.48.1
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.48.0.tar.gz
+prometheus-2.48.1.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.48.0.tar.gz -> prometheus-2.48.1.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.48.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25432/prometheus-2.48.1.tar.gz
 differ: char 40, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25432/vendor.tar.gz
 differ: char 5, line 1

++ web-ui-2.48.0.tar.gz -> web-ui-2.48.1.tar.gz ++
Binary files old/web/ui/static/css/prom_console.css.gz and 
new/web/ui/static/css/prom_console.css.gz differ
Binary files old/web/ui/static/js/prom_console.js.gz and 
new/web/ui/static/js/prom_console.js.gz differ
Binary files old/web/ui/static/react/asset-manifest.json.gz and 
new/web/ui/static/react/asset-manifest.json.gz differ
Binary files old/web/ui/static/react/favicon.ico.gz and 
new/web/ui/static/react/favicon.ico.gz differ
Binary files old/web/ui/static/react/index.html.gz and 
new/web/ui/static/react/index.html.gz differ
Binary files old/web/ui/static/react/manifest.json.gz and 
new/web/ui/static/react/manifest.json.gz differ
Binary files old/web/ui/static/react/static/css/main.132f8bd2.css.gz and 
new/web/ui/static/react/static/css/main.132f8bd2.css.gz differ
Binary files old/web/ui/static/react/static/js/main.8abd4fa4.js.LICENSE.txt.gz 
and new/web/ui/static/react/static/js/main.8abd4fa4.js.LICENSE.txt.gz differ
Binary files old/web/ui/static/react/static/js/main.8abd4fa4.js.gz and 
new/web/ui/static/react/static/js/main.8abd4fa4.js.gz differ
Binary files 
old/web/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz and 
new/web/ui/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf.gz differ
Binary files 
old/web/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz and 
new/web/ui/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs.gz differ
Binary files 
old/web/ui/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 and 
new/web/ui/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg.gz
 differ
Binary files old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
and new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz differ
Binary files 
old/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz and 
new/web/ui/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz differ
Binary files 
old/web/ui/static/v

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-10-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-10-20 23:16:16

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1945 (New)


Package is "golang-github-prometheus-prometheus"

Fri Oct 20 23:16:16 2023 rev:38 rq:1118889 version:2.47.2

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-10-06 21:12:46.504239030 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1945/golang-github-prometheus-prometheus.changes
2023-10-20 23:17:05.759239965 +0200
@@ -1,0 +2,7 @@
+Thu Oct 19 06:12:18 UTC 2023 - Johannes Kastl 
+
+- update to 2.47.2:
+  * [BUGFIX] TSDB: Fix counter reset edgecases causing native
+histogram panics. #12838
+
+---

Old:

  prometheus-2.47.1.tar.gz
  web-ui-2.47.1.tar.gz

New:

  prometheus-2.47.2.tar.gz
  web-ui-2.47.2.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.GhP8uD/_old  2023-10-20 23:17:06.931282728 +0200
+++ /var/tmp/diff_new_pack.GhP8uD/_new  2023-10-20 23:17:06.935282874 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.47.1
+Version:2.47.2
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.GhP8uD/_old  2023-10-20 23:17:07.015285792 +0200
+++ /var/tmp/diff_new_pack.GhP8uD/_new  2023-10-20 23:17:07.015285792 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.47.1
+v2.47.2
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.47.1.tar.gz
+prometheus-2.47.2.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.47.1.tar.gz -> prometheus-2.47.2.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.47.1.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1945/prometheus-2.47.2.tar.gz
 differ: char 12, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1945/vendor.tar.gz
 differ: char 5, line 1

++ web-ui-2.47.1.tar.gz -> web-ui-2.47.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web/ui/embed.go new/web/ui/embed.go
--- old/web/ui/embed.go 2023-10-04 15:49:56.207655808 +0200
+++ new/web/ui/embed.go 2023-10-19 08:06:34.893912864 +0200
@@ -18,5 +18,5 @@
 
 import "embed"
 
-//go:embed static/css/prom_console.css.gz static/js/prom_console.js.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap
 .bundle.min.js.map.gz static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2.gz 
static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regul

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-10-06 21:12:36

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.28202 (New)


Package is "golang-github-prometheus-prometheus"

Fri Oct  6 21:12:36 2023 rev:37 rq:1115803 version:2.47.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-09-21 22:13:43.580566490 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.28202/golang-github-prometheus-prometheus.changes
   2023-10-06 21:12:46.504239030 +0200
@@ -1,0 +2,10 @@
+Wed Oct  4 13:54:08 UTC 2023 - Johannes Kastl 
+
+- update to 2.47.1:
+  This is a patch release to fix a bug, and to rebuild with Go
+  1.21.1.
+  * [BUGFIX] Fix duplicate sample detection at chunk size limit
+#12874
+- BuildRequire go1.21 as upstream does
+
+---

Old:

  prometheus-2.47.0.tar.gz
  web-ui-2.47.0.tar.gz

New:

  prometheus-2.47.1.tar.gz
  web-ui-2.47.1.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.NVbXi4/_old  2023-10-06 21:12:49.096332677 +0200
+++ /var/tmp/diff_new_pack.NVbXi4/_new  2023-10-06 21:12:49.100332822 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.47.0
+Version:2.47.1
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0
@@ -56,7 +56,7 @@
 BuildRequires:  glibc-devel-static
 BuildRequires:  golang-github-prometheus-promu >= 0.14.0
 BuildRequires:  golang-packaging
-BuildRequires:  golang(API) >= 1.19
+BuildRequires:  golang(API) >= 1.21
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1500
 Recommends: firewalld-prometheus-config

++ _service ++
--- /var/tmp/diff_new_pack.NVbXi4/_old  2023-10-06 21:12:49.160334990 +0200
+++ /var/tmp/diff_new_pack.NVbXi4/_new  2023-10-06 21:12:49.164335134 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.47.0
+v2.47.1
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.47.0.tar.gz
+prometheus-2.47.1.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.47.0.tar.gz -> prometheus-2.47.1.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.47.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.28202/prometheus-2.47.1.tar.gz
 differ: char 13, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.28202/vendor.tar.gz
 differ: char 5, line 1

++ web-ui-2.47.0.tar.gz -> web-ui-2.47.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web/ui/embed.go new/web/ui/embed.go
--- old/web/ui/embed.go 2023-09-06 17:00:52.314348824 +0200
+++ new/web/ui/embed.go 2023-10-04 15:49:56.207655808 +0200
@@ -18,5 +18,5 @@
 
 import "embed"
 
-//go:embed static/css/prom_console.css.gz static/js/prom_console.js.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap-reboot.min.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.css.map.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.gz 
static/vendor/bootstrap-4.5.2/css/bootstrap.min.css.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.bundle.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap
 .bundle.min.js.map.gz static/vendor/bootstrap-4.5.2/js/bootstrap.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.js.map.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.gz 
static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css.gz 
static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-08-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-08-18 19:27:34

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1766 (New)


Package is "golang-github-prometheus-prometheus"

Fri Aug 18 19:27:34 2023 rev:35 rq:1104425 version:2.46.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-08-03 17:27:06.854794251 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1766/golang-github-prometheus-prometheus.changes
2023-08-18 19:27:44.891250163 +0200
@@ -142,0 +143,2 @@
+  * [SECURITY BUGFIX]: Fix uncontrolled resource consumption by
+updating Go to version 1.20.1 (bsc#1208298, CVE-2022-41723)



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-08-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-08-03 17:27:05

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712 (New)


Package is "golang-github-prometheus-prometheus"

Thu Aug  3 17:27:05 2023 rev:34 rq:1101769 version:2.46.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-07-05 15:30:52.414677907 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/golang-github-prometheus-prometheus.changes
   2023-08-03 17:27:06.854794251 +0200
@@ -1,0 +2,42 @@
+Tue Jul 25 13:42:13 UTC 2023 - Johannes Kastl 
+
+- remove vendor.tar.gz during "make clean"
+- update to 2.46.0:
+  * [FEATURE] Promtool: Add PromQL format and label matcher
+set/delete commands to promtool. #11411
+  * [FEATURE] Promtool: Add push metrics command. #12299
+  * [ENHANCEMENT] Promtool: Read from stdin if no filenames are
+provided in check rules. #12225
+  * [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used
+by Hetzner in September. #12569
+  * [ENHANCEMENT] Kubernetes SD: Add more labels for endpointslice
+and endpoints role. #10914
+  * [ENHANCEMENT] Kubernetes SD: Do not add pods to target group if
+the PodIP status is not set. #11642
+  * [ENHANCEMENT] OpenStack SD: Include instance image ID in
+labels. #12502
+  * [ENHANCEMENT] Remote Write receiver: Validate the metric names
+and labels. #11688
+  * [ENHANCEMENT] Web: Initialize `prometheus_http_requests_total`
+metrics with `code` label set to `200`. #12472
+  * [ENHANCEMENT] TSDB: Add Zstandard compression option for wlog.
+#11666
+  * [ENHANCEMENT] TSDB: Support native histograms in snapshot on
+shutdown. #12258
+  * [ENHANCEMENT] Labels: Avoid compiling regexes that are literal.
+#12434
+  * [BUGFIX] Histograms: Fix parsing of float histograms without
+zero bucket. #12577
+  * [BUGFIX] Histograms: Fix scraping native and classic histograms
+missing some histograms. #12554
+  * [BUGFIX] Histograms: Enable ingestion of multiple exemplars per
+sample. 12557
+  * [BUGFIX] File SD: Fix path handling in File-SD watcher to allow
+directory monitoring on Windows. #12488
+  * [BUGFIX] Linode SD: Cast `InstanceSpec` values to `int64` to
+avoid overflows on 386 architecture. #12568
+  * [BUGFIX] PromQL Engine: Include query parsing in active-query
+tracking. #12418
+  * [BUGFIX] TSDB: Handle TOC parsing failures. #10623
+
+---

Old:

  prometheus-2.45.0.tar.gz
  web-ui-2.45.0.tar.gz

New:

  prometheus-2.46.0.tar.gz
  web-ui-2.46.0.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.910800642 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:07.914800666 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.45.0
+Version:2.46.0
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ Makefile ++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.966800981 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:07.970801006 +0200
@@ -4,7 +4,7 @@
 default: clean tar
 
 clean:
-   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz 
npm_licenses.tar.bz2
+   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz 
npm_licenses.tar.bz2 vendor.tar.gz
 
 tar:
osc service disabledrun

++ _service ++
--- /var/tmp/diff_new_pack.C8RHg9/_old  2023-08-03 17:27:07.998801175 +0200
+++ /var/tmp/diff_new_pack.C8RHg9/_new  2023-08-03 17:27:08.002801199 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.45.0
+v2.46.0
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.45.0.tar.gz
+prometheus-2.46.0.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.45.0.tar.gz -> prometheus-2.46.0.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.45.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/prometheus-2.46.0.tar.gz
 differ: char 12, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.22712/vendor.tar.gz
 differ: char 5, line 1

++ 

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-05-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-05-21 19:08:07

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533 (New)


Package is "golang-github-prometheus-prometheus"

Sun May 21 19:08:07 2023 rev:32 rq:1087896 version:2.44.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-05-09 13:08:14.325342712 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/golang-github-prometheus-prometheus.changes
2023-05-21 19:08:12.650264683 +0200
@@ -1,0 +2,35 @@
+Sun May 14 09:56:45 UTC 2023 - Johannes Kastl 
+
+- update to 2.44.0:
+  This version is built with Go tag `stringlabels`, to use the
+  smaller data structure for Labels that was optional in the
+  previous release. For more details about this code change see
+  #10991.
+  * [CHANGE] Remote-write: Raise default samples per send to 2,000.
+#12203
+  * [FEATURE] Remote-read: Handle native histograms. #12085, #12192
+  * [FEATURE] Promtool: Health and readiness check of prometheus
+server in CLI. #12096
+  * [FEATURE] PromQL: Add `query_samples_total` metric, the total
+number of samples loaded by all queries. #12251
+  * [ENHANCEMENT] Storage: Optimise buffer used to iterate through
+samples. #12326
+  * [ENHANCEMENT] Scrape: Reduce memory allocations on target
+labels. #12084
+  * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` /
+`bottomk()`. #12190
+  * [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270
+  * [ENHANCEMENT] Native Histograms: Various fixes and
+improvements. #11687, #12264, #12272
+  * [ENHANCEMENT] UI: Search of scraping pools is now
+case-insensitive. #12207
+  * [ENHANCEMENT] TSDB: Add an affirmative log message for
+successful WAL repair. #12135
+  * [BUGFIX] TSDB: Block compaction failed when shutting down.
+#12179
+  * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the
+write-behind log was deleted. #12127
+- rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch
+  onto v2.44.0
+
+---

Old:

  prometheus-2.43.1.tar.gz
  web-ui-2.43.1.tar.gz

New:

  prometheus-2.44.0.tar.gz
  web-ui-2.44.0.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:20.298308344 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:20.354308664 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.43.1
+Version:2.44.0
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ 0001-Do-not-force-the-pure-Go-name-resolver.patch ++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:20.690310583 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:20.730310811 +0200
@@ -1,4 +1,4 @@
-From 0b22f2168b31038524d7cef78923464cc2d58e00 Mon Sep 17 00:00:00 2001
+From de6a642d171890fb0360fed67fd7313f13ea4b37 Mon Sep 17 00:00:00 2001
 From: Jan Fajerski 
 Date: Fri, 8 Feb 2019 09:17:06 +0100
 Subject: [PATCH] Do not force the pure Go name resolver
@@ -16,23 +16,25 @@
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/.promu.yml b/.promu.yml
-index 233295f85..4969d7de1 100644
+index f724dc34f..ccce0d5a2 100644
 --- a/.promu.yml
 +++ b/.promu.yml
-@@ -12,11 +12,10 @@ build:
+@@ -12,13 +12,12 @@ build:
path: ./cmd/promtool
  tags:
  all:
 -- netgo
  - builtinassets
+ - stringlabels
  windows:
  - builtinassets
+ - stringlabels
 -flags: -a
 +flags: -mod=vendor -a
  ldflags: |
  -X github.com/prometheus/common/version.Version={{.Version}}
  -X github.com/prometheus/common/version.Revision={{.Revision}}
 -- 
-2.39.0
+2.40.1
 
 

++ _service ++
--- /var/tmp/diff_new_pack.ZFda2S/_old  2023-05-21 19:08:21.082312821 +0200
+++ /var/tmp/diff_new_pack.ZFda2S/_new  2023-05-21 19:08:21.122313049 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.43.1
+v2.44.0
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.43.1.tar.gz
+prometheus-2.44.0.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.43.1.tar.gz -> prometheus-2.44.0.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-05-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-05-09 13:08:05

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533 (New)


Package is "golang-github-prometheus-prometheus"

Tue May  9 13:08:05 2023 rev:31 rq:1085537 version:2.43.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-04-18 15:52:23.237245455 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/golang-github-prometheus-prometheus.changes
2023-05-09 13:08:14.325342712 +0200
@@ -1,0 +2,7 @@
+Fri May  5 06:47:39 UTC 2023 - Johannes Kastl 
+
+- update to 2.43.1
+  * [BUGFIX] Labels: Set() after Del() would be ignored, which
+broke some relabeling rules. #12322
+
+---

Old:

  prometheus-2.43.0.tar.gz
  web-ui-2.43.0.tar.gz

New:

  prometheus-2.43.1.tar.gz
  web-ui-2.43.1.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.CCLRNN/_old  2023-05-09 13:08:15.649350592 +0200
+++ /var/tmp/diff_new_pack.CCLRNN/_new  2023-05-09 13:08:15.657350640 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.43.0
+Version:2.43.1
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.CCLRNN/_old  2023-05-09 13:08:15.721351021 +0200
+++ /var/tmp/diff_new_pack.CCLRNN/_new  2023-05-09 13:08:15.725351044 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.43.0
+v2.43.1
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.43.0.tar.gz
+prometheus-2.43.1.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.43.0.tar.gz -> prometheus-2.43.1.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.43.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/prometheus-2.43.1.tar.gz
 differ: char 12, line 1

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/vendor.tar.gz
 differ: char 5, line 1

++ web-ui-2.43.0.tar.gz -> web-ui-2.43.1.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/web-ui-2.43.0.tar.gz
 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1533/web-ui-2.43.1.tar.gz
 differ: char 5, line 1


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-04-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-04-18 15:52:20

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2023 (New)


Package is "golang-github-prometheus-prometheus"

Tue Apr 18 15:52:20 2023 rev:30 rq:1079941 version:2.43.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-04-14 13:58:38.171239904 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2023/golang-github-prometheus-prometheus.changes
2023-04-18 15:52:23.237245455 +0200
@@ -1,0 +2,5 @@
+Thu Apr 13 13:23:41 UTC 2023 - Johannes Kastl 
+
+- Remove npm_licenses.tar.bz2 during "make clean"
+
+---



Other differences:
--
++ Makefile ++
--- /var/tmp/diff_new_pack.WujIcP/_old  2023-04-18 15:52:24.933255222 +0200
+++ /var/tmp/diff_new_pack.WujIcP/_new  2023-04-18 15:52:24.961255383 +0200
@@ -4,7 +4,7 @@
 default: clean tar
 
 clean:
-   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz
+   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz 
npm_licenses.tar.bz2
 
 tar:
osc service disabledrun


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-04-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-04-14 13:58:37

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.19717 (New)


Package is "golang-github-prometheus-prometheus"

Fri Apr 14 13:58:37 2023 rev:29 rq:1079260 version:2.43.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-04-12 12:50:41.420612885 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.19717/golang-github-prometheus-prometheus.changes
   2023-04-14 13:58:38.171239904 +0200
@@ -1,0 +2,5 @@
+Thu Apr  6 15:50:42 UTC 2023 - Lukas Müller 
+
+- Remove web-ui archives during "make clean".
+
+---



Other differences:
--
++ Makefile ++
--- /var/tmp/diff_new_pack.tQvTTS/_old  2023-04-14 13:58:38.799243554 +0200
+++ /var/tmp/diff_new_pack.tQvTTS/_new  2023-04-14 13:58:38.799243554 +0200
@@ -4,7 +4,7 @@
 default: clean tar
 
 clean:
-   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz
+   rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz
 
 tar:
osc service disabledrun


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-04-12 12:50:41

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.19717 (New)


Package is "golang-github-prometheus-prometheus"

Wed Apr 12 12:50:41 2023 rev:28 rq:1077528 version:2.43.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-03-06 18:54:54.896469872 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.19717/golang-github-prometheus-prometheus.changes
   2023-04-12 12:50:41.420612885 +0200
@@ -1,0 +2,41 @@
+Wed Apr  5 11:28:56 UTC 2023 - Witek Bedyk 
+
+- Require promu >= 0.14.0 for building
+
+---
+Wed Mar 22 06:00:08 UTC 2023 - Johannes Kastl 
+
+- update to 2.43.0:
+  * [FEATURE] Promtool: Add HTTP client configuration to query
+commands. #11487
+  * [FEATURE] Scrape: Add `include_scrape_configs` to include
+scrape configs from different files. #12019
+  * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from
+proxied requests. #12098
+  * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read
+proxies from env variables. #12098
+  * [ENHANCEMENT] API: Add support for setting lookback delta per
+query via the API. #12088
+  * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499
+if a request is canceled. #11897
+  * [ENHANCEMENT] Scrape: Allow exemplars for all metric types.
+#11984
+  * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders
+size. #12013
+  * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot
+with index that is ahead of WAL. #11859
+  * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to
+be more comprehensible. #11682
+  * [ENHANCEMENT] UI: Scope `group by` labels to metric in
+autocompletion. #11914
+  * [BUGFIX] Scrape: Fix
+`prometheus_target_scrape_pool_target_limit` metric not set
+before reloading. #12002
+  * [BUGFIX] TSDB: Correctly update
+`prometheus_tsdb_head_chunks_removed_total` and
+`prometheus_tsdb_head_chunks` metrics when reading WAL. #11858
+  * [BUGFIX] TSDB: Use the correct unit (seconds) when recording
+out-of-order append deltas in the
+`prometheus_tsdb_sample_ooo_delta` metric. #12004
+
+---

Old:

  prometheus-2.42.0.tar.gz
  web-ui-2.42.0.tar.gz

New:

  prometheus-2.43.0.tar.gz
  web-ui-2.43.0.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.rsDSrP/_old  2023-04-12 12:50:43.776626653 +0200
+++ /var/tmp/diff_new_pack.rsDSrP/_new  2023-04-12 12:50:43.780626677 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.42.0
+Version:2.43.0
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0
@@ -54,7 +54,7 @@
 # Adding glibc-devel-static seems to be required for linking if building
 # with -buildmode=pie
 BuildRequires:  glibc-devel-static
-BuildRequires:  golang-github-prometheus-promu
+BuildRequires:  golang-github-prometheus-promu >= 0.14.0
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.19
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ PACKAGING_README.md ++
--- /var/tmp/diff_new_pack.rsDSrP/_old  2023-04-12 12:50:43.840627027 +0200
+++ /var/tmp/diff_new_pack.rsDSrP/_new  2023-04-12 12:50:43.848627074 +0200
@@ -5,6 +5,12 @@
 `Makefile` that is present in this package.
 To do that, you need to have `make` and `npm` installed locally.
 
+1. Change the version in the `_service` file
+2. Change the version in the spec file
+3. Run `make`
+4. Create a changelog entry
+5. Commit the changes as usual
+
 For the OBS workflow you also need `obs-service-go_modules` as well
 as `obs-service-tar_scm` and `obs-service-recompress`.
 

++ _service ++
--- /var/tmp/diff_new_pack.rsDSrP/_old  2023-04-12 12:50:43.864627167 +0200
+++ /var/tmp/diff_new_pack.rsDSrP/_new  2023-04-12 12:50:43.868627191 +0200
@@ -4,7 +4,7 @@
 git
 .git
 @PARENT_TAG@
-v2.42.0
+v2.43.0
 v(.*)
 v2*
   
@@ -13,7 +13,7 @@
 gz
   
   
-prometheus-2.42.0.tar.gz
+prometheus-2.43.0.tar.gz
   
 
 

++ npm_licenses.tar.bz2 ++

++ prometheus-2.42.0.tar.gz -> prometheus-2.43.0.tar.gz ++
/work/SRC/openSUSE:Factory/golang-github-prometheus-promet

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-03-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-03-06 18:54:37

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.31432 (New)


Package is "golang-github-prometheus-prometheus"

Mon Mar  6 18:54:37 2023 rev:27 rq:1069476 version:2.42.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-03-03 22:24:30.238531932 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.31432/golang-github-prometheus-prometheus.changes
   2023-03-06 18:54:54.896469872 +0100
@@ -4 +4 @@
-- fix boo#1208752
+- fix building web assets (boo#1208752)
@@ -216 +216 @@
-  * [SECURITY] Fix basic authentication bypass vulnerability (CVE-2022-46146). 
GHSA-4v48-4q5m-8vx4
+  * [SECURITY] Fix basic authentication bypass vulnerability (CVE-2022-46146, 
bsc#1208049).



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-03-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-03-03 22:24:23

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.31432 (New)


Package is "golang-github-prometheus-prometheus"

Fri Mar  3 22:24:23 2023 rev:26 rq:1068675 version:2.42.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2023-01-30 17:22:20.592204695 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.31432/golang-github-prometheus-prometheus.changes
   2023-03-03 22:24:30.238531932 +0100
@@ -1,0 +2,53 @@
+Tue Feb 28 15:44:01 UTC 2023 - Johannes Kastl 
+
+- fix boo#1208752
+- adjust packaging to build webassets locally, outside of OBS
+  * to get the UI working, newer versions of prometheus need the
+react app assets
+  * as running `npm install` inside of OBS is not possible, the
+required dependencies need to be prepared outside of OBS
+  * added a PACKAGING_README.md file, that explains how the new
+web-ui-*.tar.gz and npm_licenses.tar.bz2 tarballs can be
+created
+
+---
+Thu Feb  2 07:19:41 UTC 2023 - Johannes Kastl 
+
+- update to 2.42.0:
+  This release comes with a bunch of feature coverage for native
+  histograms and breaking changes.
+
+  If you are trying native histograms already, we recommend you
+  remove the `wal` directory when upgrading.
+  Because the old WAL record for native histograms is not
+  backward compatible in v2.42.0, this will lead to some data
+  loss for the latest data.
+
+  Additionally, if you scrape "float histograms" or use recording
+  rules on native histograms in v2.42.0 (which writes float
+  histograms),
+  it is a one-way street since older versions do not support
+  float histograms.
+
+* [CHANGE] **breaking** TSDB: Changed WAL record format for the
+  experimental native histograms. #11783
+* [FEATURE] Add 'keep_firing_for' field to alerting rules.
+  #11827
+* [FEATURE] Promtool: Add support of selecting timeseries for
+  TSDB dump. #11872
+* [ENHANCEMENT] Agent: Native histogram support. #11842
+* [ENHANCEMENT] Rules: Support native histograms in recording
+  rules. #11838
+* [ENHANCEMENT] SD: Add container ID as a meta label for pod
+  targets for Kubernetes. #11844
+* [ENHANCEMENT] SD: Add VM size label to azure service
+  discovery. #11650
+* [ENHANCEMENT] Support native histograms in federation. #11830
+* [ENHANCEMENT] TSDB: Add gauge histogram support.
+  #11783 #11840 #11814
+* [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that
+  represents buckets as float64 values. #11522 #11817 #11716
+* [ENHANCEMENT] UI: Show individual scrape pools on /targets
+  page. #11142
+
+---

Old:

  prometheus-2.41.0.tar.gz

New:

  Makefile
  PACKAGING_README.md
  npm_licenses.tar.bz2
  prometheus-2.42.0.tar.gz
  web-ui-2.42.0.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.kzW2H4/_old  2023-03-03 22:24:31.618537175 +0100
+++ /var/tmp/diff_new_pack.kzW2H4/_new  2023-03-03 22:24:31.622537191 +0100
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.41.0
+Version:2.42.0
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0
@@ -35,12 +35,15 @@
 URL:https://prometheus.io/
 # also includes web assets generated with `make assets`
 Source: prometheus-%{version}.tar.gz
-# generated after applying 0003-Bump-client_golang-to-1.12.1.patch
 Source1:vendor.tar.gz
-Source2:prometheus.service
-Source3:prometheus.yml
-Source4:prometheus.sysconfig
-Source5:prometheus.firewall.xml
+Source2:web-ui-%{version}.tar.gz
+Source3:prometheus.service
+Source4:prometheus.yml
+Source5:prometheus.sysconfig
+Source6:prometheus.firewall.xml
+Source7:npm_licenses.tar.bz2
+Source8:Makefile
+Source9:PACKAGING_README.md
 Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
 # Lifted from Debian's prometheus package
 Patch2: 0002-Default-settings.patch
@@ -78,7 +81,8 @@
  - multiple modes of graphing and dashboarding support
 
 %prep
-%autosetup -a1 -p1 -n prometheus-%{version}
+%setup -q -a1 -n prometheus-%{versi

commit golang-github-prometheus-prometheus for openSUSE:Factory

2023-01-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2023-01-30 17:09:47

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.32243 (New)


Package is "golang-github-prometheus-prometheus"

Mon Jan 30 17:09:47 2023 rev:25 rq:1061874 version:2.41.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-04-25 23:36:11.582472414 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.32243/golang-github-prometheus-prometheus.changes
   2023-01-30 17:22:20.592204695 +0100
@@ -1,0 +2,187 @@
+Tue Jan 10 14:18:30 UTC 2023 - Johannes Kastl 
+
+- modify _service file and set go_modules to disabled
+  * this allows full preparation just using 'osc service disabledrun'
+- rebase patch 0002-Default-settings.patch
+- drop patch 0003-Bump-client_golang-to-1.12.1.patch
+- update to 2.33.0:
+  * [CHANGE] PromQL: Promote negative offset and @ modifer to stable features. 
#10121
+  * [CHANGE] Web: Promote remote-write-receiver to stable. #10119
+  * [FEATURE] Config: Add stripPort template function. #10002
+  * [FEATURE] Promtool: Add cardinality analysis to check metrics, enabled by 
flag --extended. #10045
+  * [FEATURE] SD: Enable target discovery in own K8s namespace. #9881
+  * [FEATURE] SD: Add provider ID label in K8s SD. #9603
+  * [FEATURE] Web: Add limit field to the rules API. #10152
+  * [ENHANCEMENT] Remote-write: Avoid allocations by buffering concrete 
structs instead of interfaces. #9934
+  * [ENHANCEMENT] Remote-write: Log time series details for out-of-order 
samples in remote write receiver. #9894
+  * [ENHANCEMENT] Remote-write: Shard up more when backlogged. #9274
+  * [ENHANCEMENT] TSDB: Use simpler map key to improve exemplar ingest 
performance. #10111
+  * [ENHANCEMENT] TSDB: Avoid allocations when popping from the intersected 
postings heap. #10092
+  * [ENHANCEMENT] TSDB: Make chunk writing non-blocking, avoiding latency 
spikes in remote-write. #10051
+  * [ENHANCEMENT] TSDB: Improve label matching performance. #9907
+  * [ENHANCEMENT] UI: Optimize the service discovery page and add a search 
bar. #10131
+  * [ENHANCEMENT] UI: Optimize the target page and add a search bar. #10103
+  * [BUGFIX] Promtool: Make exit codes more consistent. #9861
+  * [BUGFIX] Promtool: Fix flakiness of rule testing. #8818
+  * [BUGFIX] Remote-write: Update 
prometheus_remote_storage_queue_highest_sent_timestamp_seconds metric when 
write irrecoverably fails. #10102
+  * [BUGFIX] Storage: Avoid panic in BufferedSeriesIterator. #9945
+  * [BUGFIX] TSDB: CompactBlockMetas should produce correct mint/maxt for 
overlapping blocks. #10108
+  * [BUGFIX] TSDB: Fix logging of exemplar storage size. #9938
+  * [BUGFIX] UI: Fix overlapping click targets for the alert state checkboxes. 
#10136
+  * [BUGFIX] UI: Fix Unhealthy filter on target page to actually display only 
Unhealthy targets. #10103
+  * [BUGFIX] UI: Fix autocompletion when expression is empty. #10053
+  * [BUGFIX] TSDB: Fix deadlock from simultaneous GC and write. #10166
+- update to 2.33.1:
+  * [BUGFIX] SD: Fix no such file or directory in K8s SD when not running 
inside K8s. #10235
+- update to 2.33.2:
+  * [BUGFIX] Azure SD: Fix panic when IP Address isn't set. #10280
+  * [BUGFIX] Remote-write: Fix deadlock when stopping a shard. #10279
+- update to 2.33.3:
+  * [BUGFIX] Azure SD: Fix a regression when public IP Address isn't set. 
#10289
+- update to 2.33.4:
+  * [BUGFIX] TSDB: Fix panic when m-mapping head chunks onto the disk. #10316
+- update to 2.33.5:
+  * [BUGFIX] Remote-write: Fix deadlock between adding to queue and getting 
batch. #10395
+- update to 2.34.0:
+  * [CHANGE] UI: Classic UI removed. #10208
+  * [CHANGE] Tracing: Migrate from Jaeger to OpenTelemetry based tracing. 
#9724, #10203, #10276
+  * [ENHANCEMENT] TSDB: Disable the chunk write queue by default and allow 
configuration with the experimental flag 
--storage.tsdb.head-chunks-write-queue-size. #10425
+  * [ENHANCEMENT] HTTP SD: Add a failure counter. #10372
+  * [ENHANCEMENT] Azure SD: Set Prometheus User-Agent on requests. #10209
+  * [ENHANCEMENT] Uyuni SD: Reduce the number of logins to Uyuni. #10072
+  * [ENHANCEMENT] Scrape: Log when an invalid media type is encountered during 
a scrape. #10186
+  * [ENHANCEMENT] Scrape: Accept application/openmetrics-text;version=1.0.0 in 
addition to version=0.0.1. #9431
+  * [ENHANCEMENT] Remote-read: Add an option to not use external labels as 
selectors for remote read. #10254
+  * [ENHANCEMENT] UI: Optimize the alerts page and add a search bar. #10142
+  * [ENHANCEMENT]

commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-04-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-04-25 23:35:53

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1538 (New)


Package is "golang-github-prometheus-prometheus"

Mon Apr 25 23:35:53 2022 rev:24 rq:972477 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-04-10 19:05:03.746726758 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1538/golang-github-prometheus-prometheus.changes
2022-04-25 23:36:11.582472414 +0200
@@ -12 +12,2 @@
-- Create firewalld-prometheus-config subpackage (bsc#1197042)
+- Create firewalld-prometheus-config subpackage (bsc#1197042,
+  jsc#SLE-24374, jsc#SLE-24375)



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-04-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-04-10 19:05:02

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900 (New)


Package is "golang-github-prometheus-prometheus"

Sun Apr 10 19:05:02 2022 rev:23 rq:967519 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-03-24 22:57:28.060219675 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900/golang-github-prometheus-prometheus.changes
2022-04-10 19:05:03.746726758 +0200
@@ -1,0 +2,8 @@
+Thu Apr  7 12:36:08 UTC 2022 - Julio Gonz??lez Gil 
+
+- Build firewalld-prometheus-config only for SUSE Linux Enterprise
+  15, 15.1 and 15.2, and require firewalld for it
+- firewalld-prometheus-config needs to be a Recommends, not a
+  Requires, as prometheus does not require it to run
+
+---



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.LbdACg/_old  2022-04-10 19:05:04.702716175 +0200
+++ /var/tmp/diff_new_pack.LbdACg/_new  2022-04-10 19:05:04.710716086 +0200
@@ -57,7 +57,9 @@
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   firewalld-prometheus-config
+%if 0%{?suse_version} >= 1500
+Recommends: firewalld-prometheus-config
+%endif
 Requires(pre):  user(prometheus)
 Requires(pre):  group(prometheus)
 Requires(post): %fillup_prereq
@@ -147,19 +149,20 @@
 %dir %{_sysconfdir}/prometheus
 %config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
 
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
 %package -n firewalld-prometheus-config
 Summary:Firewalld configuration file for Prometheus
 Group:  Productivity/Networking/Security
 Version:0.1
 Release:0
 License:GPL-2.0-or-later
+Requires:   firewalld
 
 %description -n firewalld-prometheus-config
 This package contains configuration file for Prometheus for older versions of
 Firewalld which do not provide this in own package.
 
 %files -n firewalld-prometheus-config
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
 %dir %{_prefix}/lib/firewalld
 %dir %{_prefix}/lib/firewalld/services
 %{_prefix}/lib/firewalld/services/prometheus.xml


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-03-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-03-24 22:57:09

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900 (New)


Package is "golang-github-prometheus-prometheus"

Thu Mar 24 22:57:09 2022 rev:22 rq:964196 version:unknown

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-03-20 20:54:54.134470662 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1900/golang-github-prometheus-prometheus.changes
2022-03-24 22:57:28.060219675 +0100
@@ -1,0 +2,5 @@
+Fri Mar 18 12:20:59 UTC 2022 - Witek Bedyk 
+
+- Create firewalld-prometheus-config subpackage (bsc#1197042)
+
+---



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.ZJ00Ls/_old  2022-03-24 22:57:28.832220420 +0100
+++ /var/tmp/diff_new_pack.ZJ00Ls/_new  2022-03-24 22:57:28.840220428 +0100
@@ -57,6 +57,7 @@
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   firewalld-prometheus-config
 Requires(pre):  user(prometheus)
 Requires(pre):  group(prometheus)
 Requires(post): %fillup_prereq
@@ -146,6 +147,18 @@
 %dir %{_sysconfdir}/prometheus
 %config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
 
+%package -n firewalld-prometheus-config
+Summary:Firewalld configuration file for Prometheus
+Group:  Productivity/Networking/Security
+Version:0.1
+Release:0
+License:GPL-2.0-or-later
+
+%description -n firewalld-prometheus-config
+This package contains configuration file for Prometheus for older versions of
+Firewalld which do not provide this in own package.
+
+%files -n firewalld-prometheus-config
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
 %dir %{_prefix}/lib/firewalld
 %dir %{_prefix}/lib/firewalld/services


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-03-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-03-20 20:54:42

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25692 (New)


Package is "golang-github-prometheus-prometheus"

Sun Mar 20 20:54:42 2022 rev:21 rq:962677 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-02-26 17:02:12.943537169 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.25692/golang-github-prometheus-prometheus.changes
   2022-03-20 20:54:54.134470662 +0100
@@ -1,0 +2,7 @@
+Mon Mar  7 16:40:16 UTC 2022 - Witek Bedyk 
+
+- Update vendor tarball with prometheus/client_golang 1.12.1
+  (bsc#1196338)
+  * Added 0003-Bump-client_golang-to-1.12.1.patch
+
+---

New:

  0003-Bump-client_golang-to-1.12.1.patch



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.UtlQFK/_old  2022-03-20 20:54:55.030471951 +0100
+++ /var/tmp/diff_new_pack.UtlQFK/_new  2022-03-20 20:54:55.034471957 +0100
@@ -35,6 +35,7 @@
 URL:https://prometheus.io/
 # also includes web assets generated with `make assets`
 Source: prometheus-%{version}.tar.gz
+# generated after applying 0003-Bump-client_golang-to-1.12.1.patch
 Source1:vendor.tar.gz
 Source2:prometheus.service
 Source3:prometheus.yml
@@ -43,6 +44,8 @@
 Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
 # Lifted from Debian's prometheus package
 Patch2: 0002-Default-settings.patch
+# This patch has been applied before generating vendor tarball
+Patch3: 0003-Bump-client_golang-to-1.12.1.patch
 BuildRequires:  fdupes
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
 BuildRequires:  firewall-macros

++ 0003-Bump-client_golang-to-1.12.1.patch ++
>From d3a1b60688ff41e20de595a7fdc1d7ccacd2914f Mon Sep 17 00:00:00 2001
From: Witek Bedyk 
Date: Mon, 14 Mar 2022 10:23:38 +0100
Subject: [PATCH] Upgrade prometheus/client to version 1.12.1

---
 go.mod | 4 ++--
 go.sum | 6 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 1ba1f5e87..d2b3d864f 100644
--- a/go.mod
+++ b/go.mod
@@ -46,7 +46,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/alertmanager v0.23.0
-   github.com/prometheus/client_golang v1.11.0
+   github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/prometheus/common/sigv4 v0.1.0
@@ -62,7 +62,7 @@ require (
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
-   golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
+   golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/time v0.0.0-2026232009-f0f3c7e86c11
golang.org/x/tools v0.1.7
google.golang.org/api v0.60.0
diff --git a/go.sum b/go.sum
index a09845d2f..9711e1d96 100644
--- a/go.sum
+++ b/go.sum
@@ -1143,6 +1143,8 @@ github.com/prometheus/client_golang v1.5.1/go.mod 
h1:e9GMxYsXl05ICDXkRhurwBS4Q3O
 github.com/prometheus/client_golang v1.7.1/go.mod 
h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
 github.com/prometheus/client_golang v1.11.0 
h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
 github.com/prometheus/client_golang v1.11.0/go.mod 
h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
+github.com/prometheus/client_golang v1.12.1 
h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk=
+github.com/prometheus/client_golang v1.12.1/go.mod 
h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
 github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
 github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
@@ -1184,6 +1186,8 @@ github.com/prometheus/procfs v0.1.3/go.mod 
h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
 github.com/prometheus/procfs v0.2.0/go.mod 
h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
 github.com/prometheus/procfs v0.6.0 
h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=
 github.com/prome

commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-02-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-02-26 17:01:53

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958 (New)


Package is "golang-github-prometheus-prometheus"

Sat Feb 26 17:01:53 2022 rev:20 rq:957241 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-02-21 17:46:10.551586451 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958/golang-github-prometheus-prometheus.changes
2022-02-26 17:02:12.943537169 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 15:27:25 UTC 2022 - Witek Bedyk 
+
+- Fix Firewalld configuration file location (bsc#1196300)
+
+---



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.GNfA7L/_old  2022-02-26 17:02:13.37267 +0100
+++ /var/tmp/diff_new_pack.GNfA7L/_new  2022-02-26 17:02:13.559537267 +0100
@@ -97,8 +97,8 @@
 install -m 0644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.prometheus
 
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
-install -m 0755 -d %{buildroot}%{_libdir}/firewalld/services/
-install -m 0644 %{SOURCE5} 
%{buildroot}%{_libdir}/firewalld/services/prometheus.xml
+install -m 0755 -d %{buildroot}%{_prefix}/lib/firewalld/services/
+install -m 0644 %{SOURCE5} 
%{buildroot}%{_prefix}/lib/firewalld/services/prometheus.xml
 %endif
 
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus
@@ -144,9 +144,9 @@
 %config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
 
 %if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
-%dir %{_libdir}/firewalld
-%dir %{_libdir}/firewalld/services
-%{_libdir}/firewalld/services/prometheus.xml
+%dir %{_prefix}/lib/firewalld
+%dir %{_prefix}/lib/firewalld/services
+%{_prefix}/lib/firewalld/services/prometheus.xml
 %endif
 
 %changelog


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-02-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-02-21 17:45:53

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958 (New)


Package is "golang-github-prometheus-prometheus"

Mon Feb 21 17:45:53 2022 rev:19 rq:955904 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2022-01-27 23:16:29.495175197 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1958/golang-github-prometheus-prometheus.changes
2022-02-21 17:46:10.551586451 +0100
@@ -1,0 +2,6 @@
+Fri Feb 18 15:09:09 UTC 2022 - Witek Bedyk 
+
+- Require Go 1.16+
+- Do not build on s390 architecture.
+
+---



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.OyjRAy/_old  2022-02-21 17:46:11.231586653 +0100
+++ /var/tmp/diff_new_pack.OyjRAy/_new  2022-02-21 17:46:11.239586655 +0100
@@ -52,12 +52,13 @@
 BuildRequires:  glibc-devel-static
 BuildRequires:  golang-github-prometheus-promu
 BuildRequires:  golang-packaging
-BuildRequires:  golang(API) >= 1.14
+BuildRequires:  golang(API) >= 1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  user(prometheus)
 Requires(pre):  group(prometheus)
 Requires(post): %fillup_prereq
 Provides:   prometheus = %{version}
+ExcludeArch:s390
 %systemd_ordering
 
 %go_nostrip


commit golang-github-prometheus-prometheus for openSUSE:Factory

2022-01-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2022-01-27 23:16:19

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898 (New)


Package is "golang-github-prometheus-prometheus"

Thu Jan 27 23:16:19 2022 rev:18 rq:949029 version:2.32.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-10-05 22:33:47.882863657 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898/golang-github-prometheus-prometheus.changes
2022-01-27 23:16:29.495175197 +0100
@@ -1,0 +2,256 @@
+Wed Jan 19 11:36:21 UTC 2022 - Witek Bedyk 
+
+- Updated patches:
+  + Changed:
+* 0002-Default-settings.patch
+  + Removed:
+* 0003-Add-Uyuni-service-discovery.patch
+
+- Use obs-service-go_modules
+
+- Upgrade to upstream version 2.32.1 (jsc#SLE-22863)
+  + Bugfixes:
+* Scrape: Fix reporting metrics when sample limit is reached
+  during the report. #9996
+* Scrape: Ensure that scrape interval and scrape timeout are
+  always set. #10023
+* TSDB: Expose and fix bug in iterators' Seek() method. #10030
+
+- Upgrade to upstream version 2.32.0
+  + Change:
+* remote-write: Change default max retry time from 100ms to
+  5 seconds. #9634
+  + Features:
+* Agent: New mode of operation optimized for remote-write only
+  scenarios, without local storage.
+* Promtool: Add promtool check service-discovery command. #8970
+  + Enhancements:
+* Promtool: Improve test output. #8064
+* Promtool: Use kahan summation for better numerical stability.
+* Remote-write: Reuse memory for marshalling. #9412
+* Scrape: Add scrape_body_size_bytes scrape metric behind the
+  --enable-feature=extra-scrape-metrics flag. #9569
+* TSDB: Add windows arm64 support. #9703
+* TSDB: Optimize query by skipping unneeded sorting in TSDB.
+* Templates: Support int and uint as datatypes for template
+  formatting. #9680
+* UI: Prefer rate over rad, delta over deg, and count over cos
+  in autocomplete. #9688
+  + Bugfixes:
+* TSDB: Add more size checks when writing individual sections
+  in the index. #9710
+* PromQL: Make deriv() return zero values for constant series.
+* TSDB: Fix panic when checkpoint directory is empty. #9687
+* TSDB: Fix panic, out of order chunks, and race warning during
+  WAL replay. #9856
+* UI: Correctly render links for targets with IPv6 addresses
+  that contain a Zone ID. #9853
+* Promtool: Fix checking of authorization.credentials_file and
+  bearer_token_file fields. #9883
+* Uyuni SD: Fix null pointer exception during initialization.
+* TSDB: Fix queries after a failed snapshot replay. #9980
+
+- Upgrade to upstream version 2.31.1
+  + Bugfix:
+* SD: Fix a panic when the experimental discovery manager
+  receives targets during a reload. #9656
+
+- Upgrade to upstream version 2.31.0
+  + Change:
+* UI: Remove standard PromQL editor in favour of the
+  codemirror-based editor. #9452
+  + Features:
+* PromQL: Add trigonometric functions and atan2 binary
+  operator. #9239 #9248 #9515
+* Remote: Add support for exemplar in the remote write receiver
+  endpoint. #9319 #9414
+* SD: Add PuppetDB service discovery. #8883
+* SD: Add Uyuni service discovery. #8190
+* Web: Add support for security-related HTTP headers. #9546
+  + Enhancements:
+* Azure SD: Add proxy_url, follow_redirects, tls_config. #9267
+* Backfill: Add --max-block-duration in promtool
+  create-blocks-from rules. #9511
+* Config: Print human-readable sizes with unit instead of raw
+  numbers. #9361
+* HTTP: Re-enable HTTP/2. #9398
+* Kubernetes SD: Warn user if number of endpoints exceeds
+  limit. #9467
+* OAuth2: Add TLS configuration to token requests. #9550
+* PromQL: Several optimizations. #9365 #9360 #9362 #9552
+* PromQL: Make aggregations deterministic in instant queries.
+* Rules: Add the ability to limit number of alerts or series.
+* SD: Experimental discovery manager to avoid restarts upon
+  reload.
+* UI: Debounce timerange setting changes. #9359
+  + Bugfixes:
+* Backfill: Apply rule labels after query labels. #9421
+* Scrape: Resolve conflicts between multiple exported label
+  prefixes. #9479 #9518
+* Scrape: Restart scrape loops when __scrape_interval__ is
+  changed. #9551
+* TSDB: Fix memory leak in samples deletion. #9151
+* UI: Use consistent margin-bottom for all alert kinds. #9318
+
+- Upgrade to upstream version

commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-10-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-10-05 22:33:32

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2443 (New)


Package is "golang-github-prometheus-prometheus"

Tue Oct  5 22:33:32 2021 rev:17 rq:922153 version:2.27.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-07-22 22:43:47.527166048 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2443/golang-github-prometheus-prometheus.changes
2021-10-05 22:33:47.882863657 +0200
@@ -1,0 +2,6 @@
+Mon Sep 20 14:44:20 UTC 2021 - Johannes Segitz 
+
+- Added hardening to systemd service(s) (bsc#1181400). Modified:
+  * prometheus.service
+
+---



Other differences:
--
++ prometheus.service ++
--- /var/tmp/diff_new_pack.nXZNOx/_old  2021-10-05 22:33:48.866865369 +0200
+++ /var/tmp/diff_new_pack.nXZNOx/_new  2021-10-05 22:33:48.870865376 +0200
@@ -5,6 +5,19 @@
 After=network-online.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Restart=always
 User=prometheus
 EnvironmentFile=-/etc/sysconfig/prometheus


commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-07-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-07-22 22:43:07

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1899 (New)


Package is "golang-github-prometheus-prometheus"

Thu Jul 22 22:43:07 2021 rev:16 rq:907767 version:2.27.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-07-12 01:25:03.389222133 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1899/golang-github-prometheus-prometheus.changes
2021-07-22 22:43:47.527166048 +0200
@@ -19 +19 @@
-   * SECURITY: Fix arbitrary redirects under the /new endpoint (CVE-2021-29622)
+   * SECURITY: Fix arbitrary redirects under the /new endpoint 
(CVE-2021-29622, bsc#1186242)



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-07-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-07-12 01:24:46

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2625 (New)


Package is "golang-github-prometheus-prometheus"

Mon Jul 12 01:24:46 2021 rev:15 rq:905075 version:2.27.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-07-02 13:27:45.316626424 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2625/golang-github-prometheus-prometheus.changes
2021-07-12 01:25:03.389222133 +0200
@@ -1,0 +2,7 @@
+Thu Jul  8 08:08:39 UTC 2021 - Witek Bedyk 
+
+- Provide and reload firewalld configuration only for:
+  + openSUSE Leap 15.0, 15.1, 15.2
+  + SUSE SLE15, SLE15 SP1, SLE15 SP2
+
+---
@@ -10 +17 @@
-- Upgrade to upstream version 2.27.1
+- Upgrade to upstream version 2.27.1 (jsc#SLE-18254)
@@ -136,0 +144,8 @@
+
+---
+Mon Aug 31 13:59:02 UTC 2020 - Patrick Seidensal 
+
+- Update package with changes from `server:monitoring` bsc#1175478
+
+  Left out removal of firewalld related configuration files as SLE-15-SP1's
+  `firewalld` package does not contain prometheus configuration yet.

New:

  prometheus.firewall.xml



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.r0YRFd/_old  2021-07-12 01:25:04.389214446 +0200
+++ /var/tmp/diff_new_pack.r0YRFd/_new  2021-07-12 01:25:04.393214414 +0200
@@ -40,12 +40,16 @@
 Source2:prometheus.service
 Source3:prometheus.yml
 Source4:prometheus.sysconfig
+Source5:prometheus.firewall.xml
 Patch1: 0001-Do-not-force-the-pure-Go-name-resolver.patch
 # Lifted from Debian's prometheus package
 Patch2: 0002-Default-settings.patch
 # PATCH-FEATURE-OPENSUSE 0003-Add-Uyuni-service-discovery.patch 
jcavalhe...@suse.de
 Patch3: 0003-Add-Uyuni-service-discovery.patch
 BuildRequires:  fdupes
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
+BuildRequires:  firewall-macros
+%endif
 # Adding glibc-devel-static seems to be required for linking if building
 # with -buildmode=pie
 BuildRequires:  glibc-devel-static
@@ -94,6 +98,11 @@
 install -m 0755 -d %{buildroot}%{_fillupdir}
 install -m 0644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.prometheus
 
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
+install -m 0755 -d %{buildroot}%{_libdir}/firewalld/services/
+install -m 0644 %{SOURCE5} 
%{buildroot}%{_libdir}/firewalld/services/prometheus.xml
+%endif
+
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus/data
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus/metrics
@@ -107,6 +116,9 @@
 %post
 %fillup_only -n prometheus
 %service_add_post prometheus.service
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
+%firewalld_reload
+%endif
 
 %preun
 %service_del_preun prometheus.service
@@ -133,4 +145,10 @@
 %dir %{_sysconfdir}/prometheus
 %config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
 
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} < 150300
+%dir %{_libdir}/firewalld
+%dir %{_libdir}/firewalld/services
+%{_libdir}/firewalld/services/prometheus.xml
+%endif
+
 %changelog

++ prometheus.firewall.xml ++


Prometheus
Prometheus monitoring system and time series 
database.




commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-07-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-07-02 13:27:02

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2625 (New)


Package is "golang-github-prometheus-prometheus"

Fri Jul  2 13:27:02 2021 rev:14 rq:903100 version:2.27.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-06-01 10:33:38.928423548 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2625/golang-github-prometheus-prometheus.changes
2021-07-02 13:27:45.316626424 +0200
@@ -4,0 +5,4 @@
+  + Changed:
+* 0001-Do-not-force-the-pure-Go-name-resolver.patch
+* 0002-Default-settings.patch
+* 0003-Add-Uyuni-service-discovery.patch



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-06-01 10:33:22

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898 (New)


Package is "golang-github-prometheus-prometheus"

Tue Jun  1 10:33:22 2021 rev:13 rq:895903 version:2.27.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-05-07 16:45:53.912259362 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898/golang-github-prometheus-prometheus.changes
2021-06-01 10:33:38.928423548 +0200
@@ -1,0 +2,32 @@
+Wed May 19 20:32:28 UTC 2021 - Daniel Molkentin 
+
+- Refresh patches
+
+- Upgrade to upstream version 2.27.1
+  + Bugfix:
+   * SECURITY: Fix arbitrary redirects under the /new endpoint 
(CVE-2021-29622)  
+
+- Upgrade to upstream version 2.27.0
+  + Features:
+* Promtool: Retroactive rule evaluation functionality. #7675
+* Configuration: Environment variable expansion for external labels. 
Behind --enable-feature=expand-external-labels flag. #8649
+* TSDB: Add a flag(--storage.tsdb.max-block-chunk-segment-size) to control 
the max chunks file size of the blocks for small Prometheus instances. #8478
+* UI: Add a dark theme. #8604
+* AWS Lightsail Discovery: Add AWS Lightsail Discovery. #8693
+* Docker Discovery: Add Docker Service Discovery. #8629
+* OAuth: Allow OAuth 2.0 to be used anywhere an HTTP client is used. #8761
+* Remote Write: Send exemplars via remote write. Experimental and disabled 
by default. #8296
+  + Enhancements:
+* Digital Ocean Discovery: Add __meta_digitalocean_vpc label. #8642
+* Scaleway Discovery: Read Scaleway secret from a file. #8643
+* Scrape: Add configurable limits for label size and count. #8777
+* UI: Add 16w and 26w time range steps. #8656
+* Templating: Enable parsing strings in humanize functions. #8682
+  + Bugfixes:
+* UI: Provide errors instead of blank page on TSDB Status Page. #8654 #8659
+* TSDB: Do not panic when writing very large records to the WAL. #8790
+* TSDB: Avoid panic when mmaped memory is referenced after the file is 
closed. #8723
+* Scaleway Discovery: Fix nil pointer dereference. #8737
+* Consul Discovery: Restart no longer required after config update with no 
targets. #8766
+
+---

Old:

  prometheus-2.26.0.tar.gz

New:

  prometheus-2.27.1.tar.gz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.XBJPJ0/_old  2021-06-01 10:33:41.460427860 +0200
+++ /var/tmp/diff_new_pack.XBJPJ0/_new  2021-06-01 10:33:41.464427866 +0200
@@ -27,7 +27,7 @@
 %endif
 
 Name:   golang-github-prometheus-prometheus
-Version:2.26.0
+Version:2.27.1
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0

++ 0001-Do-not-force-the-pure-Go-name-resolver.patch ++
--- /var/tmp/diff_new_pack.XBJPJ0/_old  2021-06-01 10:33:41.480427893 +0200
+++ /var/tmp/diff_new_pack.XBJPJ0/_new  2021-06-01 10:33:41.480427893 +0200
@@ -1,4 +1,4 @@
-From dca10001054ba4f61a8be3f4ef67223509a26683 Mon Sep 17 00:00:00 2001
+From 247610ea70657943fc50637380f27d262117cf8e Mon Sep 17 00:00:00 2001
 From: Jan Fajerski 
 Date: Fri, 8 Feb 2019 09:17:06 +0100
 Subject: [PATCH 1/3] Do not force the pure Go name resolver
@@ -15,7 +15,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/.promu.yml b/.promu.yml
-index f52a646de..782f973a8 100644
+index f52a646de..23e662d11 100644
 --- a/.promu.yml
 +++ b/.promu.yml
 @@ -10,7 +10,7 @@ build:
@@ -28,5 +28,5 @@
  -X github.com/prometheus/common/version.Version={{.Version}}
  -X github.com/prometheus/common/version.Revision={{.Revision}}
 -- 
-2.26.2
+2.31.1
 

++ 0002-Default-settings.patch ++
--- /var/tmp/diff_new_pack.XBJPJ0/_old  2021-06-01 10:33:41.488427906 +0200
+++ /var/tmp/diff_new_pack.XBJPJ0/_new  2021-06-01 10:33:41.488427906 +0200
@@ -1,4 +1,4 @@
-From 7860b67a0a684d2d51087e323b780410031d83af Mon Sep 17 00:00:00 2001
+From f858a01d7d9ca8c28be8a9d6251e6dd7f0717272 Mon Sep 17 00:00:00 2001
 From: Jan Fajerski 
 Date: Fri, 8 Feb 2019 09:28:12 +0100
 Subject: [PATCH 2/3] Default settings
@@ -9,10 +9,10 @@
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go
-index 37a7f3535..ae43ded89 100644
+index 9fbd6e76b..6283c4057 100644
 ---

commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-05-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-05-07 16:45:35

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2988 (New)


Package is "golang-github-prometheus-prometheus"

Fri May  7 16:45:35 2021 rev:12 rq:890921 version:2.26.0

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-03-25 14:52:38.204504469 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2988/golang-github-prometheus-prometheus.changes
2021-05-07 16:45:53.912259362 +0200
@@ -1,0 +2,85 @@
+Tue May  4 14:35:58 UTC 2021 - Witek Bedyk 
+
+- Add tarball with vendor modules and web assets
+- Uyuni: Read formula data from exporters map
+- Uyuni: Add support for TLS targets
+  + Changed:
+* 0003-Add-Uyuni-service-discovery.patch
+* 0002-Default-settings.patch Changed
+* 0003-Add-Uyuni-service-discovery.patch
+
+- Upgrade to upstream version 2.26.0
+  + Changes
+* Alerting: Using Alertmanager v2 API by default. #8626
+* Prometheus/Promtool: Binaries are now printing help and usage to stdout 
instead of stderr. #8542
+  + Features
+* Remote: Add support for AWS SigV4 auth method for remote_write. #8509
+* PromQL: Allow negative offsets. Behind 
--enable-feature=promql-negative-offset flag. #8487
+* UI: Add advanced auto-completion, syntax highlighting and linting to 
graph page query input. #8634
+  + Enhancements
+* PromQL: Add last_over_time, sgn, clamp functions. #8457
+* Scrape: Add support for specifying type of Authorization header 
credentials with Bearer by default. #8512
+* Scrape: Add follow_redirects option to scrape configuration. #8546
+* Remote: Allow retries on HTTP 429 response code for remote_write. #8237 
#8477
+* Remote: Allow configuring custom headers for remote_read. #8516
+* UI: Hitting Enter now triggers new query. #8581
+* UI: Better handling of long rule and names on the /rules and /targets 
pages. #8608 #8609
+* UI: Add collapse/expand all button on the /targets page. #8486
+
+- Upgrade to upstream version 2.25.0
+  + Features
+* Include a new `--enable-feature=` flag that enables experimental 
features.
+  + Enhancements
+* Add optional name property to testgroup for better test failure output. 
#8440
+* Add warnings into React Panel on the Graph page. #8427
+* TSDB: Increase the number of buckets for the compaction duration metric. 
#8342
+* Remote: Allow passing along custom remote_write HTTP headers. #8416
+* Mixins: Scope grafana configuration. #8332
+* Kubernetes SD: Add endpoint labels metadata. #8273
+* UI: Expose total number of label pairs in head in TSDB stats page. #8343
+* TSDB: Reload blocks every minute, to detect new blocks and enforce 
retention more often. #8343
+  + Bug fixes
+* API: Fix global URL when external address has no port. #8359
+* Deprecate unused flag --alertmanager.timeout. #8407
+
+- Upgrade to upstream version 2.24.1
+  + Enhancements
+* Cache basic authentication results to significantly improve performance 
of HTTP endpoints.
+
+- Upgrade to upstream version 2.24.0
+  + Features
+* Add TLS and basic authentication to HTTP endpoints. #8316
+* promtool: Add check web-config subcommand to check web config files. 
#8319
+* promtool: Add tsdb create-blocks-from openmetrics subcommand to backfill 
metrics data from an OpenMetrics file. #8084
+  + Enhancements
+* HTTP API: Fast-fail queries with only empty matchers. #8288
+* HTTP API: Support matchers for labels API. #8301
+* promtool: Improve checking of URLs passed on the command line. #7956
+* SD: Expose IPv6 as a label in EC2 SD. #7086
+* SD: Reuse EC2 client, reducing frequency of requesting credentials. #8311
+* TSDB: Add logging when compaction takes more than the block time range. 
#8151
+* TSDB: Avoid unnecessary GC runs after compaction. #8276
+
+- Upgrade to upstream version 2.23.0
+  + Changes
+* UI: Make the React UI default. #8142
+* Remote write: The following metrics were removed/renamed in remote 
write. #6815
+  > prometheus_remote_storage_succeeded_samples_total was removed and 
prometheus_remote_storage_samples_total was introduced for all the samples 
attempted to send.
+  > prometheus_remote_storage_sent_bytes_total was removed and replaced 
with prometheus_remote_storage_samples_bytes_total and 
prometheus_remote_storage_metadata_bytes_total.
+  > prometheus_remote_storage_failed_samples_total -> 
prometheus_remote_storage_samples_failed_total .
+  > p

commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-03-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-03-25 14:52:36

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2401 (New)


Package is "golang-github-prometheus-prometheus"

Thu Mar 25 14:52:36 2021 rev:11 rq:880691 version:2.22.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2021-03-19 16:39:34.757824370 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2401/golang-github-prometheus-prometheus.changes
2021-03-25 14:52:38.204504469 +0100
@@ -4,0 +5,2 @@
+  + Changed:
+* 0003-Add-Uyuni-service-discovery.patch



Other differences:
--


commit golang-github-prometheus-prometheus for openSUSE:Factory

2021-03-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package golang-github-prometheus-prometheus 
for openSUSE:Factory checked in at 2021-03-19 16:39:33

Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus (Old)
 and  
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2401 (New)


Package is "golang-github-prometheus-prometheus"

Fri Mar 19 16:39:33 2021 rev:10 rq:879418 version:2.22.1

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/golang-github-prometheus-prometheus.changes
  2020-09-14 12:17:24.200490654 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.2401/golang-github-prometheus-prometheus.changes
2021-03-19 16:39:34.757824370 +0100
@@ -1,0 +2,14 @@
+Tue Mar  9 13:28:50 UTC 2021 - Witek Bedyk 
+
+- Uyuni: `hostname` label is now set to FQDN instead of IP
+
+---
+Mon Nov  9 10:49:39 UTC 2020 - Stefano Torresi 
+
+- Update to upstream version 2.22.1
+- Update packaging
+  * Remove systemd and shadow hard requirements
+  * use systemd-sysusers to configure the user in a dedicated 
'system-user-prometheus' subpackage
+  * add 'prometheus' package alias
+
+---

Old:

  prometheus-2.18.0.tar.xz

New:

  prometheus-2.22.1.tar.xz



Other differences:
--
++ golang-github-prometheus-prometheus.spec ++
--- /var/tmp/diff_new_pack.ElDFYg/_old  2021-03-19 16:39:35.497825368 +0100
+++ /var/tmp/diff_new_pack.ElDFYg/_new  2021-03-19 16:39:35.501825374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-github-prometheus-prometheus
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2017 Silvio Moioli 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,6 @@
 #
 
 
-%global prometheus_user prometheus
-%global prometheus_group %{prometheus_user}
-
 # Compatibility with systems older than Nov 2017
 # See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros
 %if ! %{defined _fillupdir}
@@ -29,14 +26,12 @@
 %define _sharedstatedir /var/lib
 %endif
 
-%{go_nostrip}
-
 Name:   golang-github-prometheus-prometheus
-Version:2.18.0
+Version:2.22.1
 Release:0
 Summary:The Prometheus monitoring system and time series database
 License:Apache-2.0
-Group:  System/Management
+Group:  System/Monitoring
 URL:https://prometheus.io/
 Source: prometheus-%{version}.tar.xz
 Source1:prometheus.service
@@ -54,12 +49,15 @@
 BuildRequires:  golang-github-prometheus-promu
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.14
+BuildRequires:  golang(API) >= 1.14
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{?systemd_requires}
-Requires(pre):  shadow
+Requires(pre):  user(prometheus)
+Requires(pre):  group(prometheus)
 Requires(post): %fillup_prereq
-%{go_provides}
+Provides:   prometheus = %{version}
+%systemd_ordering
+
+%go_nostrip
 
 %description
 Prometheus's main features are:
@@ -98,11 +96,10 @@
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus/data
 install -Dd -m 0750 %{buildroot}%{_localstatedir}/lib/prometheus/metrics
 %gofilelist
+
 %fdupes %{buildroot}/%{_prefix}
 
 %pre
-getent group %{prometheus_group} >/dev/null || %{_sbindir}/groupadd -r 
%{prometheus_group}
-getent passwd %{prometheus_user} >/dev/null || %{_sbindir}/useradd -r -g 
%{prometheus_group} -d %{_localstatedir}/lib/prometheus -s /sbin/nologin 
%{prometheus_user}
 %service_add_pre prometheus.service
 
 %post
@@ -128,9 +125,9 @@
 %{_sbindir}/rcprometheus
 %{_datarootdir}/prometheus
 %{_fillupdir}/sysconfig.prometheus
-%dir %attr(0700,%{prometheus_user},%{prometheus_group}) 
%{_sharedstatedir}/prometheus
-%dir %attr(0700,%{prometheus_user},%{prometheus_group}) 
%{_sharedstatedir}/prometheus/data
-%dir %attr(0700,%{prometheus_user},%{prometheus_group}) 
%{_sharedstatedir}/prometheus/metrics
+%dir %attr(0700,prometheus,prometheus) %{_sharedstatedir}/prometheus
+%dir %attr(0700,prometheus,prometheus) %{_sharedstatedir}/prometheus/data
+%dir %attr(0700,prometheus,prometheus) %{_sharedstatedir}/prometheus/metrics
 %dir %{_sysconfdir}/prometheus
 %config(noreplace) %{_sysconfdir}/prometheus/prometheus.yml
 

++ 0001-Do-not-force-the-pure-Go-name-resolver.patch ++
--- /var/tmp/diff_new_pack.ElDFYg/_old  2021-03-19 16:39:35.529825412 +0100
+++ /var/tmp/diff_new_pack.ElDFYg/_new  2021-03-19 16:39:35.529825412 +0100
@@ -1,7 +1,7 @@
-From 29211c2f5e1ed47715789aa75d755002cddeba02 Mon Sep 17 00:00:00 2001
+Fro