Bug 283086 - net-mgmt/prometheus2: Update to 2.55.1
Summary: net-mgmt/prometheus2: Update to 2.55.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/prometheus/prometh...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-02 23:44 UTC by David O'Rourke
Modified: 2024-12-03 16:53 UTC (History)
1 user (show)

See Also:


Attachments
net-mgmt/prometheus2: Update to 2.55.1 (2.30 KB, patch)
2024-12-02 23:44 UTC, David O'Rourke
dor.bsd: maintainer-approval+
Details | Diff
net-mgmt/prometheus2: Update to 2.55.1 (2.49 KB, patch)
2024-12-03 15:44 UTC, David O'Rourke
dor.bsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David O'Rourke 2024-12-02 23:44:21 UTC
Created attachment 255589 [details]
net-mgmt/prometheus2: Update to 2.55.1

This patch updates net-mgmt/prometheus2 from 2.49.1 to 2.55.1.

The full changelog between these versions is available at https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md and there are no breaking changes noted between 2.49.1 and 2.55.1.

-David
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-12-03 13:37:53 UTC
Look like it require go 1.23.
Suggested change:
-USES=           cpe gmake go:modules
+USES=           cpe gmake go:1.23,modules
Comment 2 David O'Rourke 2024-12-03 15:44:50 UTC
Created attachment 255601 [details]
net-mgmt/prometheus2: Update to 2.55.1

This patch makes the changes suggested by vvd@, thanks for catching that.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-12-03 16:53:31 UTC
A commit in branch main references this bug:

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

commit bf7a57946eb0e0ccb9c873c7ab6989870c9d87c2
Author:     David O'Rourke <dor.bsd@xm0.uk>
AuthorDate: 2024-12-03 16:49:27 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-12-03 16:52:12 +0000

    net-mgmt/prometheus2: Update 2.49.1 → 2.55.1

    Changelog:
    https://github.com/prometheus/prometheus/blob/v2.55.1/CHANGELOG.md

    PR:     283086

 net-mgmt/prometheus2/Makefile |  5 ++---
 net-mgmt/prometheus2/distinfo | 14 +++++++-------
 2 files changed, 9 insertions(+), 10 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-12-03 16:53:55 UTC
Thanks.