notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/prometheus2/Makefile

Number of commits found: 82

Sunday, 24 Mar 2024
14:29 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 a5a000d
Friday, 23 Feb 2024
22:56 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.49.1 and enable Prometheus Agent mode

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.47.1 and 2.49.1.

PR:		277131, 277074
commit hash: 75d2f666fd4e7761d001eaeb67d0507ce789ff7c commit hash: 75d2f666fd4e7761d001eaeb67d0507ce789ff7c commit hash: 75d2f666fd4e7761d001eaeb67d0507ce789ff7c commit hash: 75d2f666fd4e7761d001eaeb67d0507ce789ff7c 75d2f66
Sunday, 11 Feb 2024
10:39 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 7e5aa20
Thursday, 7 Dec 2023
02:22 Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 0505b71
Monday, 9 Oct 2023
07:40 Robert Clausecker (fuz) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: update to 2.47.1

Changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

PR:		274326
commit hash: cc09d2916a5c3ccb06888b582e791db0793e4642 commit hash: cc09d2916a5c3ccb06888b582e791db0793e4642 commit hash: cc09d2916a5c3ccb06888b582e791db0793e4642 commit hash: cc09d2916a5c3ccb06888b582e791db0793e4642 cc09d29
Friday, 8 Sep 2023
14:34 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 8e4bc57
Friday, 4 Aug 2023
14:24 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc 09b9930
Thursday, 20 Apr 2023
16:29 Fernando Apesteguía (fernape) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: update to 2.43.0

ChangeLog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

 * Promtool: Add HTTP client configuration to query commands.
 * Scrape: Add include_scrape_configs to include scrape configs from different
   files.
 * HTTP client: Add no_proxy to exclude URLs from proxied requests.
 * HTTP client: Add proxy_from_enviroment to read proxies from env variables.
 * API: Add support for setting lookback delta per query via the API.
 * API: Change HTTP status code from 503/422 to 499 if a request is canceled.
 * Scrape: Allow exemplars for all metric types.
 * TSDB: Add metrics for head chunks and WAL folders size.
 * TSDB: Automatically remove incorrect snapshot with index that is ahead of
   WAL.
 * TSDB: Improve Prometheus parser error outputs to be more comprehensible.
 * UI: Scope group by labels to metric in autocompletion.
 * Scrape: Fix prometheus_target_scrape_pool_target_limit metric not set before
   reloading.
 * TSDB: Correctly update prometheus_tsdb_head_chunks_removed_total and
   prometheus_tsdb_head_chunks metrics when reading WAL.
 * TSDB: Use the correct unit (seconds) when recording out-of-order append
   deltas in the prometheus_tsdb_sample_ooo_delta metric.

PR:		270914
Reported by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: dbab10fe765e460a7eb165de8caacb9a35e5a37c commit hash: dbab10fe765e460a7eb165de8caacb9a35e5a37c commit hash: dbab10fe765e460a7eb165de8caacb9a35e5a37c commit hash: dbab10fe765e460a7eb165de8caacb9a35e5a37c dbab10f
Saturday, 8 Apr 2023
15:13 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 ff40d94
Thursday, 9 Mar 2023
19:18 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d 0907973
Wednesday, 15 Feb 2023
19:06 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 commit hash: 56b5ec772f679a600dabe41622c1350594628286 56b5ec7
Thursday, 9 Feb 2023
21:55 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d 2297efc
Monday, 30 Jan 2023
10:20 Fernando Apesteguía (fernape) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: update to 2.41.0

ChangeLog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

PR:		269153
Reported by:	dor.bsd@xm0.uk (maintainer)
MFH:		2023Q1 (security fixes)
Security:	CVE-2022-46146
commit hash: 04ccf344372409a68d9293e5b02d3d5804b8591d commit hash: 04ccf344372409a68d9293e5b02d3d5804b8591d commit hash: 04ccf344372409a68d9293e5b02d3d5804b8591d commit hash: 04ccf344372409a68d9293e5b02d3d5804b8591d 04ccf34
Saturday, 14 Jan 2023
11:31 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 3b383d8
Sunday, 11 Dec 2022
11:17 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a d9ad100
Thursday, 13 Oct 2022
08:31 Guangyuan Yang (ygy) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.39.1

Changelog:	https://github.com/prometheus/prometheus/releases/tag/v2.39.1

PR:		266974
commit hash: 7544029577d93c59d02be02d155d87c309a0cd76 commit hash: 7544029577d93c59d02be02d155d87c309a0cd76 commit hash: 7544029577d93c59d02be02d155d87c309a0cd76 commit hash: 7544029577d93c59d02be02d155d87c309a0cd76 7544029
Thursday, 6 Oct 2022
19:24 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 bde5186
Thursday, 8 Sep 2022
16:33 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 f05c98f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 3 Aug 2022
21:35 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 4476f89
Thursday, 14 Jul 2022
12:46 Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a 153cb65
Tuesday, 7 Jun 2022
21:56 Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 309cdec
Tuesday, 31 May 2022
19:06 Dmitri Goutnik (dmgk) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.36.0

Changes:	https://github.com/prometheus/prometheus/releases

PR:		264370

There are a lot of changes since 2.33.5 which can be viewed at
https://github.com/prometheus/prometheus/releases, but the main change
is that TLS 1.0 and 1.1 are now disabled by default. They can be
re-enabled via the tls_config section of the Prometheus configuration as
documented at
https://prometheus.io/docs/prometheus/latest/configuration/configuration/#tls_config.

Certificates using SHA-1 hash functions are also rejected, this support
can be re-enabled (for now) via some Go debug environment variables:
https://go.dev/doc/go1.18#sha1
commit hash: 7cc08e77479cf5886a12ca7ecd7fce601b160773 commit hash: 7cc08e77479cf5886a12ca7ecd7fce601b160773 commit hash: 7cc08e77479cf5886a12ca7ecd7fce601b160773 commit hash: 7cc08e77479cf5886a12ca7ecd7fce601b160773 7cc08e7
Monday, 30 May 2022
13:52 Dmitri Goutnik (dmgk) search for other commits by this committer
net-mgmt/prometheus2: Update to 2.33.5, switch to GO_MODULE

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.33.5

PR:		264316
Approved by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: 77655046bf6e8ae8067297eb2e49755b2314e1e9 commit hash: 77655046bf6e8ae8067297eb2e49755b2314e1e9 commit hash: 77655046bf6e8ae8067297eb2e49755b2314e1e9 commit hash: 77655046bf6e8ae8067297eb2e49755b2314e1e9 7765504
Wednesday, 30 Mar 2022
07:01 Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 d690b51
Thursday, 6 Jan 2022
07:37 Guangyuan Yang (ygy) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.32.1

Changelog:	https://github.com/prometheus/prometheus/blob/v2.32.1/CHANGELOG.md?plain=1#L1-L67

PR:		260940
commit hash: 707e05bf2b22cfc2b17b5ec086f7247c675218d7 commit hash: 707e05bf2b22cfc2b17b5ec086f7247c675218d7 commit hash: 707e05bf2b22cfc2b17b5ec086f7247c675218d7 commit hash: 707e05bf2b22cfc2b17b5ec086f7247c675218d7 707e05b
Wednesday, 1 Dec 2021
02:07 Guangyuan Yang (ygy) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.30.3

Changelog:	https://github.com/prometheus/prometheus/releases/tag/v2.30.3

PR:		259982
commit hash: 353dc0de71aa209389756229f7537de5c228121b commit hash: 353dc0de71aa209389756229f7537de5c228121b commit hash: 353dc0de71aa209389756229f7537de5c228121b commit hash: 353dc0de71aa209389756229f7537de5c228121b 353dc0d
Monday, 27 Sep 2021
06:46 Vanilla I. Shu (vanilla) search for other commits by this committer
net-mgmt/prometheus2: update to 2.30.0

PR:		258724
Reported by:	maintainer
commit hash: 497b20f12e0a8c9ead697856ac197e55fed087d4 commit hash: 497b20f12e0a8c9ead697856ac197e55fed087d4 commit hash: 497b20f12e0a8c9ead697856ac197e55fed087d4 commit hash: 497b20f12e0a8c9ead697856ac197e55fed087d4 497b20f
Friday, 10 Sep 2021
21:18 Bernhard Froehlich (decke) search for other commits by this committer
net-mgmt/prometheus2: Add CPE information

Approved by:	portmgr (blanket)
commit hash: ee999fc49778aef6bb54fc0eefc74bbf0c0cc685 commit hash: ee999fc49778aef6bb54fc0eefc74bbf0c0cc685 commit hash: ee999fc49778aef6bb54fc0eefc74bbf0c0cc685 commit hash: ee999fc49778aef6bb54fc0eefc74bbf0c0cc685 ee999fc
Sunday, 11 Jul 2021
00:47 Nuno Teixeira (eduardo) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: fix typo reformating Makefile

 * fix typo introduced by portfmt when reformating Makefile that
   messed a variable content order.
 * bump PORTREVISION
commit hash: 99b217d54d46a600c19016b20ce791bef5f4d160 commit hash: 99b217d54d46a600c19016b20ce791bef5f4d160 commit hash: 99b217d54d46a600c19016b20ce791bef5f4d160 commit hash: 99b217d54d46a600c19016b20ce791bef5f4d160 99b217d
Saturday, 10 Jul 2021
20:03 Nuno Teixeira (eduardo) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.28.1 (bugfix release)

 * pet portclippy: reorder variables
 * pet portfmt: reformat Makefile

ChangeLog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md

PR:		257099
commit hash: 2691a5b56f006c479fe9cabaf5908538b665473d commit hash: 2691a5b56f006c479fe9cabaf5908538b665473d commit hash: 2691a5b56f006c479fe9cabaf5908538b665473d commit hash: 2691a5b56f006c479fe9cabaf5908538b665473d 2691a5b
Thursday, 3 Jun 2021
12:57 Guangyuan Yang (ygy) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.27.1

PR:		255976
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	lwhsu (mentor, implicit)
commit hash: 9a67d7de4d74bd2e9a06dfd429c94113f683824b commit hash: 9a67d7de4d74bd2e9a06dfd429c94113f683824b commit hash: 9a67d7de4d74bd2e9a06dfd429c94113f683824b commit hash: 9a67d7de4d74bd2e9a06dfd429c94113f683824b 9a67d7d
09:28 Guangyuan Yang (ygy) search for other commits by this committer Author: David O'Rourke
net-mgmt/prometheus2: Update to 2.26.1

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.26.1

PR:		256324
MFH:		2021Q2 (security fix)
Security:	CVE-2021-29622
Security:	59ab72fb-bccf-11eb-a38d-6805ca1caf5c
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	lwhsu (mentor)
commit hash: eed856cce0561df8be263b48f5ad482a096e2123 commit hash: eed856cce0561df8be263b48f5ad482a096e2123 commit hash: eed856cce0561df8be263b48f5ad482a096e2123 commit hash: eed856cce0561df8be263b48f5ad482a096e2123 eed856c
Monday, 12 Apr 2021
22:46 Kevin Bowling (kbowling) search for other commits by this committer
net-mgmt/prometheus2: Update to 2.26.0

This release changes the default AlertManager API to v2 and changes
promtool to output to stdout by default, in addition to other
enhancements and added features.

Changes https://github.com/prometheus/prometheus/releases/tag/v2.26.0

PR:		255021
Approved by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
commit hash: 1c0781ee1f07515abb78dd2adb86bc087b32f31d commit hash: 1c0781ee1f07515abb78dd2adb86bc087b32f31d commit hash: 1c0781ee1f07515abb78dd2adb86bc087b32f31d commit hash: 1c0781ee1f07515abb78dd2adb86bc087b32f31d 1c0781e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 20 Mar 2021
10:39 rhurlin search for other commits by this committer
net-mgmt/prometheus2: Update to 2.25.2

Changelog: https://github.com/prometheus/prometheus/releases

PR:		254392
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:568858 
Monday, 1 Mar 2021
21:47 nc search for other commits by this committer
net-mgmt/prometheus2: Update to 2.25.0

Changes: https://github.com/prometheus/prometheus/releases/tag/v2.25.0

PR:		253899
Submitted by:	David O'Rourke <dor.bsd AT xm0 DOT uk> (maintainer)
Original commitRevision:566915 
Thursday, 28 Jan 2021
23:11 dmgk search for other commits by this committer
net-mgmt/prometheus2: Update to 2.24.1

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.24.1
PR:		253064
Submitted by:	Boris Korzun <drtr0jan@yandex.ru>
Approved by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:563164 
Sunday, 29 Nov 2020
16:08 mikael search for other commits by this committer
net-mgmt/prometheus2: Update to 2.23.0

PR:		251413
Submitted by:	David O'Rourke (maintainer)
Original commitRevision:556578 
Friday, 20 Nov 2020
12:53 dmgk search for other commits by this committer
net-mgmt/prometheus2: Update to 2.22.1

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.22.1
PR:		251087
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:555759 
Monday, 26 Oct 2020
17:55 fernape search for other commits by this committer
net-mgmt/prometheus2: update to 2.22.0

ChangeLog: https://github.com/prometheus/prometheus/releases/tag/v2.22.0

PR:	250630
Submitted by:	dor.bsd@xm0.uk (maintainer)
MFH:	2020Q4 (many fixes in release)
Original commitRevision:553369 
Saturday, 19 Sep 2020
15:31 dbaio search for other commits by this committer
net-mgmt/prometheus2: Update to 2.21.0

Changelog:	https://github.com/prometheus/prometheus/releases/tag/v2.21.0

PR:		249336
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Event:		September 2020 Bugathon
Original commitRevision:548997 
Friday, 31 Jul 2020
10:33 joneum search for other commits by this committer
Update to 2.20.0

Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.20.0

PR:	248355
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:543851 
Monday, 13 Jul 2020
14:07 dmgk search for other commits by this committer
net-mgmt/prometheus2: Update to 2.19.2

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.19.2
PR:		247937
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:542135 
Sunday, 21 Jun 2020
21:22 joneum search for other commits by this committer
Update to 2.19.1

PR:		247463
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:539784 
Tuesday, 16 Jun 2020
08:17 joneum search for other commits by this committer
Update to 2.19.0

PR:		247237
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:539333 
Thursday, 14 May 2020
13:37 mikael search for other commits by this committer
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)
Original commitRevision:535233 
Thursday, 23 Apr 2020
18:27 pi search for other commits by this committer
net-mgmt/prometheus2: update 2.17.1 -> 2.17.2

[BUGFIX] Federation: Register federation metrics
[BUGFIX] PromQL: Fix panic in parser error handling
[BUGFIX] Rules: Fix reloads hanging when deleting a rule group
         that is being evaluated
[BUGFIX] TSDB: Fix a memory leak when prometheus starts with an empty TSDB WAL
[BUGFIX] TSDB: Make isolation more robust to panics in web handlers

PR:		245845
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Relnotes:	https://github.com/prometheus/prometheus/releases/tag/v2.17.2
Original commitRevision:532701 
Sunday, 29 Mar 2020
11:34 mikael search for other commits by this committer
net-mgmt/prometheus2: Update to 2.17.1

PR:		245083 245142
Submitted by:	David O'Rourke (maintainer)
Approved by:	manu (mentor, implicit)
Original commitRevision:529798 
Sunday, 16 Feb 2020
20:12 yuri search for other commits by this committer
net-mgmt/prometheus2: Update 2.15.2 -> 2.16.0

The release adds a few new features, and includes a number of enhancements and
bug fixes.

Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.16.0

PR:		244174
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:526316 
Tuesday, 7 Jan 2020
18:39 tcberner search for other commits by this committer
net-mgmt/prometheus2: Update to 2.15.2

PR:		243140
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>  (maintainer)
Original commitRevision:522352 
Wednesday, 13 Nov 2019
22:03 dmgk search for other commits by this committer
Chase r517390 - remove stray GO_PKGNAME reference in LD_FLAG_X_PREFIX

Pointy hat:	dmgk
Approved by:	tz (mentor, implicit)
Original commitRevision:517394 
21:43 dmgk search for other commits by this committer
net-mgmt/prometheus2: Add missing frontend files

Pull in pre-compiled assets from the ports-assets/net-mgmt_prometheus2 GitHub
repository and use them when compiling Prometheus, enabling the new UI to
function properly.

While here, remove GO_PKGNAME which is not needed with USES=go:modules.

PR:		241925
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	tz (mentor, implicit)
Original commitRevision:517390 
Tuesday, 12 Nov 2019
13:20 dmgk search for other commits by this committer
net-mgmt/prometheus2: Update to 2.14.0

Changes:	https://github.com/prometheus/prometheus/releases/tag/v2.14.0

PR:		241910
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	tz (mentor, implicit)
Original commitRevision:517330 
Tuesday, 8 Oct 2019
05:49 tobik search for other commits by this committer
net-mgmt/prometheus2: Rename tsdb using GO_TARGET

PR:		241065
Original commitRevision:514034 
Monday, 7 Oct 2019
14:59 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.13.0

PR:		241065
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:513956 
Friday, 30 Aug 2019
09:00 ler search for other commits by this committer
net-mgmt/prometheus2: update to 2.12

A changelog is available at:
https://github.com/prometheus/prometheus/releases/tag/v2.12.0
there are no breaking changes.

PR:		240204
Submitted by:	dor.bsd@xm0.uk (maintainer)
Original commitRevision:510256 
Wednesday, 14 Aug 2019
17:00 joneum search for other commits by this committer
Update to 2.11.2

- [BUGFIX/SECURITY] Fix a Stored DOM XSS vulnerability with query history.

PR:		239839
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
MFH:		2019Q3
Sponsored by:	Netzkommune GmbH
Original commitRevision:508934 
Friday, 19 Jul 2019
13:50 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.11.1

PR:		239276
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:506934 
Monday, 15 Jul 2019
18:12 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.11.0

PR:		239067
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:506700 
Saturday, 8 Jun 2019
01:06 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.10.0

PR:		238271
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:503692 
Wednesday, 1 May 2019
22:50 kai search for other commits by this committer
net-mgmt/prometheus2: Update to 2.9.2

Changelog:

* Make sure subquery range is taken into account for selection
* Exhaust every request body before closing it
* Cmd/promtool: return errors from rule evaluations
* Remote Storage: string interner should not panic in release
* Fix memory allocation regression in mergedPostings.Seek

https://github.com/prometheus/prometheus/releases/tag/v2.9.2

PR:		237671
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:500620 
Tuesday, 23 Apr 2019
14:45 swills search for other commits by this committer
net-mgmt/prometheus2: update to 2.9.1

PR:		237489
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:499762 
Wednesday, 10 Apr 2019
21:32 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.8.1

PR:		236897
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:498606 
Monday, 18 Mar 2019
18:05 swills search for other commits by this committer
net-mgmt/prometheus2: update to 2.8.0

PR:		236487
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintianer)
Original commitRevision:496158 
Saturday, 9 Mar 2019
14:23 tcberner search for other commits by this committer
net-mgmt/prometheus2: update to 2.7.2

PR:		236419
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:495143 
Friday, 1 Feb 2019
12:34 swills search for other commits by this committer
dnet-mgmt/prometheus2: update to 2.7.1

PR:		235375
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:491801 
Monday, 28 Jan 2019
13:09 swills search for other commits by this committer
net-mgmt/prometheus2: update to 2.7.0

PR:		235278
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:491482 
Thursday, 17 Jan 2019
17:32 joneum search for other commits by this committer
Update to 2.6.1

Changelog:
 - Azure SD: Fix discovery getting stuck sometimes.
 - Marathon SD: Use Tasks.Ports when RequirePorts is false.
 - Promtool: Fix "out-of-order sample" errors when testing rules.

PR:		234996
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:490579 
Wednesday, 26 Dec 2018
21:25 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.6.0

PR:		234165
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:488453 
Friday, 9 Nov 2018
16:10 swills search for other commits by this committer
net-mgmt/prometheus2: Update to 2.5.0

PR:		233048
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:484523 
Wednesday, 31 Oct 2018
01:44 swills search for other commits by this committer
net-mgmt/prometheus2: Remove syslog and newsyslog config files

While here, pet portlint

PR:		232813
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:483541 
Saturday, 13 Oct 2018
11:39 joneum search for other commits by this committer
Update to 2.4.3

Changelog:

 - Fix panic when using custom EC2 API for SD
 - Fix panic when Zookeeper SD cannot connect to servers
 - Make the skip_head an optional parameter for snapshot API

PR:		232186
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:481977 
Sunday, 23 Sep 2018
01:00 swills search for other commits by this committer
net-mgmt/prometheus2: update to 2.4.2

PR:		231586
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:480443 
Friday, 21 Sep 2018
21:20 0mp search for other commits by this committer
net-mgmt/prometheus2: Fix a path in pkg-plist.

Fix the following installation phase error:

    cp: /usr/local/etc/newsyslog.conf.d/prometheus.conf: No such file or
directory

It was caused by a relative path being specified in pkg-plist instead of an
absolute one (a leading "/" was missing).

PR:		231548
Reviewed by:	dor, krion
Approved by:	dor (maintainer), krion (mentor)
Sponsored by:	Bally Wulff Games & Entertainment GmbH
Differential Revision:	https://reviews.freebsd.org/D17273
Original commitRevision:480310 
Sunday, 19 Aug 2018
06:17 joneum search for other commits by this committer
Update to 2.3.2

changelog: https://github.com/prometheus/prometheus/releases/tag/v2.3.2

PR:		230707
Original commitRevision:477555 
Sunday, 1 Jul 2018
07:16 yuri search for other commits by this committer
net-mgmt/prometheus2: Update 2.2.1 -> 2.3.1

Port changes:
* Add syslogs and newsyslog config files
* Add USE_SYSLOG option

PR:		228185
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Original commitRevision:473656 
Tuesday, 10 Apr 2018
20:31 jrm search for other commits by this committer
net-mgmt/prometheus2: Update to version 2.2.1 [1]

Also, tweaks to conform to Porter's Handbook:
 - Set DISTVERSION instead of PORTVERSION directly
 - Update order of blocks/variables

Submitted by:	dor.bsd@xm0.uk (maintainer) [1]
Differential Revision:	https://reviews.freebsd.org/D14657
Original commitRevision:467016 
Friday, 30 Mar 2018
22:34 brd search for other commits by this committer
Readd prometheus2 with corrected history.

PR:		225169
Original commitRevision:466011 
Sunday, 18 Mar 2018
03:55 yuri search for other commits by this committer
Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.

Ports:
www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2
sysutils/immortal
sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts
net-mgmt/pushgateway net/nsq
textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault

Approved by:	portmgr (port compliance, infrastructure)
Original commitRevision:464866 
Wednesday, 14 Feb 2018
21:58 brd search for other commits by this committer
Add net-mgmt/prometheus2

Rename prometheus to prometheus1 so they can coexist since upgrading is
non-trival:

https://prometheus.io/docs/prometheus/2.0/migration/

PR:		225169
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Reviewed by:	swills
Original commitRevision:461844 

Number of commits found: 82