commit golang-github-prometheus-prometheus for openSUSE:Factory
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 <daniel.molkentin@suse.com> + +- 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 <jfajerski@suse.com> 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 <jfajerski@suse.com> 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 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go -@@ -187,7 +187,7 @@ func main() { +@@ -191,7 +191,7 @@ func main() { a.HelpFlag.Short('h') a.Flag("config.file", "Prometheus configuration file path."). @@ -21,7 +21,7 @@ a.Flag("web.listen-address", "Address to listen on for UI, API, and telemetry."). Default("0.0.0.0:9090").StringVar(&cfg.web.ListenAddress) -@@ -219,10 +219,10 @@ func main() { +@@ -223,10 +223,10 @@ func main() { Default("false").BoolVar(&cfg.web.EnableAdminAPI) a.Flag("web.console.templates", "Path to the console template directory, available at /consoles."). @@ -34,7 +34,7 @@ a.Flag("web.page-title", "Document title of Prometheus instance."). Default("Prometheus Time Series Collection and Processing Server").StringVar(&cfg.web.PageTitle) -@@ -231,7 +231,7 @@ func main() { +@@ -235,7 +235,7 @@ func main() { Default(".*").StringVar(&cfg.corsRegexString) a.Flag("storage.tsdb.path", "Base path for metrics storage."). @@ -44,5 +44,5 @@ a.Flag("storage.tsdb.min-block-duration", "Minimum duration of a data block before being persisted. For use in testing."). Hidden().Default("2h").SetValue(&cfg.tsdb.MinBlockDuration) -- -2.26.2 +2.31.1 ++++++ 0003-Add-Uyuni-service-discovery.patch ++++++ --- /var/tmp/diff_new_pack.XBJPJ0/_old 2021-06-01 10:33:41.496427921 +0200 +++ /var/tmp/diff_new_pack.XBJPJ0/_new 2021-06-01 10:33:41.496427921 +0200 @@ -1,4 +1,4 @@ -From c19bd11c323a073a2c96f2e500de66320e3a627a Mon Sep 17 00:00:00 2001 +From 239bb9d32cb40409c8f2085700e85033f8642670 Mon Sep 17 00:00:00 2001 From: Joao Cavalheiro <jcavalheiro@suse.de> Date: Mon, 27 Jul 2020 17:42:33 +0200 Subject: [PATCH 3/3] Add Uyuni service discovery @@ -7,14 +7,14 @@ discovery/install/install.go | 1 + discovery/uyuni/uyuni.go | 411 ++++++++++++++++++++++++++++++++++ discovery/uyuni/uyuni_test.go | 46 ++++ - go.mod | 1 + + go.mod | 3 +- go.sum | 2 + - 5 files changed, 461 insertions(+) + 5 files changed, 462 insertions(+), 1 deletion(-) create mode 100644 discovery/uyuni/uyuni.go create mode 100644 discovery/uyuni/uyuni_test.go diff --git a/discovery/install/install.go b/discovery/install/install.go -index 075a302e4..7cc2395bb 100644 +index 3e6f0f388..484d48db8 100644 --- a/discovery/install/install.go +++ b/discovery/install/install.go @@ -31,5 +31,6 @@ import ( @@ -494,22 +494,29 @@ + } +} diff --git a/go.mod b/go.mod -index a4b7ff2a6..d347d7682 100644 +index dd22c9be7..b283af28a 100644 --- a/go.mod +++ b/go.mod @@ -34,6 +34,7 @@ require ( - github.com/hetznercloud/hcloud-go v1.24.0 - github.com/influxdata/influxdb v1.8.4 - github.com/json-iterator/go v1.1.10 + github.com/hetznercloud/hcloud-go v1.25.0 + github.com/influxdata/influxdb v1.8.5 + github.com/json-iterator/go v1.1.11 + github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b github.com/miekg/dns v1.1.41 github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect github.com/morikuni/aec v1.0.0 // indirect +@@ -110,4 +111,4 @@ exclude ( + k8s.io/client-go v8.0.0+incompatible + k8s.io/client-go v9.0.0+incompatible + k8s.io/client-go v9.0.0-invalid+incompatible +-) ++) +\ No newline at end of file diff --git a/go.sum b/go.sum -index d424276c8..e62734c2a 100644 +index 03a0abd29..e2fff275e 100644 --- a/go.sum +++ b/go.sum -@@ -552,6 +552,8 @@ github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0 +@@ -556,6 +556,8 @@ github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0 github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6/go.mod h1:+ZoRqAPRLkC4NPOvfYeR5KNOrY6TD+/sAC3HXPZgDYg= github.com/klauspost/pgzip v1.0.2-0.20170402124221-0bf5dcad4ada/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= @@ -519,5 +526,5 @@ github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3 h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8= -- -2.26.2 +2.31.1 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.XBJPJ0/_old 2021-06-01 10:33:41.512427948 +0200 +++ /var/tmp/diff_new_pack.XBJPJ0/_new 2021-06-01 10:33:41.512427948 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v2.26.0</param> + <param name="revision">v2.27.1</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="recompress" mode="disabled"> ++++++ prometheus-2.26.0.tar.gz -> prometheus-2.27.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/golang-github-prometheus-prometheus/prometheus-2.26.0.tar.gz /work/SRC/openSUSE:Factory/.golang-github-prometheus-prometheus.new.1898/prometheus-2.27.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.1898/vendor.tar.gz differ: char 12, line 1
participants (1)
-
Source-Sync