Accepting request 1096759 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1096759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-prometheus?expand=0&rev=33
This commit is contained in:
commit
edbd84f1ec
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.44.0</param>
|
||||
<param name="revision">v2.45.0</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="disabled">
|
||||
<param name="archive">prometheus-2.44.0.tar.gz</param>
|
||||
<param name="archive">prometheus-2.45.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 05:09:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 2.45.0:
|
||||
This release is a LTS (Long-Term Support) release of Prometheus
|
||||
and will receive security, documentation and bugfix patches for
|
||||
at least 12 months. Please read more about our LTS release cycle
|
||||
at <https://prometheus.io/docs/introduction/release-cycle/>.
|
||||
* [FEATURE] API: New limit parameter to limit the number of items
|
||||
returned by `/api/v1/status/tsdb` endpoint. #12336
|
||||
* [FEATURE] Config: Add limits to global config. #12126
|
||||
* [FEATURE] Consul SD: Added support for `path_prefix`. #12372
|
||||
* [FEATURE] Native histograms: Add option to scrape both classic
|
||||
and native histograms. #12350
|
||||
* [FEATURE] Native histograms: Added support for two more
|
||||
arithmetic operators `avg_over_time` and `sum_over_time`.
|
||||
#12262
|
||||
* [FEATURE] Promtool: When providing the block id, only one block
|
||||
will be loaded and analyzed. #12031
|
||||
* [FEATURE] Remote-write: New Azure ad configuration to support
|
||||
remote writing directly to Azure Monitor workspace. #11944
|
||||
* [FEATURE] TSDB: Samples per chunk are now configurable with
|
||||
flag `storage.tsdb.samples-per-chunk`. By default set to its
|
||||
former value 120. #12055
|
||||
* [ENHANCEMENT] Native histograms: bucket size can now be limited
|
||||
to avoid scrape fails. #12254
|
||||
* [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL
|
||||
sooner. #12297
|
||||
* [BUGFIX] Native histograms: ChunkSeries iterator now checks if
|
||||
a new sample can be appended to the open chunk. #12185
|
||||
* [BUGFIX] Native histograms: Fix Histogram Appender
|
||||
`Appendable()` segfault. #12357
|
||||
* [BUGFIX] Native histograms: Fix setting reset header to gauge
|
||||
histograms in seriesToChunkEncoder. #12329
|
||||
* [BUGFIX] TSDB: Tombstone intervals are not modified after Get()
|
||||
call. #12245
|
||||
* [BUGFIX] TSDB: Use path/filepath to set the WAL directory.
|
||||
#12349
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 09:56:45 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: golang-github-prometheus-prometheus
|
||||
Version: 2.44.0
|
||||
Version: 2.45.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:8c0a1072d9e64f230c8e3192d74630b698760161ac7e77ace5b5e7ba61b360d0
|
||||
size 153974
|
||||
oid sha256:86225e2ce64c938506d88b61e5bcaacbe9fd1c0717bde04aae3ec0d1c51e0fd5
|
||||
size 157044
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e89351fdde61a197eb5fbc85973de22aad1981b08a287428f5e9194e7dcab7f9
|
||||
size 6365491
|
3
prometheus-2.45.0.tar.gz
Normal file
3
prometheus-2.45.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6c0f72bcad30559a29d3e08fe090f7996557b404e875803c87e1d8b3f0f61d3
|
||||
size 6394964
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25253238bd9b05f6ecbb8ac64991ffab443d31ced1fe015cc0e2497afef7f13d
|
||||
size 12161625
|
||||
oid sha256:cbf8094e212bf23666565c0fc57fbad59026e3ffea638575163c4fab549c5409
|
||||
size 12371495
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e70df50669e6dfae4cf94ab51480b390bb67d844050055779388ca8a757b0f75
|
||||
size 3561383
|
3
web-ui-2.45.0.tar.gz
Normal file
3
web-ui-2.45.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0312c75e891d5bd826ed386cf02b659ad7bd1b441622ae7d7849b9d0e4540c88
|
||||
size 3568924
|
Loading…
Reference in New Issue
Block a user