Commit Graph

26 Commits

Author SHA1 Message Date
Larry Rosenman
f1f2295c4b 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)
2019-08-30 09:00:49 +00:00
Jochen Neumeister
0e24c4ab52 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
2019-08-14 17:00:06 +00:00
Steve Wills
b17302de15 net-mgmt/prometheus2: Update to 2.11.1
PR:		239276
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-07-19 13:50:20 +00:00
Steve Wills
28f5d7d457 net-mgmt/prometheus2: Update to 2.11.0
PR:		239067
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-07-15 18:12:24 +00:00
Steve Wills
79c49b0f65 net-mgmt/prometheus2: Update to 2.10.0
PR:		238271
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-06-08 01:06:01 +00:00
Kai Knoblich
3d7211e62a 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)
2019-05-01 22:50:56 +00:00
Steve Wills
e08c4e3087 net-mgmt/prometheus2: update to 2.9.1
PR:		237489
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-04-23 14:45:23 +00:00
Steve Wills
eba42fd9a5 net-mgmt/prometheus2: Update to 2.8.1
PR:		236897
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-04-10 21:32:59 +00:00
Steve Wills
cb31494bc8 net-mgmt/prometheus2: update to 2.8.0
PR:		236487
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintianer)
2019-03-18 18:05:34 +00:00
Tobias C. Berner
42de7a07ce net-mgmt/prometheus2: update to 2.7.2
PR:		236419
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-03-09 14:23:40 +00:00
Steve Wills
c55c8e9b1f dnet-mgmt/prometheus2: update to 2.7.1
PR:		235375
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-02-01 12:34:16 +00:00
Steve Wills
db8ad45a8f net-mgmt/prometheus2: update to 2.7.0
PR:		235278
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-01-28 13:09:54 +00:00
Jochen Neumeister
7ca69563ec 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
2019-01-17 17:32:35 +00:00
Steve Wills
3f5232eb8d net-mgmt/prometheus2: Update to 2.6.0
PR:		234165
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2018-12-26 21:25:49 +00:00
Steve Wills
c108d9da4d net-mgmt/prometheus2: Update to 2.5.0
PR:		233048
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2018-11-09 16:10:17 +00:00
Steve Wills
6f7d0f2b3a 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)
2018-10-31 01:44:04 +00:00
Jochen Neumeister
29339d6f74 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
2018-10-13 11:39:40 +00:00
Steve Wills
28a3e27d08 net-mgmt/prometheus2: update to 2.4.2
PR:		231586
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2018-09-23 01:00:55 +00:00
Mateusz Piotrowski
4f076ed812 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
2018-09-21 21:20:56 +00:00
Jochen Neumeister
7bc56fc934 Update to 2.3.2
changelog: https://github.com/prometheus/prometheus/releases/tag/v2.3.2

PR:		230707
2018-08-19 06:17:07 +00:00
Yuri Victorovich
9334941dd1 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)
2018-07-01 07:16:50 +00:00
Joseph Mingrone
ff895ea6b9 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
2018-04-10 20:31:57 +00:00
Brad Davis
e3b0e4dc51 Readd prometheus2 with corrected history.
PR:		225169
2018-03-30 22:34:09 +00:00
Brad Davis
4b3b9bdf04 Remove to fix history
PR:		225169
Reported by:	mat
2018-03-30 22:29:50 +00:00
Yuri Victorovich
d113af84d2 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)
2018-03-18 03:55:13 +00:00
Brad Davis
402866ebfd 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
2018-02-14 21:58:37 +00:00