Bug 235278 - [PATCH] net-mgmt/prometheus2: Update to 2.7.0
Summary: [PATCH] net-mgmt/prometheus2: Update to 2.7.0
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: Steve Wills
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-01-28 12:11 UTC by David O'Rourke
Modified: 2019-01-28 13:10 UTC (History)
0 users

See Also:
dor.bsd: maintainer-feedback+


Attachments
net-mgmt/prometheus2: Update to 2.7.0 (1.71 KB, patch)
2019-01-28 12:11 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 2019-01-28 12:11:27 UTC
Created attachment 201479 [details]
net-mgmt/prometheus2: Update to 2.7.0

This patch updates net-mgmt/prometheus2 to 2.7.0.

Highlights of this release include PromQL subqueries and size based TSDB retention times.

The addition of the TSDB size based retention times deprecates the old time based `storage.tsdb.retention` flag and replaces it with `storage.tsdb.retention.time`.  This has been mentioned in the pkg-message for users upgrading.

Full release notes are available at https://github.com/prometheus/prometheus/releases/tag/v2.7.0

-David
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-28 13:10:17 UTC
A commit references this bug:

Author: swills
Date: Mon Jan 28 13:09:55 UTC 2019
New revision: 491482
URL: https://svnweb.freebsd.org/changeset/ports/491482

Log:
  net-mgmt/prometheus2: update to 2.7.0

  PR:		235278
  Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)

Changes:
  head/net-mgmt/prometheus2/Makefile
  head/net-mgmt/prometheus2/distinfo
  head/net-mgmt/prometheus2/pkg-message
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-28 13:10:59 UTC
Committed, thanks!