Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 15:01:29 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69895fc3e669 - main - net-mgmt/thanos: Update to 0.37.0
Message-ID:  <202411271501.4ARF1TnY005495@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69895fc3e669a5b03b6747ac2dd75bef35ef8557

commit 69895fc3e669a5b03b6747ac2dd75bef35ef8557
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-11-27 14:59:28 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-11-27 15:01:17 +0000

    net-mgmt/thanos: Update to 0.37.0
    
    Extend pkg-descr.
    Changelog: https://github.com/thanos-io/thanos/releases/
    
    PR:             282997
    Approved by:    submitter is maintainer
---
 net-mgmt/thanos/Makefile  |  9 +++++----
 net-mgmt/thanos/distinfo  | 10 +++++-----
 net-mgmt/thanos/pkg-descr | 12 ++++++++++++
 3 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/net-mgmt/thanos/Makefile b/net-mgmt/thanos/Makefile
index a2dab7882205..ef3ab9b90180 100644
--- a/net-mgmt/thanos/Makefile
+++ b/net-mgmt/thanos/Makefile
@@ -1,23 +1,24 @@
 PORTNAME=	thanos
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.36.1
+DISTVERSION=	0.37.0
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	alster@vinterdalen.se
 COMMENT=	Highly available Prometheus setup with long term storage capabilities
-WWW=		https://thanos.io/
+WWW=		https://thanos.io/ \
+		https://github.com/thanos-io/thanos/
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:1.23,modules
 
 GO_MODULE=	github.com/thanos-io/thanos
 GO_TARGET=	./cmd/${PORTNAME}
 GO_BUILDFLAGS=	-ldflags "\
 		-s -w \
 		-X github.com/prometheus/common/version.Version=${DISTVERSION} \
-		-X github.com/prometheus/common/version.Revision="cfff551" \
+		-X github.com/prometheus/common/version.Revision="889d527" \
 		-X github.com/prometheus/common/version.Branch="master" \
 		-X github.com/prometheus/common/version.BuildUser=${USER} \
 		-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE}"
diff --git a/net-mgmt/thanos/distinfo b/net-mgmt/thanos/distinfo
index 20232980d1da..8bbf2bc5f232 100644
--- a/net-mgmt/thanos/distinfo
+++ b/net-mgmt/thanos/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1723675950
-SHA256 (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.mod) = 4b1ee09e2a490315021bfbd44aeb6e2bd355e5b1bf00803269a6d75a4899a3e2
-SIZE (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.mod) = 14403
-SHA256 (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.zip) = ee27b8f45bbe3f04fdc6707b2bccb9ad3c9d7d469f8f2f169741b98be881fbb8
-SIZE (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.zip) = 27138195
+TIMESTAMP = 1732682797
+SHA256 (go/net-mgmt_thanos/thanos-v0.37.0/v0.37.0.mod) = 88db52f98877c835b3ca102578d82e0f05a0866fedefbd1fb9f756a8906a5111
+SIZE (go/net-mgmt_thanos/thanos-v0.37.0/v0.37.0.mod) = 14797
+SHA256 (go/net-mgmt_thanos/thanos-v0.37.0/v0.37.0.zip) = 2ad03c3eb77b88b70333a918fe3eb0a6628459d6a898da2568cec4784965bb80
+SIZE (go/net-mgmt_thanos/thanos-v0.37.0/v0.37.0.zip) = 28512489
diff --git a/net-mgmt/thanos/pkg-descr b/net-mgmt/thanos/pkg-descr
index 849253142934..094da5a69b31 100644
--- a/net-mgmt/thanos/pkg-descr
+++ b/net-mgmt/thanos/pkg-descr
@@ -8,3 +8,15 @@ latencies.
 
 Additionally, it provides a global query view across all Prometheus
 installations and can merge data from Prometheus HA pairs on the fly.
+
+Features:
+
+- Global querying view across all connected Prometheus servers
+- Deduplication and merging of metrics collected from Prometheus HA pairs
+- Seamless integration with existing Prometheus setups
+- Any object storage as its only, optional dependency
+- Downsampling historical data for massive query speedup
+- Cross-cluster federation
+- Fault-tolerant query routing
+- Simple gRPC "Store API" for unified data access across all metric data
+- Easy integration points for custom metric providers


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411271501.4ARF1TnY005495>