nautobot 2.3.5__py3-none-any.whl → 2.3.6__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/api/utils.py +12 -2
- nautobot/core/forms/fields.py +5 -2
- nautobot/core/forms/utils.py +31 -6
- nautobot/core/models/fields.py +56 -0
- nautobot/core/tests/test_utils.py +83 -0
- nautobot/dcim/tests/test_api.py +4 -1
- nautobot/extras/factory.py +2 -1
- nautobot/extras/models/models.py +2 -0
- nautobot/extras/tests/test_api.py +3 -3
- nautobot/extras/tests/test_forms.py +2 -0
- nautobot/extras/tests/test_views.py +2 -2
- nautobot/ipam/api/serializers.py +30 -1
- nautobot/ipam/api/views.py +165 -3
- nautobot/ipam/filters.py +1 -1
- nautobot/ipam/forms.py +2 -0
- nautobot/ipam/migrations/0050_vlangroup_range.py +24 -0
- nautobot/ipam/models.py +51 -8
- nautobot/ipam/tables.py +4 -4
- nautobot/ipam/templates/ipam/vlangroup.html +4 -0
- nautobot/ipam/tests/test_api.py +174 -0
- nautobot/ipam/tests/test_models.py +35 -1
- nautobot/ipam/tests/test_utils.py +61 -0
- nautobot/ipam/tests/test_views.py +2 -0
- nautobot/ipam/utils/__init__.py +10 -17
- nautobot/ipam/views.py +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/index.html +2 -2
- nautobot/project-static/docs/objects.inv +0 -0
- nautobot/project-static/docs/release-notes/version-2.3.html +218 -72
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +269 -269
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +305 -0
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/METADATA +1 -1
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/RECORD +39 -37
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/NOTICE +0 -0
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/WHEEL +0 -0
- {nautobot-2.3.5.dist-info → nautobot-2.3.6.dist-info}/entry_points.txt +0 -0
|
@@ -8121,6 +8121,15 @@
|
|
|
8121
8121
|
</span>
|
|
8122
8122
|
</a>
|
|
8123
8123
|
|
|
8124
|
+
</li>
|
|
8125
|
+
|
|
8126
|
+
<li class="md-nav__item">
|
|
8127
|
+
<a href="#vlangroup-model-enhancement-6309" class="md-nav__link">
|
|
8128
|
+
<span class="md-ellipsis">
|
|
8129
|
+
VLANGroup Model Enhancement (#6309)
|
|
8130
|
+
</span>
|
|
8131
|
+
</a>
|
|
8132
|
+
|
|
8124
8133
|
</li>
|
|
8125
8134
|
|
|
8126
8135
|
<li class="md-nav__item">
|
|
@@ -8224,6 +8233,57 @@
|
|
|
8224
8233
|
</ul>
|
|
8225
8234
|
</nav>
|
|
8226
8235
|
|
|
8236
|
+
</li>
|
|
8237
|
+
|
|
8238
|
+
<li class="md-nav__item">
|
|
8239
|
+
<a href="#v236-2024-10-02" class="md-nav__link">
|
|
8240
|
+
<span class="md-ellipsis">
|
|
8241
|
+
v2.3.6 (2024-10-02)
|
|
8242
|
+
</span>
|
|
8243
|
+
</a>
|
|
8244
|
+
|
|
8245
|
+
<nav class="md-nav" aria-label="v2.3.6 (2024-10-02)">
|
|
8246
|
+
<ul class="md-nav__list">
|
|
8247
|
+
|
|
8248
|
+
<li class="md-nav__item">
|
|
8249
|
+
<a href="#added_1" class="md-nav__link">
|
|
8250
|
+
<span class="md-ellipsis">
|
|
8251
|
+
Added
|
|
8252
|
+
</span>
|
|
8253
|
+
</a>
|
|
8254
|
+
|
|
8255
|
+
</li>
|
|
8256
|
+
|
|
8257
|
+
<li class="md-nav__item">
|
|
8258
|
+
<a href="#fixed" class="md-nav__link">
|
|
8259
|
+
<span class="md-ellipsis">
|
|
8260
|
+
Fixed
|
|
8261
|
+
</span>
|
|
8262
|
+
</a>
|
|
8263
|
+
|
|
8264
|
+
</li>
|
|
8265
|
+
|
|
8266
|
+
<li class="md-nav__item">
|
|
8267
|
+
<a href="#documentation" class="md-nav__link">
|
|
8268
|
+
<span class="md-ellipsis">
|
|
8269
|
+
Documentation
|
|
8270
|
+
</span>
|
|
8271
|
+
</a>
|
|
8272
|
+
|
|
8273
|
+
</li>
|
|
8274
|
+
|
|
8275
|
+
<li class="md-nav__item">
|
|
8276
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8277
|
+
<span class="md-ellipsis">
|
|
8278
|
+
Housekeeping
|
|
8279
|
+
</span>
|
|
8280
|
+
</a>
|
|
8281
|
+
|
|
8282
|
+
</li>
|
|
8283
|
+
|
|
8284
|
+
</ul>
|
|
8285
|
+
</nav>
|
|
8286
|
+
|
|
8227
8287
|
</li>
|
|
8228
8288
|
|
|
8229
8289
|
<li class="md-nav__item">
|
|
@@ -8237,7 +8297,7 @@
|
|
|
8237
8297
|
<ul class="md-nav__list">
|
|
8238
8298
|
|
|
8239
8299
|
<li class="md-nav__item">
|
|
8240
|
-
<a href="#
|
|
8300
|
+
<a href="#added_2" class="md-nav__link">
|
|
8241
8301
|
<span class="md-ellipsis">
|
|
8242
8302
|
Added
|
|
8243
8303
|
</span>
|
|
@@ -8255,7 +8315,7 @@
|
|
|
8255
8315
|
</li>
|
|
8256
8316
|
|
|
8257
8317
|
<li class="md-nav__item">
|
|
8258
|
-
<a href="#
|
|
8318
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8259
8319
|
<span class="md-ellipsis">
|
|
8260
8320
|
Fixed
|
|
8261
8321
|
</span>
|
|
@@ -8273,7 +8333,7 @@
|
|
|
8273
8333
|
</li>
|
|
8274
8334
|
|
|
8275
8335
|
<li class="md-nav__item">
|
|
8276
|
-
<a href="#
|
|
8336
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8277
8337
|
<span class="md-ellipsis">
|
|
8278
8338
|
Documentation
|
|
8279
8339
|
</span>
|
|
@@ -8282,7 +8342,7 @@
|
|
|
8282
8342
|
</li>
|
|
8283
8343
|
|
|
8284
8344
|
<li class="md-nav__item">
|
|
8285
|
-
<a href="#
|
|
8345
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8286
8346
|
<span class="md-ellipsis">
|
|
8287
8347
|
Housekeeping
|
|
8288
8348
|
</span>
|
|
@@ -8306,7 +8366,7 @@
|
|
|
8306
8366
|
<ul class="md-nav__list">
|
|
8307
8367
|
|
|
8308
8368
|
<li class="md-nav__item">
|
|
8309
|
-
<a href="#
|
|
8369
|
+
<a href="#added_3" class="md-nav__link">
|
|
8310
8370
|
<span class="md-ellipsis">
|
|
8311
8371
|
Added
|
|
8312
8372
|
</span>
|
|
@@ -8324,7 +8384,7 @@
|
|
|
8324
8384
|
</li>
|
|
8325
8385
|
|
|
8326
8386
|
<li class="md-nav__item">
|
|
8327
|
-
<a href="#
|
|
8387
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8328
8388
|
<span class="md-ellipsis">
|
|
8329
8389
|
Fixed
|
|
8330
8390
|
</span>
|
|
@@ -8333,7 +8393,7 @@
|
|
|
8333
8393
|
</li>
|
|
8334
8394
|
|
|
8335
8395
|
<li class="md-nav__item">
|
|
8336
|
-
<a href="#
|
|
8396
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8337
8397
|
<span class="md-ellipsis">
|
|
8338
8398
|
Documentation
|
|
8339
8399
|
</span>
|
|
@@ -8342,7 +8402,7 @@
|
|
|
8342
8402
|
</li>
|
|
8343
8403
|
|
|
8344
8404
|
<li class="md-nav__item">
|
|
8345
|
-
<a href="#
|
|
8405
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8346
8406
|
<span class="md-ellipsis">
|
|
8347
8407
|
Housekeeping
|
|
8348
8408
|
</span>
|
|
@@ -8375,7 +8435,7 @@
|
|
|
8375
8435
|
</li>
|
|
8376
8436
|
|
|
8377
8437
|
<li class="md-nav__item">
|
|
8378
|
-
<a href="#
|
|
8438
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8379
8439
|
<span class="md-ellipsis">
|
|
8380
8440
|
Fixed
|
|
8381
8441
|
</span>
|
|
@@ -8393,7 +8453,7 @@
|
|
|
8393
8453
|
</li>
|
|
8394
8454
|
|
|
8395
8455
|
<li class="md-nav__item">
|
|
8396
|
-
<a href="#
|
|
8456
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8397
8457
|
<span class="md-ellipsis">
|
|
8398
8458
|
Housekeeping
|
|
8399
8459
|
</span>
|
|
@@ -8426,7 +8486,7 @@
|
|
|
8426
8486
|
</li>
|
|
8427
8487
|
|
|
8428
8488
|
<li class="md-nav__item">
|
|
8429
|
-
<a href="#
|
|
8489
|
+
<a href="#added_4" class="md-nav__link">
|
|
8430
8490
|
<span class="md-ellipsis">
|
|
8431
8491
|
Added
|
|
8432
8492
|
</span>
|
|
@@ -8435,7 +8495,7 @@
|
|
|
8435
8495
|
</li>
|
|
8436
8496
|
|
|
8437
8497
|
<li class="md-nav__item">
|
|
8438
|
-
<a href="#
|
|
8498
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8439
8499
|
<span class="md-ellipsis">
|
|
8440
8500
|
Fixed
|
|
8441
8501
|
</span>
|
|
@@ -8444,7 +8504,7 @@
|
|
|
8444
8504
|
</li>
|
|
8445
8505
|
|
|
8446
8506
|
<li class="md-nav__item">
|
|
8447
|
-
<a href="#
|
|
8507
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8448
8508
|
<span class="md-ellipsis">
|
|
8449
8509
|
Housekeeping
|
|
8450
8510
|
</span>
|
|
@@ -8468,7 +8528,7 @@
|
|
|
8468
8528
|
<ul class="md-nav__list">
|
|
8469
8529
|
|
|
8470
8530
|
<li class="md-nav__item">
|
|
8471
|
-
<a href="#
|
|
8531
|
+
<a href="#added_5" class="md-nav__link">
|
|
8472
8532
|
<span class="md-ellipsis">
|
|
8473
8533
|
Added
|
|
8474
8534
|
</span>
|
|
@@ -8486,7 +8546,7 @@
|
|
|
8486
8546
|
</li>
|
|
8487
8547
|
|
|
8488
8548
|
<li class="md-nav__item">
|
|
8489
|
-
<a href="#
|
|
8549
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8490
8550
|
<span class="md-ellipsis">
|
|
8491
8551
|
Fixed
|
|
8492
8552
|
</span>
|
|
@@ -8495,7 +8555,7 @@
|
|
|
8495
8555
|
</li>
|
|
8496
8556
|
|
|
8497
8557
|
<li class="md-nav__item">
|
|
8498
|
-
<a href="#
|
|
8558
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8499
8559
|
<span class="md-ellipsis">
|
|
8500
8560
|
Housekeeping
|
|
8501
8561
|
</span>
|
|
@@ -8528,7 +8588,7 @@
|
|
|
8528
8588
|
</li>
|
|
8529
8589
|
|
|
8530
8590
|
<li class="md-nav__item">
|
|
8531
|
-
<a href="#
|
|
8591
|
+
<a href="#added_6" class="md-nav__link">
|
|
8532
8592
|
<span class="md-ellipsis">
|
|
8533
8593
|
Added
|
|
8534
8594
|
</span>
|
|
@@ -8555,7 +8615,7 @@
|
|
|
8555
8615
|
</li>
|
|
8556
8616
|
|
|
8557
8617
|
<li class="md-nav__item">
|
|
8558
|
-
<a href="#
|
|
8618
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
8559
8619
|
<span class="md-ellipsis">
|
|
8560
8620
|
Fixed
|
|
8561
8621
|
</span>
|
|
@@ -8564,7 +8624,7 @@
|
|
|
8564
8624
|
</li>
|
|
8565
8625
|
|
|
8566
8626
|
<li class="md-nav__item">
|
|
8567
|
-
<a href="#
|
|
8627
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
8568
8628
|
<span class="md-ellipsis">
|
|
8569
8629
|
Documentation
|
|
8570
8630
|
</span>
|
|
@@ -8573,7 +8633,7 @@
|
|
|
8573
8633
|
</li>
|
|
8574
8634
|
|
|
8575
8635
|
<li class="md-nav__item">
|
|
8576
|
-
<a href="#
|
|
8636
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
8577
8637
|
<span class="md-ellipsis">
|
|
8578
8638
|
Housekeeping
|
|
8579
8639
|
</span>
|
|
@@ -8606,7 +8666,7 @@
|
|
|
8606
8666
|
</li>
|
|
8607
8667
|
|
|
8608
8668
|
<li class="md-nav__item">
|
|
8609
|
-
<a href="#
|
|
8669
|
+
<a href="#added_7" class="md-nav__link">
|
|
8610
8670
|
<span class="md-ellipsis">
|
|
8611
8671
|
Added
|
|
8612
8672
|
</span>
|
|
@@ -8642,7 +8702,7 @@
|
|
|
8642
8702
|
</li>
|
|
8643
8703
|
|
|
8644
8704
|
<li class="md-nav__item">
|
|
8645
|
-
<a href="#
|
|
8705
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
8646
8706
|
<span class="md-ellipsis">
|
|
8647
8707
|
Fixed
|
|
8648
8708
|
</span>
|
|
@@ -8660,7 +8720,7 @@
|
|
|
8660
8720
|
</li>
|
|
8661
8721
|
|
|
8662
8722
|
<li class="md-nav__item">
|
|
8663
|
-
<a href="#
|
|
8723
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
8664
8724
|
<span class="md-ellipsis">
|
|
8665
8725
|
Documentation
|
|
8666
8726
|
</span>
|
|
@@ -8669,7 +8729,7 @@
|
|
|
8669
8729
|
</li>
|
|
8670
8730
|
|
|
8671
8731
|
<li class="md-nav__item">
|
|
8672
|
-
<a href="#
|
|
8732
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
8673
8733
|
<span class="md-ellipsis">
|
|
8674
8734
|
Housekeeping
|
|
8675
8735
|
</span>
|
|
@@ -9368,6 +9428,15 @@
|
|
|
9368
9428
|
</span>
|
|
9369
9429
|
</a>
|
|
9370
9430
|
|
|
9431
|
+
</li>
|
|
9432
|
+
|
|
9433
|
+
<li class="md-nav__item">
|
|
9434
|
+
<a href="#vlangroup-model-enhancement-6309" class="md-nav__link">
|
|
9435
|
+
<span class="md-ellipsis">
|
|
9436
|
+
VLANGroup Model Enhancement (#6309)
|
|
9437
|
+
</span>
|
|
9438
|
+
</a>
|
|
9439
|
+
|
|
9371
9440
|
</li>
|
|
9372
9441
|
|
|
9373
9442
|
<li class="md-nav__item">
|
|
@@ -9471,6 +9540,57 @@
|
|
|
9471
9540
|
</ul>
|
|
9472
9541
|
</nav>
|
|
9473
9542
|
|
|
9543
|
+
</li>
|
|
9544
|
+
|
|
9545
|
+
<li class="md-nav__item">
|
|
9546
|
+
<a href="#v236-2024-10-02" class="md-nav__link">
|
|
9547
|
+
<span class="md-ellipsis">
|
|
9548
|
+
v2.3.6 (2024-10-02)
|
|
9549
|
+
</span>
|
|
9550
|
+
</a>
|
|
9551
|
+
|
|
9552
|
+
<nav class="md-nav" aria-label="v2.3.6 (2024-10-02)">
|
|
9553
|
+
<ul class="md-nav__list">
|
|
9554
|
+
|
|
9555
|
+
<li class="md-nav__item">
|
|
9556
|
+
<a href="#added_1" class="md-nav__link">
|
|
9557
|
+
<span class="md-ellipsis">
|
|
9558
|
+
Added
|
|
9559
|
+
</span>
|
|
9560
|
+
</a>
|
|
9561
|
+
|
|
9562
|
+
</li>
|
|
9563
|
+
|
|
9564
|
+
<li class="md-nav__item">
|
|
9565
|
+
<a href="#fixed" class="md-nav__link">
|
|
9566
|
+
<span class="md-ellipsis">
|
|
9567
|
+
Fixed
|
|
9568
|
+
</span>
|
|
9569
|
+
</a>
|
|
9570
|
+
|
|
9571
|
+
</li>
|
|
9572
|
+
|
|
9573
|
+
<li class="md-nav__item">
|
|
9574
|
+
<a href="#documentation" class="md-nav__link">
|
|
9575
|
+
<span class="md-ellipsis">
|
|
9576
|
+
Documentation
|
|
9577
|
+
</span>
|
|
9578
|
+
</a>
|
|
9579
|
+
|
|
9580
|
+
</li>
|
|
9581
|
+
|
|
9582
|
+
<li class="md-nav__item">
|
|
9583
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
9584
|
+
<span class="md-ellipsis">
|
|
9585
|
+
Housekeeping
|
|
9586
|
+
</span>
|
|
9587
|
+
</a>
|
|
9588
|
+
|
|
9589
|
+
</li>
|
|
9590
|
+
|
|
9591
|
+
</ul>
|
|
9592
|
+
</nav>
|
|
9593
|
+
|
|
9474
9594
|
</li>
|
|
9475
9595
|
|
|
9476
9596
|
<li class="md-nav__item">
|
|
@@ -9484,7 +9604,7 @@
|
|
|
9484
9604
|
<ul class="md-nav__list">
|
|
9485
9605
|
|
|
9486
9606
|
<li class="md-nav__item">
|
|
9487
|
-
<a href="#
|
|
9607
|
+
<a href="#added_2" class="md-nav__link">
|
|
9488
9608
|
<span class="md-ellipsis">
|
|
9489
9609
|
Added
|
|
9490
9610
|
</span>
|
|
@@ -9502,7 +9622,7 @@
|
|
|
9502
9622
|
</li>
|
|
9503
9623
|
|
|
9504
9624
|
<li class="md-nav__item">
|
|
9505
|
-
<a href="#
|
|
9625
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
9506
9626
|
<span class="md-ellipsis">
|
|
9507
9627
|
Fixed
|
|
9508
9628
|
</span>
|
|
@@ -9520,7 +9640,7 @@
|
|
|
9520
9640
|
</li>
|
|
9521
9641
|
|
|
9522
9642
|
<li class="md-nav__item">
|
|
9523
|
-
<a href="#
|
|
9643
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
9524
9644
|
<span class="md-ellipsis">
|
|
9525
9645
|
Documentation
|
|
9526
9646
|
</span>
|
|
@@ -9529,7 +9649,7 @@
|
|
|
9529
9649
|
</li>
|
|
9530
9650
|
|
|
9531
9651
|
<li class="md-nav__item">
|
|
9532
|
-
<a href="#
|
|
9652
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
9533
9653
|
<span class="md-ellipsis">
|
|
9534
9654
|
Housekeeping
|
|
9535
9655
|
</span>
|
|
@@ -9553,7 +9673,7 @@
|
|
|
9553
9673
|
<ul class="md-nav__list">
|
|
9554
9674
|
|
|
9555
9675
|
<li class="md-nav__item">
|
|
9556
|
-
<a href="#
|
|
9676
|
+
<a href="#added_3" class="md-nav__link">
|
|
9557
9677
|
<span class="md-ellipsis">
|
|
9558
9678
|
Added
|
|
9559
9679
|
</span>
|
|
@@ -9571,7 +9691,7 @@
|
|
|
9571
9691
|
</li>
|
|
9572
9692
|
|
|
9573
9693
|
<li class="md-nav__item">
|
|
9574
|
-
<a href="#
|
|
9694
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
9575
9695
|
<span class="md-ellipsis">
|
|
9576
9696
|
Fixed
|
|
9577
9697
|
</span>
|
|
@@ -9580,7 +9700,7 @@
|
|
|
9580
9700
|
</li>
|
|
9581
9701
|
|
|
9582
9702
|
<li class="md-nav__item">
|
|
9583
|
-
<a href="#
|
|
9703
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
9584
9704
|
<span class="md-ellipsis">
|
|
9585
9705
|
Documentation
|
|
9586
9706
|
</span>
|
|
@@ -9589,7 +9709,7 @@
|
|
|
9589
9709
|
</li>
|
|
9590
9710
|
|
|
9591
9711
|
<li class="md-nav__item">
|
|
9592
|
-
<a href="#
|
|
9712
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
9593
9713
|
<span class="md-ellipsis">
|
|
9594
9714
|
Housekeeping
|
|
9595
9715
|
</span>
|
|
@@ -9622,7 +9742,7 @@
|
|
|
9622
9742
|
</li>
|
|
9623
9743
|
|
|
9624
9744
|
<li class="md-nav__item">
|
|
9625
|
-
<a href="#
|
|
9745
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
9626
9746
|
<span class="md-ellipsis">
|
|
9627
9747
|
Fixed
|
|
9628
9748
|
</span>
|
|
@@ -9640,7 +9760,7 @@
|
|
|
9640
9760
|
</li>
|
|
9641
9761
|
|
|
9642
9762
|
<li class="md-nav__item">
|
|
9643
|
-
<a href="#
|
|
9763
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
9644
9764
|
<span class="md-ellipsis">
|
|
9645
9765
|
Housekeeping
|
|
9646
9766
|
</span>
|
|
@@ -9673,7 +9793,7 @@
|
|
|
9673
9793
|
</li>
|
|
9674
9794
|
|
|
9675
9795
|
<li class="md-nav__item">
|
|
9676
|
-
<a href="#
|
|
9796
|
+
<a href="#added_4" class="md-nav__link">
|
|
9677
9797
|
<span class="md-ellipsis">
|
|
9678
9798
|
Added
|
|
9679
9799
|
</span>
|
|
@@ -9682,7 +9802,7 @@
|
|
|
9682
9802
|
</li>
|
|
9683
9803
|
|
|
9684
9804
|
<li class="md-nav__item">
|
|
9685
|
-
<a href="#
|
|
9805
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
9686
9806
|
<span class="md-ellipsis">
|
|
9687
9807
|
Fixed
|
|
9688
9808
|
</span>
|
|
@@ -9691,7 +9811,7 @@
|
|
|
9691
9811
|
</li>
|
|
9692
9812
|
|
|
9693
9813
|
<li class="md-nav__item">
|
|
9694
|
-
<a href="#
|
|
9814
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
9695
9815
|
<span class="md-ellipsis">
|
|
9696
9816
|
Housekeeping
|
|
9697
9817
|
</span>
|
|
@@ -9715,7 +9835,7 @@
|
|
|
9715
9835
|
<ul class="md-nav__list">
|
|
9716
9836
|
|
|
9717
9837
|
<li class="md-nav__item">
|
|
9718
|
-
<a href="#
|
|
9838
|
+
<a href="#added_5" class="md-nav__link">
|
|
9719
9839
|
<span class="md-ellipsis">
|
|
9720
9840
|
Added
|
|
9721
9841
|
</span>
|
|
@@ -9733,7 +9853,7 @@
|
|
|
9733
9853
|
</li>
|
|
9734
9854
|
|
|
9735
9855
|
<li class="md-nav__item">
|
|
9736
|
-
<a href="#
|
|
9856
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
9737
9857
|
<span class="md-ellipsis">
|
|
9738
9858
|
Fixed
|
|
9739
9859
|
</span>
|
|
@@ -9742,7 +9862,7 @@
|
|
|
9742
9862
|
</li>
|
|
9743
9863
|
|
|
9744
9864
|
<li class="md-nav__item">
|
|
9745
|
-
<a href="#
|
|
9865
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
9746
9866
|
<span class="md-ellipsis">
|
|
9747
9867
|
Housekeeping
|
|
9748
9868
|
</span>
|
|
@@ -9775,7 +9895,7 @@
|
|
|
9775
9895
|
</li>
|
|
9776
9896
|
|
|
9777
9897
|
<li class="md-nav__item">
|
|
9778
|
-
<a href="#
|
|
9898
|
+
<a href="#added_6" class="md-nav__link">
|
|
9779
9899
|
<span class="md-ellipsis">
|
|
9780
9900
|
Added
|
|
9781
9901
|
</span>
|
|
@@ -9802,7 +9922,7 @@
|
|
|
9802
9922
|
</li>
|
|
9803
9923
|
|
|
9804
9924
|
<li class="md-nav__item">
|
|
9805
|
-
<a href="#
|
|
9925
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
9806
9926
|
<span class="md-ellipsis">
|
|
9807
9927
|
Fixed
|
|
9808
9928
|
</span>
|
|
@@ -9811,7 +9931,7 @@
|
|
|
9811
9931
|
</li>
|
|
9812
9932
|
|
|
9813
9933
|
<li class="md-nav__item">
|
|
9814
|
-
<a href="#
|
|
9934
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
9815
9935
|
<span class="md-ellipsis">
|
|
9816
9936
|
Documentation
|
|
9817
9937
|
</span>
|
|
@@ -9820,7 +9940,7 @@
|
|
|
9820
9940
|
</li>
|
|
9821
9941
|
|
|
9822
9942
|
<li class="md-nav__item">
|
|
9823
|
-
<a href="#
|
|
9943
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
9824
9944
|
<span class="md-ellipsis">
|
|
9825
9945
|
Housekeeping
|
|
9826
9946
|
</span>
|
|
@@ -9853,7 +9973,7 @@
|
|
|
9853
9973
|
</li>
|
|
9854
9974
|
|
|
9855
9975
|
<li class="md-nav__item">
|
|
9856
|
-
<a href="#
|
|
9976
|
+
<a href="#added_7" class="md-nav__link">
|
|
9857
9977
|
<span class="md-ellipsis">
|
|
9858
9978
|
Added
|
|
9859
9979
|
</span>
|
|
@@ -9889,7 +10009,7 @@
|
|
|
9889
10009
|
</li>
|
|
9890
10010
|
|
|
9891
10011
|
<li class="md-nav__item">
|
|
9892
|
-
<a href="#
|
|
10012
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
9893
10013
|
<span class="md-ellipsis">
|
|
9894
10014
|
Fixed
|
|
9895
10015
|
</span>
|
|
@@ -9907,7 +10027,7 @@
|
|
|
9907
10027
|
</li>
|
|
9908
10028
|
|
|
9909
10029
|
<li class="md-nav__item">
|
|
9910
|
-
<a href="#
|
|
10030
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
9911
10031
|
<span class="md-ellipsis">
|
|
9912
10032
|
Documentation
|
|
9913
10033
|
</span>
|
|
@@ -9916,7 +10036,7 @@
|
|
|
9916
10036
|
</li>
|
|
9917
10037
|
|
|
9918
10038
|
<li class="md-nav__item">
|
|
9919
|
-
<a href="#
|
|
10039
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
9920
10040
|
<span class="md-ellipsis">
|
|
9921
10041
|
Housekeeping
|
|
9922
10042
|
</span>
|
|
@@ -9984,6 +10104,7 @@
|
|
|
9984
10104
|
</div>
|
|
9985
10105
|
<ul>
|
|
9986
10106
|
<li>Python 3.12 is now supported by Nautobot and is now the default recommended version of Python. Apps will likely need to update their packaging in order to explicitly declare support for Python 3.12.</li>
|
|
10107
|
+
<li>App Developers should review the feature set of their data models and consider whether their models should opt into or out of inclusion in Dynamic Groups, Contacts/Teams, Object Metadata, and Saved Views via the inclusion or omission of appropriate model mixins and flag variables. Refer to the <a href="../development/apps/api/models/index.html#adding-database-models">developer documentation</a> for details.</li>
|
|
9987
10108
|
</ul>
|
|
9988
10109
|
<h2 id="release-overview">Release Overview<a class="headerlink" href="#release-overview" title="Permanent link">¶</a></h2>
|
|
9989
10110
|
<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">¶</a></h3>
|
|
@@ -10001,6 +10122,11 @@
|
|
|
10001
10122
|
<p>Added <a href="../user-guide/platform-functionality/objectmetadata.html">a set of functionality</a> for defining and managing object metadata, that is to say, data <em>about</em> the network data managed in Nautobot, such as data provenance, data ownership, and data classification. For more details, refer to the linked documentation.</p>
|
|
10002
10123
|
<h4 id="python-312-support-5429">Python 3.12 Support (<a href="https://github.com/nautobot/nautobot/issues/5429">#5429</a>)<a class="headerlink" href="#python-312-support-5429" title="Permanent link">¶</a></h4>
|
|
10003
10124
|
<p>Nautobot now supports Python 3.12, and Python 3.12 is now the default Python version included in the <code>nautobot</code> Docker images.</p>
|
|
10125
|
+
<h4 id="vlangroup-model-enhancement-6309">VLANGroup Model Enhancement (<a href="https://github.com/nautobot/nautobot/issues/6309">#6309</a>)<a class="headerlink" href="#vlangroup-model-enhancement-6309" title="Permanent link">¶</a></h4>
|
|
10126
|
+
<details class="version-added">
|
|
10127
|
+
<summary>Added in version 2.3.6</summary>
|
|
10128
|
+
</details>
|
|
10129
|
+
<p>Added a <code>range</code> field on the <code>VLANGroup</code> model with a default value of <code>1-4094</code>. <code>VLANGroup</code> model now also supports <code>custom_links</code>, <code>export_templates</code>, <code>tags</code>, and <code>webhooks</code>.</p>
|
|
10004
10130
|
<h4 id="saved-views-1758">Saved Views (<a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a>)<a class="headerlink" href="#saved-views-1758" title="Permanent link">¶</a></h4>
|
|
10005
10131
|
<p>Added the ability for users to save multiple configurations of list views (table columns, filtering, pagination and sorting) for ease of later use and reuse. Refer to the <a href="../user-guide/platform-functionality/savedview.html">Saved View</a> documentation for more details and on how to use saved views.</p>
|
|
10006
10132
|
<h4 id="worker-status-page-5873">Worker Status Page (<a href="https://github.com/nautobot/nautobot/issues/5873">#5873</a>)<a class="headerlink" href="#worker-status-page-5873" title="Permanent link">¶</a></h4>
|
|
@@ -10033,9 +10159,29 @@
|
|
|
10033
10159
|
<h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">¶</a></h4>
|
|
10034
10160
|
<p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
|
|
10035
10161
|
<!-- towncrier release notes start -->
|
|
10036
|
-
<h2 id="
|
|
10162
|
+
<h2 id="v236-2024-10-02">v2.3.6 (2024-10-02)<a class="headerlink" href="#v236-2024-10-02" title="Permanent link">¶</a></h2>
|
|
10037
10163
|
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
10038
10164
|
<ul>
|
|
10165
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
|
|
10166
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
|
|
10167
|
+
</ul>
|
|
10168
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
10169
|
+
<ul>
|
|
10170
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed an error during startup when an App included a REST API serializer inheriting from an unexpected base class.</li>
|
|
10171
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed a warning during startup about the <code>extras.FileAttachment</code> model.</li>
|
|
10172
|
+
</ul>
|
|
10173
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
10174
|
+
<ul>
|
|
10175
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Added a note to the release overview section for app developers regarding opt-in/opt-out of model features.</li>
|
|
10176
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Updated app model developer documentation with more details about feature opt-out.</li>
|
|
10177
|
+
</ul>
|
|
10178
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
10179
|
+
<ul>
|
|
10180
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6308">#6308</a> - Increase the minimum number of content-types to three and capped the maximum to five for MetadataType instances created by MetadataTypeFactory.</li>
|
|
10181
|
+
</ul>
|
|
10182
|
+
<h2 id="v235-2024-09-30">v2.3.5 (2024-09-30)<a class="headerlink" href="#v235-2024-09-30" title="Permanent link">¶</a></h2>
|
|
10183
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
10184
|
+
<ul>
|
|
10039
10185
|
<li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Added <code>is_occupied</code> boolean filter to the Rack elevation API endpoint to allow filtering by occupied or unoccupied units.</li>
|
|
10040
10186
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
|
|
10041
10187
|
</ul>
|
|
@@ -10043,7 +10189,7 @@
|
|
|
10043
10189
|
<ul>
|
|
10044
10190
|
<li><a href="https://github.com/nautobot/nautobot/issues/6057">#6057</a> - Enhanced job delete functions to prevent users from deleting system jobs from the UI and the API.</li>
|
|
10045
10191
|
</ul>
|
|
10046
|
-
<h3 id="
|
|
10192
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
10047
10193
|
<ul>
|
|
10048
10194
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
10049
10195
|
<li><a href="https://github.com/nautobot/nautobot/issues/5924">#5924</a> - Fixed the redirect URL for the Device Bay Populate/Depopulate view to take the user back to the Device Bays tab on the Device page.</li>
|
|
@@ -10059,11 +10205,11 @@
|
|
|
10059
10205
|
<li><a href="https://github.com/nautobot/nautobot/issues/6247">#6247</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.35</code>.</li>
|
|
10060
10206
|
<li><a href="https://github.com/nautobot/nautobot/issues/6287">#6287</a> - Replaced incorrect <code>django-structlog[all]</code> dependency with <code>django-structlog[celery]</code>.</li>
|
|
10061
10207
|
</ul>
|
|
10062
|
-
<h3 id="
|
|
10208
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
10063
10209
|
<ul>
|
|
10064
10210
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added to the core developer documentation a warning against the use of data factories within test case code.</li>
|
|
10065
10211
|
</ul>
|
|
10066
|
-
<h3 id="
|
|
10212
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
10067
10213
|
<ul>
|
|
10068
10214
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
10069
10215
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Changed <code>invoke unittest</code> to default to <code>--parallel</code> even when a <code>--label</code> value is specified.</li>
|
|
@@ -10072,7 +10218,7 @@
|
|
|
10072
10218
|
<li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
|
|
10073
10219
|
</ul>
|
|
10074
10220
|
<h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">¶</a></h2>
|
|
10075
|
-
<h3 id="
|
|
10221
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
10076
10222
|
<ul>
|
|
10077
10223
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
|
|
10078
10224
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Added the ability to filter virtual machines by their <code>cluster</code> names or IDs.</li>
|
|
@@ -10081,13 +10227,13 @@
|
|
|
10081
10227
|
<ul>
|
|
10082
10228
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Changed default cache timeout for Constance configuration from 1 day to 300 seconds to match other caches.</li>
|
|
10083
10229
|
</ul>
|
|
10084
|
-
<h3 id="
|
|
10230
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
10085
10231
|
<ul>
|
|
10086
10232
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
|
|
10087
10233
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
|
|
10088
10234
|
<li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
|
|
10089
10235
|
</ul>
|
|
10090
|
-
<h3 id="
|
|
10236
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
10091
10237
|
<ul>
|
|
10092
10238
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Required Settings" and "Optional Settings" docs into a single unified "Settings" document.</li>
|
|
10093
10239
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Administration: Installation Extras" docs section into the "Administration: Guides" section.</li>
|
|
@@ -10095,7 +10241,7 @@
|
|
|
10095
10241
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added <code>environment_variables</code> keys to <code>settings.yaml</code> to more accurately document settings that are influenced by multiple environment variables together.</li>
|
|
10096
10242
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Removed <code>is_required_setting</code> keys from <code>settings.yaml</code> as no longer relevant.</li>
|
|
10097
10243
|
</ul>
|
|
10098
|
-
<h3 id="
|
|
10244
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
10099
10245
|
<ul>
|
|
10100
10246
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>--cache-test-fixtures</code> and <code>--keepdb</code> flags from opt-in to opt-out for <code>invoke unittest</code> and <code>invoke integration-test</code> commands.</li>
|
|
10101
10247
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>invoke unittest</code> to automatically include <code>--parallel</code> flag when running the entire unit test suite.</li>
|
|
@@ -10107,7 +10253,7 @@
|
|
|
10107
10253
|
<ul>
|
|
10108
10254
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated <code>Django</code> to <code>~4.2.16</code> to address <code>CVE-2024-45230</code> and <code>CVE-2024-45231</code>.</li>
|
|
10109
10255
|
</ul>
|
|
10110
|
-
<h3 id="
|
|
10256
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
10111
10257
|
<ul>
|
|
10112
10258
|
<li><a href="https://github.com/nautobot/nautobot/issues/6184">#6184</a> - Fixed an exception in <code>extras.models.groups._map_filter_fields</code> method when certain App <code>filter_extensions</code> were present.</li>
|
|
10113
10259
|
<li><a href="https://github.com/nautobot/nautobot/issues/6190">#6190</a> - Added <code>display</code> property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI.</li>
|
|
@@ -10118,7 +10264,7 @@
|
|
|
10118
10264
|
<ul>
|
|
10119
10265
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated <code>pyuwsgi</code> to <code>~2.0.26</code> and <code>PyYAML</code> to <code>~6.0.2</code>.</li>
|
|
10120
10266
|
</ul>
|
|
10121
|
-
<h3 id="
|
|
10267
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
10122
10268
|
<ul>
|
|
10123
10269
|
<li><a href="https://github.com/nautobot/nautobot/issues/5376">#5376</a> - Disabled <code>coverage</code> during initial test database setup to improve test performance.</li>
|
|
10124
10270
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated development dependencies <code>factory-boy</code> to <code>~3.3.1</code>, <code>ruff</code> to <code>~0.5.7</code>, and <code>watchdog</code> to <code>~4.0.2</code>.</li>
|
|
@@ -10132,14 +10278,14 @@
|
|
|
10132
10278
|
<ul>
|
|
10133
10279
|
<li><a href="https://github.com/nautobot/nautobot/issues/6182">#6182</a> - Updated <code>cryptography</code> to <code>43.0.1</code> to address <code>GHSA-h4gh-qq45-vh27</code>. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
10134
10280
|
</ul>
|
|
10135
|
-
<h3 id="
|
|
10281
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
10136
10282
|
<ul>
|
|
10137
10283
|
<li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
|
|
10138
10284
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
|
|
10139
10285
|
<li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
|
|
10140
10286
|
<li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
|
|
10141
10287
|
</ul>
|
|
10142
|
-
<h3 id="
|
|
10288
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
10143
10289
|
<ul>
|
|
10144
10290
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Corrected several bugs around handling of <code>ScheduledJob</code> execution when <code>settings.TIME_ZONE</code> is other than "UTC".</li>
|
|
10145
10291
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added missing <code>Meta.ordering</code> definition to <code>ScheduledJob</code> model.</li>
|
|
@@ -10148,7 +10294,7 @@
|
|
|
10148
10294
|
<li><a href="https://github.com/nautobot/nautobot/issues/6146">#6146</a> - Added missing DynamicGroup content to Device Detail View and Software Image File Detail View.</li>
|
|
10149
10295
|
<li><a href="https://github.com/nautobot/nautobot/issues/6175">#6175</a> - Prevented some <code>AttributeError</code> exceptions from being raised when an App contains a model that doesn't inherit from <code>BaseModel</code>.</li>
|
|
10150
10296
|
</ul>
|
|
10151
|
-
<h3 id="
|
|
10297
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
10152
10298
|
<ul>
|
|
10153
10299
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
|
|
10154
10300
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time-machine</code> as a development environment (test execution) dependency.</li>
|
|
@@ -10156,7 +10302,7 @@
|
|
|
10156
10302
|
<li><a href="https://github.com/nautobot/nautobot/issues/6147">#6147</a> - Added <code>development/cleanup_factory_dump.py</code> helper script to aid in identifying other issues with test data.</li>
|
|
10157
10303
|
</ul>
|
|
10158
10304
|
<h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">¶</a></h2>
|
|
10159
|
-
<h3 id="
|
|
10305
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
10160
10306
|
<ul>
|
|
10161
10307
|
<li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
|
|
10162
10308
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
|
|
@@ -10166,14 +10312,14 @@
|
|
|
10166
10312
|
<ul>
|
|
10167
10313
|
<li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
|
|
10168
10314
|
</ul>
|
|
10169
|
-
<h3 id="
|
|
10315
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
10170
10316
|
<ul>
|
|
10171
10317
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
|
|
10172
10318
|
<li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
|
|
10173
10319
|
<li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
|
|
10174
10320
|
<li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
|
|
10175
10321
|
</ul>
|
|
10176
|
-
<h3 id="
|
|
10322
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
10177
10323
|
<ul>
|
|
10178
10324
|
<li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
|
|
10179
10325
|
</ul>
|
|
@@ -10182,7 +10328,7 @@
|
|
|
10182
10328
|
<ul>
|
|
10183
10329
|
<li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
|
|
10184
10330
|
</ul>
|
|
10185
|
-
<h3 id="
|
|
10331
|
+
<h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">¶</a></h3>
|
|
10186
10332
|
<ul>
|
|
10187
10333
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
|
|
10188
10334
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
|
|
@@ -10206,7 +10352,7 @@
|
|
|
10206
10352
|
<li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
|
|
10207
10353
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
|
|
10208
10354
|
</ul>
|
|
10209
|
-
<h3 id="
|
|
10355
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
10210
10356
|
<ul>
|
|
10211
10357
|
<li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
|
|
10212
10358
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
|
|
@@ -10222,7 +10368,7 @@
|
|
|
10222
10368
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
|
|
10223
10369
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>ServiceForm.ip_addresses</code> valid addresses.</li>
|
|
10224
10370
|
</ul>
|
|
10225
|
-
<h3 id="
|
|
10371
|
+
<h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">¶</a></h3>
|
|
10226
10372
|
<ul>
|
|
10227
10373
|
<li><a href="https://github.com/nautobot/nautobot/issues/5920">#5920</a> - Updated documentation for installation under Ubuntu 24.04 LTS, Fedora 40, AlmaLinux 9, and similar distros.</li>
|
|
10228
10374
|
<li><a href="https://github.com/nautobot/nautobot/issues/6019">#6019</a> - Updated the installation documentation to recommend a more secure set of filesystem permissions.</li>
|
|
@@ -10230,7 +10376,7 @@
|
|
|
10230
10376
|
<li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
|
|
10231
10377
|
<li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
|
|
10232
10378
|
</ul>
|
|
10233
|
-
<h3 id="
|
|
10379
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
10234
10380
|
<ul>
|
|
10235
10381
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
|
|
10236
10382
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
|
|
@@ -10245,7 +10391,7 @@
|
|
|
10245
10391
|
<ul>
|
|
10246
10392
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
|
|
10247
10393
|
</ul>
|
|
10248
|
-
<h3 id="
|
|
10394
|
+
<h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">¶</a></h3>
|
|
10249
10395
|
<ul>
|
|
10250
10396
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
|
|
10251
10397
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
|
|
@@ -10336,7 +10482,7 @@
|
|
|
10336
10482
|
<li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
|
|
10337
10483
|
<li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
|
|
10338
10484
|
</ul>
|
|
10339
|
-
<h3 id="
|
|
10485
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
10340
10486
|
<ul>
|
|
10341
10487
|
<li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
|
|
10342
10488
|
<li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
|
|
@@ -10386,13 +10532,13 @@
|
|
|
10386
10532
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
|
|
10387
10533
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-timezone-field</code> to version <code>~7.0</code>.</li>
|
|
10388
10534
|
</ul>
|
|
10389
|
-
<h3 id="
|
|
10535
|
+
<h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">¶</a></h3>
|
|
10390
10536
|
<ul>
|
|
10391
10537
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
10392
10538
|
<li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
|
|
10393
10539
|
<li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
|
|
10394
10540
|
</ul>
|
|
10395
|
-
<h3 id="
|
|
10541
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
10396
10542
|
<ul>
|
|
10397
10543
|
<li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
|
|
10398
10544
|
<li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
|