nautobot 3.0.3__py3-none-any.whl → 3.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nautobot/core/authentication.py +0 -1
- nautobot/core/celery/schedulers.py +1 -3
- nautobot/core/cli/__init__.py +81 -39
- nautobot/core/settings.yaml +12 -4
- nautobot/core/tests/test_cli.py +120 -1
- nautobot/dcim/forms.py +1 -0
- nautobot/dcim/tables/devices.py +2 -1
- nautobot/dcim/templates/dcim/platform_create.html +3 -4
- nautobot/extras/models/jobs.py +7 -1
- nautobot/extras/signals.py +143 -113
- nautobot/extras/tests/test_utils.py +116 -1
- nautobot/extras/utils.py +18 -16
- nautobot/extras/views.py +2 -14
- nautobot/ipam/apps.py +1 -0
- nautobot/project-static/docs/development/core/release-checklist.html +2 -0
- nautobot/project-static/docs/release-notes/version-3.0.html +235 -0
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +329 -329
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +11 -4
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +11 -4
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +21 -9
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/12-add-tenant-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/12-add-tenant-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/13-assign-tenant-to-device-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/13-assign-tenant-to-device-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/14-assign-tenant-to-device-2-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/14-assign-tenant-to-device-2-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/22-create-vlans-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/22-create-vlans-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/23-create-vlans-2-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/23-create-vlans-2-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/24-vlan-main-page-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/24-vlan-main-page-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/25-add-vlan-to-interface-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/25-add-vlan-to-interface-light.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/26-add-vlan-to-interface-2-dark.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/26-add-vlan-to-interface-2-light.png +0 -0
- nautobot/tenancy/tables.py +1 -1
- nautobot/ui/package-lock.json +36 -36
- nautobot/ui/package.json +3 -3
- nautobot/users/models.py +33 -0
- nautobot/users/tests/test_models.py +83 -0
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/METADATA +4 -4
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/RECORD +49 -41
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/12-add-tenant.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/13-assign-tenant-to-device.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/14-assign-tenant-to-device-2.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/22-create-vlans.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/23-create-vlans-2.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/24-vlan-main-page.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/25-add-vlan-to-interface.png +0 -0
- nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/26-add-vlan-to-interface-2.png +0 -0
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/LICENSE.txt +0 -0
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/NOTICE +0 -0
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/WHEEL +0 -0
- {nautobot-3.0.3.dist-info → nautobot-3.0.4.dist-info}/entry_points.txt +0 -0
|
@@ -12694,6 +12694,100 @@
|
|
|
12694
12694
|
</ul>
|
|
12695
12695
|
</nav>
|
|
12696
12696
|
|
|
12697
|
+
</li>
|
|
12698
|
+
|
|
12699
|
+
<li class="md-nav__item">
|
|
12700
|
+
<a href="#v304-2026-01-12" class="md-nav__link">
|
|
12701
|
+
<span class="md-ellipsis">
|
|
12702
|
+
|
|
12703
|
+
v3.0.4 (2026-01-12)
|
|
12704
|
+
|
|
12705
|
+
</span>
|
|
12706
|
+
</a>
|
|
12707
|
+
|
|
12708
|
+
<nav class="md-nav" aria-label="v3.0.4 (2026-01-12)">
|
|
12709
|
+
<ul class="md-nav__list">
|
|
12710
|
+
|
|
12711
|
+
<li class="md-nav__item">
|
|
12712
|
+
<a href="#security-in-v304" class="md-nav__link">
|
|
12713
|
+
<span class="md-ellipsis">
|
|
12714
|
+
|
|
12715
|
+
Security in v3.0.4
|
|
12716
|
+
|
|
12717
|
+
</span>
|
|
12718
|
+
</a>
|
|
12719
|
+
|
|
12720
|
+
</li>
|
|
12721
|
+
|
|
12722
|
+
<li class="md-nav__item">
|
|
12723
|
+
<a href="#added-in-v304" class="md-nav__link">
|
|
12724
|
+
<span class="md-ellipsis">
|
|
12725
|
+
|
|
12726
|
+
Added in v3.0.4
|
|
12727
|
+
|
|
12728
|
+
</span>
|
|
12729
|
+
</a>
|
|
12730
|
+
|
|
12731
|
+
</li>
|
|
12732
|
+
|
|
12733
|
+
<li class="md-nav__item">
|
|
12734
|
+
<a href="#changed-in-v304" class="md-nav__link">
|
|
12735
|
+
<span class="md-ellipsis">
|
|
12736
|
+
|
|
12737
|
+
Changed in v3.0.4
|
|
12738
|
+
|
|
12739
|
+
</span>
|
|
12740
|
+
</a>
|
|
12741
|
+
|
|
12742
|
+
</li>
|
|
12743
|
+
|
|
12744
|
+
<li class="md-nav__item">
|
|
12745
|
+
<a href="#fixed-in-v304" class="md-nav__link">
|
|
12746
|
+
<span class="md-ellipsis">
|
|
12747
|
+
|
|
12748
|
+
Fixed in v3.0.4
|
|
12749
|
+
|
|
12750
|
+
</span>
|
|
12751
|
+
</a>
|
|
12752
|
+
|
|
12753
|
+
</li>
|
|
12754
|
+
|
|
12755
|
+
<li class="md-nav__item">
|
|
12756
|
+
<a href="#dependencies-in-v304" class="md-nav__link">
|
|
12757
|
+
<span class="md-ellipsis">
|
|
12758
|
+
|
|
12759
|
+
Dependencies in v3.0.4
|
|
12760
|
+
|
|
12761
|
+
</span>
|
|
12762
|
+
</a>
|
|
12763
|
+
|
|
12764
|
+
</li>
|
|
12765
|
+
|
|
12766
|
+
<li class="md-nav__item">
|
|
12767
|
+
<a href="#documentation-in-v304" class="md-nav__link">
|
|
12768
|
+
<span class="md-ellipsis">
|
|
12769
|
+
|
|
12770
|
+
Documentation in v3.0.4
|
|
12771
|
+
|
|
12772
|
+
</span>
|
|
12773
|
+
</a>
|
|
12774
|
+
|
|
12775
|
+
</li>
|
|
12776
|
+
|
|
12777
|
+
<li class="md-nav__item">
|
|
12778
|
+
<a href="#housekeeping-in-v304" class="md-nav__link">
|
|
12779
|
+
<span class="md-ellipsis">
|
|
12780
|
+
|
|
12781
|
+
Housekeeping in v3.0.4
|
|
12782
|
+
|
|
12783
|
+
</span>
|
|
12784
|
+
</a>
|
|
12785
|
+
|
|
12786
|
+
</li>
|
|
12787
|
+
|
|
12788
|
+
</ul>
|
|
12789
|
+
</nav>
|
|
12790
|
+
|
|
12697
12791
|
</li>
|
|
12698
12792
|
|
|
12699
12793
|
<li class="md-nav__item">
|
|
@@ -14510,6 +14604,100 @@
|
|
|
14510
14604
|
</ul>
|
|
14511
14605
|
</nav>
|
|
14512
14606
|
|
|
14607
|
+
</li>
|
|
14608
|
+
|
|
14609
|
+
<li class="md-nav__item">
|
|
14610
|
+
<a href="#v304-2026-01-12" class="md-nav__link">
|
|
14611
|
+
<span class="md-ellipsis">
|
|
14612
|
+
|
|
14613
|
+
v3.0.4 (2026-01-12)
|
|
14614
|
+
|
|
14615
|
+
</span>
|
|
14616
|
+
</a>
|
|
14617
|
+
|
|
14618
|
+
<nav class="md-nav" aria-label="v3.0.4 (2026-01-12)">
|
|
14619
|
+
<ul class="md-nav__list">
|
|
14620
|
+
|
|
14621
|
+
<li class="md-nav__item">
|
|
14622
|
+
<a href="#security-in-v304" class="md-nav__link">
|
|
14623
|
+
<span class="md-ellipsis">
|
|
14624
|
+
|
|
14625
|
+
Security in v3.0.4
|
|
14626
|
+
|
|
14627
|
+
</span>
|
|
14628
|
+
</a>
|
|
14629
|
+
|
|
14630
|
+
</li>
|
|
14631
|
+
|
|
14632
|
+
<li class="md-nav__item">
|
|
14633
|
+
<a href="#added-in-v304" class="md-nav__link">
|
|
14634
|
+
<span class="md-ellipsis">
|
|
14635
|
+
|
|
14636
|
+
Added in v3.0.4
|
|
14637
|
+
|
|
14638
|
+
</span>
|
|
14639
|
+
</a>
|
|
14640
|
+
|
|
14641
|
+
</li>
|
|
14642
|
+
|
|
14643
|
+
<li class="md-nav__item">
|
|
14644
|
+
<a href="#changed-in-v304" class="md-nav__link">
|
|
14645
|
+
<span class="md-ellipsis">
|
|
14646
|
+
|
|
14647
|
+
Changed in v3.0.4
|
|
14648
|
+
|
|
14649
|
+
</span>
|
|
14650
|
+
</a>
|
|
14651
|
+
|
|
14652
|
+
</li>
|
|
14653
|
+
|
|
14654
|
+
<li class="md-nav__item">
|
|
14655
|
+
<a href="#fixed-in-v304" class="md-nav__link">
|
|
14656
|
+
<span class="md-ellipsis">
|
|
14657
|
+
|
|
14658
|
+
Fixed in v3.0.4
|
|
14659
|
+
|
|
14660
|
+
</span>
|
|
14661
|
+
</a>
|
|
14662
|
+
|
|
14663
|
+
</li>
|
|
14664
|
+
|
|
14665
|
+
<li class="md-nav__item">
|
|
14666
|
+
<a href="#dependencies-in-v304" class="md-nav__link">
|
|
14667
|
+
<span class="md-ellipsis">
|
|
14668
|
+
|
|
14669
|
+
Dependencies in v3.0.4
|
|
14670
|
+
|
|
14671
|
+
</span>
|
|
14672
|
+
</a>
|
|
14673
|
+
|
|
14674
|
+
</li>
|
|
14675
|
+
|
|
14676
|
+
<li class="md-nav__item">
|
|
14677
|
+
<a href="#documentation-in-v304" class="md-nav__link">
|
|
14678
|
+
<span class="md-ellipsis">
|
|
14679
|
+
|
|
14680
|
+
Documentation in v3.0.4
|
|
14681
|
+
|
|
14682
|
+
</span>
|
|
14683
|
+
</a>
|
|
14684
|
+
|
|
14685
|
+
</li>
|
|
14686
|
+
|
|
14687
|
+
<li class="md-nav__item">
|
|
14688
|
+
<a href="#housekeeping-in-v304" class="md-nav__link">
|
|
14689
|
+
<span class="md-ellipsis">
|
|
14690
|
+
|
|
14691
|
+
Housekeeping in v3.0.4
|
|
14692
|
+
|
|
14693
|
+
</span>
|
|
14694
|
+
</a>
|
|
14695
|
+
|
|
14696
|
+
</li>
|
|
14697
|
+
|
|
14698
|
+
</ul>
|
|
14699
|
+
</nav>
|
|
14700
|
+
|
|
14513
14701
|
</li>
|
|
14514
14702
|
|
|
14515
14703
|
<li class="md-nav__item">
|
|
@@ -15420,6 +15608,53 @@
|
|
|
15420
15608
|
|
|
15421
15609
|
<!-- towncrier release notes start -->
|
|
15422
15610
|
|
|
15611
|
+
<h2 id="v304-2026-01-12">v3.0.4 (2026-01-12)<a class="headerlink" href="#v304-2026-01-12" title="Permanent link">¶</a></h2>
|
|
15612
|
+
<h3 id="security-in-v304">Security in v3.0.4<a class="headerlink" href="#security-in-v304" title="Permanent link">¶</a></h3>
|
|
15613
|
+
<ul>
|
|
15614
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8383">#8383</a> - Updated dependency <code>pynacl</code> to <code>1.6.2</code> to mitigate CVE-2025-69277. As this is not a direct dependency, it will not auto-update when upgrading; please be sure to upgrade your local environment.</li>
|
|
15615
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8395">#8395</a> - Updated dependency <code>urllib3</code> to <code>2.6.3</code> to mitigate CVE-2026-21441. As this is not a direct dependency, it will not auto-update when upgrading; please be sure to upgrade your local environment.</li>
|
|
15616
|
+
</ul>
|
|
15617
|
+
<h3 id="added-in-v304">Added in v3.0.4<a class="headerlink" href="#added-in-v304" title="Permanent link">¶</a></h3>
|
|
15618
|
+
<ul>
|
|
15619
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8387">#8387</a> - Added permissions lockout in time-travel mode.</li>
|
|
15620
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8401">#8401</a> - Added <code>Service</code> to the list of models registered with Nautobot's search backend.</li>
|
|
15621
|
+
</ul>
|
|
15622
|
+
<h3 id="changed-in-v304">Changed in v3.0.4<a class="headerlink" href="#changed-in-v304" title="Permanent link">¶</a></h3>
|
|
15623
|
+
<ul>
|
|
15624
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8385">#8385</a> - Marked <code>Job</code>, <code>JobLogEntry</code>, <code>JobQueue</code>, <code>JobQueueAssignment</code>, <code>JobResult</code>, and <code>ScheduledJob</code> models as non-version-controlled as it is not appropriate to branch the data they contain.</li>
|
|
15625
|
+
</ul>
|
|
15626
|
+
<h3 id="fixed-in-v304">Fixed in v3.0.4<a class="headerlink" href="#fixed-in-v304" title="Permanent link">¶</a></h3>
|
|
15627
|
+
<ul>
|
|
15628
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8356">#8356</a> - Added description column to Device Redundancy Group table.</li>
|
|
15629
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8362">#8362</a> - Fixed an IntegrityError when using kubernetes workers to run jobs.</li>
|
|
15630
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8364">#8364</a> - Fixed Cable basic filter form to filter by device name instead of device UUID.</li>
|
|
15631
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8365">#8365</a> - Fixed inconsistent empty state for Tenant column and Device redundancy group policy.</li>
|
|
15632
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8365">#8365</a> - Fixed Platform network driver select to match UI.</li>
|
|
15633
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8372">#8372</a> - Fixed the import/export dropdown behavior in CustomField, ComputedField, GraphQL and DynamicGroup table views.</li>
|
|
15634
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8380">#8380</a> - Restored (still-deprecated) support for explicit configuration of <code>STATICFILES_STORAGE</code> and <code>DEFAULT_FILE_STORAGE</code> in <code>nautobot_config.py</code> that was inadvertently broken when deprecating these settings in the previous release.</li>
|
|
15635
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8385">#8385</a> - Added logic to handle the case of change logging for changes to a non-version-controlled model while a non-default branch is checked out via the Version Control app.</li>
|
|
15636
|
+
</ul>
|
|
15637
|
+
<h3 id="dependencies-in-v304">Dependencies in v3.0.4<a class="headerlink" href="#dependencies-in-v304" title="Permanent link">¶</a></h3>
|
|
15638
|
+
<ul>
|
|
15639
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8370">#8370</a> - Updated dependency <code>celery</code> to <code>~5.6.1</code>.</li>
|
|
15640
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8370">#8370</a> - Updated dependency <code>django-health-check</code> to <code>~3.20.8</code>.</li>
|
|
15641
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8370">#8370</a> - Updated dependency <code>GitPython</code> to <code>~3.1.46</code>.</li>
|
|
15642
|
+
</ul>
|
|
15643
|
+
<h3 id="documentation-in-v304">Documentation in v3.0.4<a class="headerlink" href="#documentation-in-v304" title="Permanent link">¶</a></h3>
|
|
15644
|
+
<ul>
|
|
15645
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8361">#8361</a> - Updated step <code>Sync Changes into next</code> in <code>nautobot/docs/development/core/release-checklist.md</code>.</li>
|
|
15646
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8366">#8366</a> - Updated VLAN and VLAN groups documentation to include 3.0 screenshots.</li>
|
|
15647
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8368">#8368</a> - Updated tenants documentation to include 3.0 screenshots.</li>
|
|
15648
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8380">#8380</a> - Updated documentation for the deprecated <code>STORAGE_BACKEND</code> and <code>STORAGE_CONFIG</code> settings to clarify their migration path.</li>
|
|
15649
|
+
</ul>
|
|
15650
|
+
<h3 id="housekeeping-in-v304">Housekeeping in v3.0.4<a class="headerlink" href="#housekeeping-in-v304" title="Permanent link">¶</a></h3>
|
|
15651
|
+
<ul>
|
|
15652
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8369">#8369</a> - Updated development npm dependency <code>prettier</code> to <code>^3.7.4</code>.</li>
|
|
15653
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8369">#8369</a> - Updated development npm dependency <code>sass</code> to <code>^1.97.1</code>.</li>
|
|
15654
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8369">#8369</a> - Updated development npm dependency <code>webpack</code> to <code>^5.104.1</code>.</li>
|
|
15655
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8370">#8370</a> - Updated development dependency <code>pymarkdownlnt</code> to <code>~0.9.34</code>.</li>
|
|
15656
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/8370">#8370</a> - Updated development dependency <code>coverage</code> to <code>~7.13.1</code>.</li>
|
|
15657
|
+
</ul>
|
|
15423
15658
|
<h2 id="v303-2025-12-22">v3.0.3 (2025-12-22)<a class="headerlink" href="#v303-2025-12-22" title="Permanent link">¶</a></h2>
|
|
15424
15659
|
<h3 id="added-in-v303">Added in v3.0.3<a class="headerlink" href="#added-in-v303" title="Permanent link">¶</a></h3>
|
|
15425
15660
|
<ul>
|