Bug 257733 - sysutils/node_exporter: Update to v1.2.2
Summary: sysutils/node_exporter: Update to v1.2.2
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: Guangyuan Yang
URL: https://github.com/prometheus/node_ex...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-10 09:45 UTC by David O'Rourke
Modified: 2021-08-10 20:49 UTC (History)
1 user (show)

See Also:


Attachments
sysutils/node_exporter: Update to v1.2.2 (15.46 KB, patch)
2021-08-10 09:45 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 2021-08-10 09:45:09 UTC
Created attachment 227075 [details]
sysutils/node_exporter: Update to v1.2.2

This patch updates sysutils/node_exporter to v1.2.2.

This version of node_exporter contains updates to some collector flags and old flags will be deprecated in 2.x. These are mentioned in a pkg-message upgrade note.

-David
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-10 20:48:10 UTC
A commit in branch main references this bug:

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

commit 3ee4a81aa38a821eb9195b37cf3189eb132b28b7
Author:     David O'Rourke <dor.bsd@xm0.uk>
AuthorDate: 2021-08-10 20:47:37 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-08-10 20:47:37 +0000

    sysutils/node_exporter: Update to 1.2.2

    This version of node_exporter contains updates to some collector flags and old
    flags will be deprecated in 2.x. These are mentioned in a pkg-message upgrade
    note.

    Changelog:      https://github.com/prometheus/node_exporter/releases/tag/v1.2.2

    PR:             257733

 sysutils/node_exporter/Makefile         |  3 +-
 sysutils/node_exporter/Makefile.modules | 36 +++++++++++------
 sysutils/node_exporter/distinfo         | 70 +++++++++++++++++++--------------
 sysutils/node_exporter/pkg-message      | 12 ++++++
 4 files changed, 78 insertions(+), 43 deletions(-)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-08-10 20:49:21 UTC
Committed, thanks!