forked from pool/golang-github-prometheus-prometheus
Accepting request 1248102 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1248102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-prometheus?expand=0&rev=54
This commit is contained in:
commit
84cba29c69
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">v3.1.0</param>
|
||||
<param name="revision">v3.2.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="match-tag">v3*</param>
|
||||
</service>
|
||||
@ -13,6 +13,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">prometheus-3.1.0.tar.gz</param>
|
||||
<param name="archive">prometheus-3.2.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 06:07:57 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 3.2.0:
|
||||
* [CHANGE] relabel: Replace actions can now use UTF-8 characters
|
||||
in targetLabel field. Note that $<chars> or ${<chars>} will be
|
||||
expanded. This also apply to replacement field for LabelMap
|
||||
action. #15851
|
||||
* [CHANGE] rulefmt: Rule names can use UTF-8 characters, except {
|
||||
and } characters (due to common mistake checks). #15851
|
||||
* [FEATURE] remote/otlp: Add feature flag otlp-deltatocumulative
|
||||
to support conversion from delta to cumulative. #15165
|
||||
* [ENHANCEMENT] openstack SD: Discover Octavia loadbalancers.
|
||||
#15539
|
||||
* [ENHANCEMENT] scrape: Add metadata for automatic metrics to WAL
|
||||
for metadata-wal-records feature. #15837
|
||||
* [ENHANCEMENT] promtool: Support linting of scrape interval,
|
||||
through lint option too-long-scrape-interval. #15719
|
||||
* [ENHANCEMENT] promtool: Add --ignore-unknown-fields option.
|
||||
#15706
|
||||
* [ENHANCEMENT] ui: Make "hide empty rules" and hide empty rules"
|
||||
persistent #15807
|
||||
* [ENHANCEMENT] web/api: Add a limit parameter to /query and
|
||||
/query_range. #15552
|
||||
* [ENHANCEMENT] api: Add fields Node and ServerTime to /status.
|
||||
#15784
|
||||
* [PERF] Scraping: defer computing labels for dropped targets
|
||||
until they are needed by the UI. #15261
|
||||
* [BUGFIX] remotewrite2: Fix invalid metadata bug for metrics
|
||||
without metadata. #15829
|
||||
* [BUGFIX] remotewrite2: Fix the unit field propagation. #15825
|
||||
* [BUGFIX] scrape: Fix WAL metadata for histograms and summaries.
|
||||
#15832
|
||||
* [BUGFIX] ui: Merge duplicate "Alerts page settings" sections.
|
||||
#15810
|
||||
* [BUGFIX] PromQL: Fix <aggr_over_time> functions with
|
||||
histograms. #15711
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:19:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: golang-github-prometheus-prometheus
|
||||
Version: 3.1.0
|
||||
Version: 3.2.0
|
||||
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:06bc551e0dae9777b5ee7f346832c65dad931508b63ae8142dd3f0dfee65f288
|
||||
size 97478
|
||||
oid sha256:20fbe8a0c3ddc85830078e55f4b89bf1027e44fc47cf2eb88ddd6a679d99fcca
|
||||
size 98454
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed412dc48bff63dd3ca5843d54204563b3187ac1aff1be01985fc48bac88cd59
|
||||
size 5100610
|
3
prometheus-3.2.0.tar.gz
Normal file
3
prometheus-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f43d8b853a7953682be13fa335e1f77ca2cfdfb7ce0bcbeaa2342897a1f969a
|
||||
size 5128590
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc64bd5b6e124d5fb679213eced680efbba7460b3d2df61b2e0dbd6bd7270e8f
|
||||
size 15340029
|
||||
oid sha256:5a5ec03dc69811070b641e58f50edd412e72ec143a1832e04985f6524386a25c
|
||||
size 15213970
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51ed212b299ad034be825dd3a1d4522e9a8c905f605e8560349b8251fd12566c
|
||||
size 8618124
|
3
web-ui-3.2.0.tar.gz
Normal file
3
web-ui-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752c8b8cc3811b7703ad948e43574e3d027778b44a36eb4791058758cf3d5f67
|
||||
size 8631124
|
Loading…
x
Reference in New Issue
Block a user