Accepting request 1202224 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1202224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-prometheus?expand=0&rev=48
This commit is contained in:
commit
189b2d5ed0
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.54.0</param>
|
||||
<param name="revision">v2.54.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="match-tag">v2*</param>
|
||||
</service>
|
||||
@ -13,6 +13,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">prometheus-2.54.0.tar.gz</param>
|
||||
<param name="archive">prometheus-2.54.1.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 15:33:35 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 2.54.1:
|
||||
* [BUGFIX] Scraping: allow multiple samples on same series, with
|
||||
explicit timestamps. #14685
|
||||
* [BUGFIX] Docker SD: fix crash in match_first_network mode when
|
||||
container is reconnected to a new network. #14654
|
||||
* [BUGFIX] PromQL: fix experimental native histogram counter
|
||||
reset detection on stale samples. #14514
|
||||
* [BUGFIX] PromQL: fix experimental native histograms getting
|
||||
corrupted due to vector selector bug in range queries. #14538
|
||||
* [BUGFIX] PromQL: fix experimental native histogram memory
|
||||
corruption when using histogram_count or histogram_sum. #14605
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 16 18:49:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: golang-github-prometheus-prometheus
|
||||
Version: 2.54.0
|
||||
Version: 2.54.1
|
||||
Release: 0
|
||||
Summary: The Prometheus monitoring system and time series database
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1253e3a02d6a6c774686cb414d69f17b52f6e1b8cd2ca47cd3690cf522061251
|
||||
size 168914
|
||||
oid sha256:18a9d1e6b570d6f34a72986056ba240e1a0af5a66e6a324bc14bbefc6d14ba68
|
||||
size 169753
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3425b96304551b524854f9d08d4dbaa70df3e04343b772373040b7217c81b2c7
|
||||
size 6411184
|
3
prometheus-2.54.1.tar.gz
Normal file
3
prometheus-2.54.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e761aade301520adcfc57d5ec2c8d5c6ed53b1cbe7d91a8594393f7e8ad5caf4
|
||||
size 6411851
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d85b4fb98ec75410384d4d270de0f83554f41ecfe448c2f1c061f975161025c
|
||||
size 14596283
|
||||
oid sha256:33bc18a15a4972f51290da42c162af0b5db17c23003faa78f062875472d237d6
|
||||
size 14596561
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:986a7cd4b5ed99f051b5406e27b1e5d2262fcb3dfad2efa356a3ebaad3800351
|
||||
size 3679048
|
3
web-ui-2.54.1.tar.gz
Normal file
3
web-ui-2.54.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d9ab782a54f2bad2613c0661e28fc1a3f54856d45ca7c0ff8519cf5db15c595
|
||||
size 3679107
|
Loading…
Reference in New Issue
Block a user