1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net-mgmt/netbox: Update to 2.5.9

Changelog:

Enhancements:
* Add username to outbound webhook requests
* Add SSL support for django-rq (requires django-rq v1.3.1+)
* Add request ID to outbound webhook requests (for correlating all changes
  part of a single request)

Bug Fixes:
* Fixes deterministic ordering of interfaces
* Clarification of wording in API regarding filtering
* Add interface type for QSFP28 50GE
* Fix device role selection showing duplicate first entry
* Limit device query to non-racked devices if no rack selected when creating
  a cable
* Fix API representation of ObjectChange action and add changed_object_type
* Fixes VM Role filtering
* Fix tag population when running NetBox within a path
* Add missing cable termination types to DCIM _choices endpoint
* Tweak prefix/IP filter forms to filter using VRF ID rather than route
  distinguisher
* Ignore empty local context data when rendering config contexts
* Save assigned tags when creating a new secret

https://github.com/digitalocean/netbox/blob/v2.5.9/CHANGELOG.md

Approved by:	mentors (implicit)
This commit is contained in:
Kai Knoblich 2019-04-04 20:01:31 +00:00
parent 034a5e43aa
commit 93cab80744
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497864
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.8
DISTVERSION= 2.5.9
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552382666
SHA256 (digitalocean-netbox-v2.5.8_GH0.tar.gz) = c43f92793d5b0c15ae0f87ddcbbcfca7e00eee4e0ed2def16bcb075722a56cb0
SIZE (digitalocean-netbox-v2.5.8_GH0.tar.gz) = 2363401
TIMESTAMP = 1554224427
SHA256 (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 26057b4922d7bef4540ae771f594fb7ba54c6d5bc158a3d9798d0bdd9815600c
SIZE (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 2363174