Bug 246463 - [MAINTAINER] net-mgmt/prometheus2: Update to 2.18.1
Summary: [MAINTAINER] net-mgmt/prometheus2: Update to 2.18.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-14 10:18 UTC by David O'Rourke
Modified: 2020-05-14 13:38 UTC (History)
1 user (show)

See Also:


Attachments
net-mgmt/prometheus2: Update to 2.18.1 (1.36 KB, patch)
2020-05-14 10:18 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 2020-05-14 10:18:26 UTC
Created attachment 214484 [details]
net-mgmt/prometheus2: Update to 2.18.1

This patch updates net-mgmt/prometheus2 to v2.18.1.

    [CHANGE] Federation: Only use local TSDB for federation (ignore remote read).
    [CHANGE] Rules: rule_evaluations_total and rule_evaluation_failures_total have a rule_group label now.
    [FEATURE] Tracing: Added experimental Jaeger support
    [ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut. #7098
    [ENHANCEMENT] Discovery: Add architecture meta label for EC2.
    [BUGFIX] UI: Fixed wrong MinTime reported by /status.
    [BUGFIX] React UI: Fixed multiselect legend on OSX.
    [BUGFIX] Remote Write: Fixed blocked resharding edge case.
    [BUGFIX] Remote Write: Fixed remote write not updating on relabel configs change.
    [BUGFIX] TSDB: Fixed snapshot API.

The full changelogs with links to the issues can be found at https://github.com/prometheus/prometheus/releases/tag/v2.18.0 and https://github.com/prometheus/prometheus/releases/tag/v2.18.1

-David
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-14 13:38:01 UTC
A commit references this bug:

Author: mikael
Date: Thu May 14 13:37:48 UTC 2020
New revision: 535233
URL: https://svnweb.freebsd.org/changeset/ports/535233

Log:
  net-mgmt/prometheus2: Update to 2.18.1

  This patch updates net-mgmt/prometheus2 to v2.18.1.
      [CHANGE] Federation: Only use local TSDB for federation (ignore remote read).
      [CHANGE] Rules: rule_evaluations_total and rule_evaluation_failures_total have a rule_group label now.
      [FEATURE] Tracing: Added experimental Jaeger support
      [ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut. #7098
      [ENHANCEMENT] Discovery: Add architecture meta label for EC2.
      [BUGFIX] UI: Fixed wrong MinTime reported by /status.
      [BUGFIX] React UI: Fixed multiselect legend on OSX.
      [BUGFIX] Remote Write: Fixed blocked resharding edge case.
      [BUGFIX] Remote Write: Fixed remote write not updating on relabel configs change.
      [BUGFIX] TSDB: Fixed snapshot API.

  The full changelogs with links to the issues can be found at
  https://github.com/prometheus/prometheus/releases/tag/v2.18.0 and
  https://github.com/prometheus/prometheus/releases/tag/v2.18.1

  PR:		246463
  Submitted by:	David O'Rourke (maintainer)

Changes:
  head/net-mgmt/prometheus2/Makefile
  head/net-mgmt/prometheus2/distinfo
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2020-05-14 13:38:36 UTC
Thanks!