v2.3.14 - 2024-12-19 #6686
HanlinMiao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Added
parent
in theclean()
method of the Prefix model, ensuring correct assignment during validation.Changed
id
filter field to use to only the__n
(negation) lookup filter.Prefix
model to reparent subnets and IPs only when thenetwork
,namespace
, orprefix_length
fields are updated.Fixed
LogsCleanup
system job resulted in cascade deletion of many related objects (such asJobLogEntry
ornautobot_ssot.SyncLogEntry
records)./ipam/prefixes/<UUID>/available-ips/
to correctly consider IPs under child Prefixes.Prefix.get_first_available_ip()
method to not return IP taken by child Prefixes.circuit_type
column not included correctly in CircuitTable default columns.Documentation
ExampleEverythingJob
to the Example App and updated Job developer documentation to reference it as an example.Housekeeping
mkdocs-material
to~9.5.48
.invoke
tasks to be Nautobot major/minor version aware, such that a different Docker composeproject-name
(and different local Docker image label) will be used for containers in adevelop
-based branch versus anext
-based branch.logs
task totasks.py
to view the logs of a docker compose service.Contributors
Full Changelog: v2.3.13...v2.3.14
This discussion was created from the release v2.3.14 - 2024-12-19.
Beta Was this translation helpful? Give feedback.
All reactions