Changelog:
Enhancements:
* Get API user from LDAP only when FIND_GROUP_PERMS is enabled
* Linkify VLAN name in VLANs table
* Add L22-30 power port & outlet types
* Improve performance of the "quick find" function
* Add multi-standard ITA power outlet type
Bug Fixes:
* Fix issue where return_url is not honored when "Save & Continue"
button is present
* Fix Markdown sanitization regex
https://github.com/netbox-community/netbox/releases/tag/v3.0.12
changelog:
-Prefix command_id with command type
-Decouple environment from Icinga 2 Environment constant
-Make icinga:history:stream:*#event_id deterministic
-Add downtime.duration & service_state.host_id to Redis
-Sync checkables along with their states first
-Flush both buffered states and state checksums on initial dump
-Introduce icinga:history:stream:downtime#scheduled_by
-Actually write parent to parent_id of zones
-Set value in milliseconds for program_start in stats/heartbeat
-Clean up vanished objects from icinga:checksum:*:state
-Remove usernotification history stream
-Write IDs of notified users into notification history stream
-Make CheckResult#scheduling_source available to Icinga DB
-Stream runtime state updates only to icinga:runtime:state
-Publish Redis schema version via XADD icinga:schema
-Don't include checkable types in history IDs
-Remove unused Redis key 'icinga:zone:parent'
Sponsored by: Netzkommune GmbH
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
Enhancements:
* Add missing q filters for necessary models
* Add virtual chassis filters for device components
* Add Markdown support for strikethrough formatting
* Add optional VLAN group column to prefixes table
* Improve live reloading of custom scripts
* Add IEEE 802.15.1 interface type
Bug Fixes:
* Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS
is enabled
* Make change logging middleware thread-safe
* Fix initialization of custom script MultiObjectVar field with
multiple values
* Fix permissions evaluation when displaying VLAN group VLANs table
* Fix exception when tracing cable across circuit with no far
end termination
* Fix handling of errors during export template rendering
* Add missing cluster name filter for virtual machines
* Fix ordering IP addresses by assignment status
* Fix styling of form widgets under cable connection views
* power_port can be null when creating power outlets via REST API
* REST API should support null values for console port speeds
https://github.com/netbox-community/netbox/releases/tag/v3.0.11
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
Major changes:
* support for influxdb
* AnotherDNS update
* new matcher ConsecutiveLoss
* lots of spelling fixes
* update FPing commandline
* better handling of return codes from probe binaries
* drop SSHv1 and rsa1 from SSH.pm
* fix config reload for slaves
* fix edgetrigger functionality
* fping protocol parameter optional
* exploss matcher fixes
* interface parameter for fping probe
* pass 6th argument to edgetrigger external alerts
* red background for 100% loss
* make loss colors more distinctive
* calculate loss buckets based on number of 'pings'
Full changelog: calculate loss buckets based on number of 'pings'
Enhancements:
* Add mini-DIN 8 console port type
* Add vid filter field to VLANs list
* Add visual aids to interfaces table for type, enabled status
Bug Fixes:
* Fix assignment of members to virtual chassis with initial position
of zero
* Fix conflation of assigned IP status & role in interface tables
* Fix 404 when attaching multiple images in succession
* Fix minimum version check under Python v3.10
* Add missing outer dimension columns to rack table
* Preserve multi-line values during CSV file import
* Fix indentation of locations under site view
* Improve XSS mitigation in Markdown renderer
* Enable sorting device bays table by installed device status
* Differentiate ID and VID columns in VLANs table
* Fix reference values for content type under custom field import form
* Add missing export template support for various models
* Fix restriction of user & group objects in GraphQL API queries
Changelog:
https://github.com/netbox-community/netbox/releases/tag/v3.0.10
Changelog:
Enhancements:
* Introduce the runscript management command
* Add an optional "ID" column to all tables
* Add "view elevations" button to location view
Bug Fixes:
* Improve color mode preference handling
* Correct devices count for locations within global search results
* Strip HTML from custom field descriptions
* Fix load_yaml method for custom scripts
* Fix circuit assignment when creating multiple terminations
simultaneously
* Prevent inadvertent deletion of prior change records when deleting
objects
* Require interface assignment when designating IP address as primary
for device/VM during CSV import
* Preserve initial form data when bulk edit validation fails
* Restore missing tags column on IP range table
* Retain pagination preference when MAX_PAGE_SIZE is zero
https://github.com/netbox-community/netbox/releases/tag/v3.0.9
* Remove the py-jsonschema dependency with its fixed version range that
was required as a temporary workaround by upstream because releases
of devel/py-swagger-spec-validator before 2.7.4, which are required by
www/py-dj32-drf-yasg, were not compatible with jsonschema 4.x.
* Bump PORTREVISION due changed dependencies.
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)