This release changes the storage format. v0.10 can read the storage format
of v0.5–v0.9. It will then persist the new format so that a downgrade
won't be possible anymore[1].
[1] https://github.com/prometheus/pushgateway/releases/tag/v0.10.0
For this port 0.10.0, it is intended to replace it with a version >= 1.3.x
from about four weeks on. So there will be four weeks for the migration.
PR: 250587
Submitted by: Gabriel Dutra <0xdutra@gmail.com> (new maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27165
* Limit the version ranges of the required Python packages and use very
narrow ranges for those ones, which often cause regressions.
That is because upstream already uses fixed Python package dependencies
for a while and had relaxed them for a short period of time.
However, because it led to regressions when some Python packages were
updated during that time, upstream has been using fixed package
dependencies again since then.
Changelog since 2.7.12:
It contains many bugfixes/enhancements and the following new features:
* Object-Based Permissions
* Background Execution of Scripts & Reports
* Named Virtual Chassis
* Changes to Tag Creation
* Dedicated Model for VM Interfaces
* REST API Endpoints for Users and Groups
* Remote Authentication Support
* Plugins
https://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.9.mdhttps://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.8.md
Mark as deprecated due to being marked end of life upstream.
Stable release: Zabbix 4.4
Release date: Q3, 2019
End of Full Support: Q1, 2020
End of Limited Support: Q2, 2020
PR: 250779
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Bosun is an open-source, MIT licensed, monitoring and alerting system by
Stack Exchange.
It has an expressive domain specific language for evaluating alerts
and creating detailed notifications.
It also lets you test your alerts against history
for a faster development experience.
WWW: https://bosun.org/
PR: 250209
Submitted by: Markus Langer <langer.markus@gmail.com>
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine
Apparently the build fails (I can't replicate the issue on my builders)
===> Configuring for bandwhich-0.19.0
Updating git repository `https://github.com/tailhook/resolv-conf`
warning: spurious network error (2 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
warning: spurious network error (1 tries remaining): failed to resolve address for github.com: Name does not resolve; class=Net (12)
error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index`
Caused by:
failed to load source for dependency `resolv-conf`
PR: 249571
Reported by: olgeni
Approved by: portmgr (implicit, build fix)