NetBox v4.2-beta1 is now available #18133
jeremystretch
announced in
Announcements
Replies: 3 comments 3 replies
-
Would the new virtual circuits model extend to be a use case to model SD-WAN overlays? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Will the beta be available at https://beta-demo.netbox.dev/? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a problem with quick search not search; it doesn't work for me. Can you help me with it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Caution
This is a beta release of NetBox intended for testing and evaluation. Do not use this software in production. Also be aware that no upgrade path is provided to future releases.
Breaking Changes
site
andprovider_network
foreign key fields oncircuits.CircuitTermination
have been replaced by thetermination
generic foreign key.site
foreign key field onipam.Prefix
has been replaced by thescope
generic foreign key.site
foreign key field onvirtualization.Cluster
has been replaced by thescope
generic foreign key.New Features
Assign Multiple MAC Addresses per Interface (#4867)
MAC addresses are now managed as independent objects, rather than attributes on device and VM interfaces. NetBox now supports the assignment of multiple MAC addresses per interface, and allows a primary MAC address to be designated for each.
Quick Add UI Widget (#5858)
A new UI widget has been introduced to enable conveniently creating new related objects while creating or editing an object. For instance, it is now possible to create and assign a new device role when creating or editing a device from within the device form.
VLAN Translation (#7336)
User can now define policies which track the translation of VLAN IDs on IEEE 802.1Q-encapsulated interfaces. Translation policies can be reused across multiple interfaces.
Virtual Circuits (#13086)
New models have been introduced to support the documentation of virtual circuits as an extension to the physical circuit modeling already supported. This enables users to accurately reflect point-to-point or multipoint virtual circuits atop infrastructure comprising physical circuits and cables.
Q-in-Q Encapsulation (#13428)
NetBox now supports the designation of customer VLANs (CVLANs) and service VLANs (SVLANs) to support IEEE 802.1ad/Q-in-Q encapsulation. Each interface can now have it mode designated "Q-in-Q" and be assigned an SVLAN.
Enhancements
Plugins
events_pipeline
configuration parameter, which allows plugins to hook into NetBox event processingget_absolute_url()
methodPluginTemplateExtension
subclass for a single model has been deprecated (replacemodel
withmodels
)register_model_view()
to handle list viewsOther Changes
*_import
to*_bulk_import
This discussion was created from the release v4.2-beta1 - 2024-12-02.
Beta Was this translation helpful? Give feedback.
All reactions