forked from pool/golang-github-prometheus-prometheus
Accepting request 1087461 from home:ojkastl_buildservice:Branch_server_monitoring
- update to 2.44.0: - rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch - remove builtinassets from flags, as it is already used in the tags above OBS-URL: https://build.opensuse.org/request/show/1087461 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=77
This commit is contained in:
parent
147332e271
commit
b43b413cd2
@ -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 <jfajerski@suse.com>
|
From: Jan Fajerski <jfajerski@suse.com>
|
||||||
Date: Fri, 8 Feb 2019 09:17:06 +0100
|
Date: Fri, 8 Feb 2019 09:17:06 +0100
|
||||||
Subject: [PATCH] Do not force the pure Go name resolver
|
Subject: [PATCH] Do not force the pure Go name resolver
|
||||||
@ -16,22 +16,24 @@ Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
|||||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/.promu.yml b/.promu.yml
|
diff --git a/.promu.yml b/.promu.yml
|
||||||
index 233295f85..4969d7de1 100644
|
index f724dc34f..ccce0d5a2 100644
|
||||||
--- a/.promu.yml
|
--- a/.promu.yml
|
||||||
+++ b/.promu.yml
|
+++ b/.promu.yml
|
||||||
@@ -12,11 +12,10 @@ build:
|
@@ -12,13 +12,12 @@ build:
|
||||||
path: ./cmd/promtool
|
path: ./cmd/promtool
|
||||||
tags:
|
tags:
|
||||||
all:
|
all:
|
||||||
- - netgo
|
- - netgo
|
||||||
- builtinassets
|
- builtinassets
|
||||||
|
- stringlabels
|
||||||
windows:
|
windows:
|
||||||
- builtinassets
|
- builtinassets
|
||||||
|
- stringlabels
|
||||||
- flags: -a
|
- flags: -a
|
||||||
+ flags: -mod=vendor -a
|
+ flags: -mod=vendor -a
|
||||||
ldflags: |
|
ldflags: |
|
||||||
-X github.com/prometheus/common/version.Version={{.Version}}
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
||||||
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
-X github.com/prometheus/common/version.Revision={{.Revision}}
|
||||||
--
|
--
|
||||||
2.39.0
|
2.40.1
|
||||||
|
|
||||||
|
4
_service
4
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v2.43.1</param>
|
<param name="revision">v2.44.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="match-tag">v2*</param>
|
<param name="match-tag">v2*</param>
|
||||||
</service>
|
</service>
|
||||||
@ -13,6 +13,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">prometheus-2.43.1.tar.gz</param>
|
<param name="archive">prometheus-2.44.0.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 14 09:56:45 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 5 06:47:39 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri May 5 06:47:39 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: golang-github-prometheus-prometheus
|
Name: golang-github-prometheus-prometheus
|
||||||
Version: 2.43.1
|
Version: 2.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Prometheus monitoring system and time series database
|
Summary: The Prometheus monitoring system and time series database
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d07e438ba776366f3eda8059ae670996b31f850ed7784c4bd32da936665a6e80
|
oid sha256:8c0a1072d9e64f230c8e3192d74630b698760161ac7e77ace5b5e7ba61b360d0
|
||||||
size 154209
|
size 153974
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edfcce1ff6e8452b1fcbae95a146b61c6f5bb67d63d91c28acbdd1b895274cd5
|
|
||||||
size 6342147
|
|
3
prometheus-2.44.0.tar.gz
Normal file
3
prometheus-2.44.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e89351fdde61a197eb5fbc85973de22aad1981b08a287428f5e9194e7dcab7f9
|
||||||
|
size 6365491
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f4e44cf18d29d6d44887617206cd0fbb7a39f0e91cccf5fbda38a979cf87f953
|
oid sha256:25253238bd9b05f6ecbb8ac64991ffab443d31ced1fe015cc0e2497afef7f13d
|
||||||
size 12203681
|
size 12161625
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41054090e8f57ea6f7063d6d2d81f9ab45040c0ddd8e7c456481eb4873fb96a4
|
|
||||||
size 9144185
|
|
3
web-ui-2.44.0.tar.gz
Normal file
3
web-ui-2.44.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e70df50669e6dfae4cf94ab51480b390bb67d844050055779388ca8a757b0f75
|
||||||
|
size 3561383
|
Loading…
Reference in New Issue
Block a user