nautobot 2.2.1__py3-none-any.whl → 2.2.2__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.
Potentially problematic release.
This version of nautobot might be problematic. Click here for more details.
- nautobot/core/tests/test_views.py +2 -1
- nautobot/core/views/generic.py +4 -4
- nautobot/core/views/mixins.py +4 -3
- nautobot/core/wsgi.py +9 -2
- nautobot/dcim/forms.py +8 -3
- nautobot/dcim/templates/dcim/device/lldp_neighbors.html +2 -2
- nautobot/dcim/templates/dcim/devicefamily_retrieve.html +1 -1
- nautobot/dcim/tests/test_forms.py +49 -2
- nautobot/extras/context_managers.py +56 -0
- nautobot/extras/signals.py +82 -48
- nautobot/extras/tests/test_context_managers.py +98 -1
- nautobot/extras/utils.py +37 -0
- nautobot/ipam/tables.py +1 -1
- nautobot/project-static/docs/release-notes/version-1.6.html +504 -201
- nautobot/project-static/docs/release-notes/version-2.2.html +210 -43
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +254 -254
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/METADATA +1 -1
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/RECORD +24 -24
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/NOTICE +0 -0
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/WHEEL +0 -0
- {nautobot-2.2.1.dist-info → nautobot-2.2.2.dist-info}/entry_points.txt +0 -0
|
@@ -7319,13 +7319,13 @@
|
|
|
7319
7319
|
</li>
|
|
7320
7320
|
|
|
7321
7321
|
<li class="md-nav__item">
|
|
7322
|
-
<a href="#
|
|
7322
|
+
<a href="#v222-2024-04-18" class="md-nav__link">
|
|
7323
7323
|
<span class="md-ellipsis">
|
|
7324
|
-
v2.2.
|
|
7324
|
+
v2.2.2 (2024-04-18)
|
|
7325
7325
|
</span>
|
|
7326
7326
|
</a>
|
|
7327
7327
|
|
|
7328
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
7328
|
+
<nav class="md-nav" aria-label="v2.2.2 (2024-04-18)">
|
|
7329
7329
|
<ul class="md-nav__list">
|
|
7330
7330
|
|
|
7331
7331
|
<li class="md-nav__item">
|
|
@@ -7362,6 +7362,75 @@
|
|
|
7362
7362
|
</span>
|
|
7363
7363
|
</a>
|
|
7364
7364
|
|
|
7365
|
+
</li>
|
|
7366
|
+
|
|
7367
|
+
<li class="md-nav__item">
|
|
7368
|
+
<a href="#documentation" class="md-nav__link">
|
|
7369
|
+
<span class="md-ellipsis">
|
|
7370
|
+
Documentation
|
|
7371
|
+
</span>
|
|
7372
|
+
</a>
|
|
7373
|
+
|
|
7374
|
+
</li>
|
|
7375
|
+
|
|
7376
|
+
<li class="md-nav__item">
|
|
7377
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
7378
|
+
<span class="md-ellipsis">
|
|
7379
|
+
Housekeeping
|
|
7380
|
+
</span>
|
|
7381
|
+
</a>
|
|
7382
|
+
|
|
7383
|
+
</li>
|
|
7384
|
+
|
|
7385
|
+
</ul>
|
|
7386
|
+
</nav>
|
|
7387
|
+
|
|
7388
|
+
</li>
|
|
7389
|
+
|
|
7390
|
+
<li class="md-nav__item">
|
|
7391
|
+
<a href="#v221-2024-04-15" class="md-nav__link">
|
|
7392
|
+
<span class="md-ellipsis">
|
|
7393
|
+
v2.2.1 (2024-04-15)
|
|
7394
|
+
</span>
|
|
7395
|
+
</a>
|
|
7396
|
+
|
|
7397
|
+
<nav class="md-nav" aria-label="v2.2.1 (2024-04-15)">
|
|
7398
|
+
<ul class="md-nav__list">
|
|
7399
|
+
|
|
7400
|
+
<li class="md-nav__item">
|
|
7401
|
+
<a href="#security_1" class="md-nav__link">
|
|
7402
|
+
<span class="md-ellipsis">
|
|
7403
|
+
Security
|
|
7404
|
+
</span>
|
|
7405
|
+
</a>
|
|
7406
|
+
|
|
7407
|
+
</li>
|
|
7408
|
+
|
|
7409
|
+
<li class="md-nav__item">
|
|
7410
|
+
<a href="#added_2" class="md-nav__link">
|
|
7411
|
+
<span class="md-ellipsis">
|
|
7412
|
+
Added
|
|
7413
|
+
</span>
|
|
7414
|
+
</a>
|
|
7415
|
+
|
|
7416
|
+
</li>
|
|
7417
|
+
|
|
7418
|
+
<li class="md-nav__item">
|
|
7419
|
+
<a href="#changed_2" class="md-nav__link">
|
|
7420
|
+
<span class="md-ellipsis">
|
|
7421
|
+
Changed
|
|
7422
|
+
</span>
|
|
7423
|
+
</a>
|
|
7424
|
+
|
|
7425
|
+
</li>
|
|
7426
|
+
|
|
7427
|
+
<li class="md-nav__item">
|
|
7428
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
7429
|
+
<span class="md-ellipsis">
|
|
7430
|
+
Fixed
|
|
7431
|
+
</span>
|
|
7432
|
+
</a>
|
|
7433
|
+
|
|
7365
7434
|
</li>
|
|
7366
7435
|
|
|
7367
7436
|
<li class="md-nav__item">
|
|
@@ -7374,7 +7443,7 @@
|
|
|
7374
7443
|
</li>
|
|
7375
7444
|
|
|
7376
7445
|
<li class="md-nav__item">
|
|
7377
|
-
<a href="#
|
|
7446
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
7378
7447
|
<span class="md-ellipsis">
|
|
7379
7448
|
Documentation
|
|
7380
7449
|
</span>
|
|
@@ -7383,7 +7452,7 @@
|
|
|
7383
7452
|
</li>
|
|
7384
7453
|
|
|
7385
7454
|
<li class="md-nav__item">
|
|
7386
|
-
<a href="#
|
|
7455
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
7387
7456
|
<span class="md-ellipsis">
|
|
7388
7457
|
Housekeeping
|
|
7389
7458
|
</span>
|
|
@@ -7407,7 +7476,7 @@
|
|
|
7407
7476
|
<ul class="md-nav__list">
|
|
7408
7477
|
|
|
7409
7478
|
<li class="md-nav__item">
|
|
7410
|
-
<a href="#
|
|
7479
|
+
<a href="#added_3" class="md-nav__link">
|
|
7411
7480
|
<span class="md-ellipsis">
|
|
7412
7481
|
Added
|
|
7413
7482
|
</span>
|
|
@@ -7416,7 +7485,7 @@
|
|
|
7416
7485
|
</li>
|
|
7417
7486
|
|
|
7418
7487
|
<li class="md-nav__item">
|
|
7419
|
-
<a href="#
|
|
7488
|
+
<a href="#changed_3" class="md-nav__link">
|
|
7420
7489
|
<span class="md-ellipsis">
|
|
7421
7490
|
Changed
|
|
7422
7491
|
</span>
|
|
@@ -7425,7 +7494,7 @@
|
|
|
7425
7494
|
</li>
|
|
7426
7495
|
|
|
7427
7496
|
<li class="md-nav__item">
|
|
7428
|
-
<a href="#
|
|
7497
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
7429
7498
|
<span class="md-ellipsis">
|
|
7430
7499
|
Fixed
|
|
7431
7500
|
</span>
|
|
@@ -7443,7 +7512,7 @@
|
|
|
7443
7512
|
</li>
|
|
7444
7513
|
|
|
7445
7514
|
<li class="md-nav__item">
|
|
7446
|
-
<a href="#
|
|
7515
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
7447
7516
|
<span class="md-ellipsis">
|
|
7448
7517
|
Housekeeping
|
|
7449
7518
|
</span>
|
|
@@ -7467,7 +7536,7 @@
|
|
|
7467
7536
|
<ul class="md-nav__list">
|
|
7468
7537
|
|
|
7469
7538
|
<li class="md-nav__item">
|
|
7470
|
-
<a href="#
|
|
7539
|
+
<a href="#added_4" class="md-nav__link">
|
|
7471
7540
|
<span class="md-ellipsis">
|
|
7472
7541
|
Added
|
|
7473
7542
|
</span>
|
|
@@ -7476,7 +7545,7 @@
|
|
|
7476
7545
|
</li>
|
|
7477
7546
|
|
|
7478
7547
|
<li class="md-nav__item">
|
|
7479
|
-
<a href="#
|
|
7548
|
+
<a href="#changed_4" class="md-nav__link">
|
|
7480
7549
|
<span class="md-ellipsis">
|
|
7481
7550
|
Changed
|
|
7482
7551
|
</span>
|
|
@@ -7503,7 +7572,7 @@
|
|
|
7503
7572
|
</li>
|
|
7504
7573
|
|
|
7505
7574
|
<li class="md-nav__item">
|
|
7506
|
-
<a href="#
|
|
7575
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
7507
7576
|
<span class="md-ellipsis">
|
|
7508
7577
|
Fixed
|
|
7509
7578
|
</span>
|
|
@@ -7521,7 +7590,7 @@
|
|
|
7521
7590
|
</li>
|
|
7522
7591
|
|
|
7523
7592
|
<li class="md-nav__item">
|
|
7524
|
-
<a href="#
|
|
7593
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
7525
7594
|
<span class="md-ellipsis">
|
|
7526
7595
|
Documentation
|
|
7527
7596
|
</span>
|
|
@@ -7530,7 +7599,7 @@
|
|
|
7530
7599
|
</li>
|
|
7531
7600
|
|
|
7532
7601
|
<li class="md-nav__item">
|
|
7533
|
-
<a href="#
|
|
7602
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
7534
7603
|
<span class="md-ellipsis">
|
|
7535
7604
|
Housekeeping
|
|
7536
7605
|
</span>
|
|
@@ -8239,13 +8308,13 @@
|
|
|
8239
8308
|
</li>
|
|
8240
8309
|
|
|
8241
8310
|
<li class="md-nav__item">
|
|
8242
|
-
<a href="#
|
|
8311
|
+
<a href="#v222-2024-04-18" class="md-nav__link">
|
|
8243
8312
|
<span class="md-ellipsis">
|
|
8244
|
-
v2.2.
|
|
8313
|
+
v2.2.2 (2024-04-18)
|
|
8245
8314
|
</span>
|
|
8246
8315
|
</a>
|
|
8247
8316
|
|
|
8248
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
8317
|
+
<nav class="md-nav" aria-label="v2.2.2 (2024-04-18)">
|
|
8249
8318
|
<ul class="md-nav__list">
|
|
8250
8319
|
|
|
8251
8320
|
<li class="md-nav__item">
|
|
@@ -8282,6 +8351,75 @@
|
|
|
8282
8351
|
</span>
|
|
8283
8352
|
</a>
|
|
8284
8353
|
|
|
8354
|
+
</li>
|
|
8355
|
+
|
|
8356
|
+
<li class="md-nav__item">
|
|
8357
|
+
<a href="#documentation" class="md-nav__link">
|
|
8358
|
+
<span class="md-ellipsis">
|
|
8359
|
+
Documentation
|
|
8360
|
+
</span>
|
|
8361
|
+
</a>
|
|
8362
|
+
|
|
8363
|
+
</li>
|
|
8364
|
+
|
|
8365
|
+
<li class="md-nav__item">
|
|
8366
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8367
|
+
<span class="md-ellipsis">
|
|
8368
|
+
Housekeeping
|
|
8369
|
+
</span>
|
|
8370
|
+
</a>
|
|
8371
|
+
|
|
8372
|
+
</li>
|
|
8373
|
+
|
|
8374
|
+
</ul>
|
|
8375
|
+
</nav>
|
|
8376
|
+
|
|
8377
|
+
</li>
|
|
8378
|
+
|
|
8379
|
+
<li class="md-nav__item">
|
|
8380
|
+
<a href="#v221-2024-04-15" class="md-nav__link">
|
|
8381
|
+
<span class="md-ellipsis">
|
|
8382
|
+
v2.2.1 (2024-04-15)
|
|
8383
|
+
</span>
|
|
8384
|
+
</a>
|
|
8385
|
+
|
|
8386
|
+
<nav class="md-nav" aria-label="v2.2.1 (2024-04-15)">
|
|
8387
|
+
<ul class="md-nav__list">
|
|
8388
|
+
|
|
8389
|
+
<li class="md-nav__item">
|
|
8390
|
+
<a href="#security_1" class="md-nav__link">
|
|
8391
|
+
<span class="md-ellipsis">
|
|
8392
|
+
Security
|
|
8393
|
+
</span>
|
|
8394
|
+
</a>
|
|
8395
|
+
|
|
8396
|
+
</li>
|
|
8397
|
+
|
|
8398
|
+
<li class="md-nav__item">
|
|
8399
|
+
<a href="#added_2" class="md-nav__link">
|
|
8400
|
+
<span class="md-ellipsis">
|
|
8401
|
+
Added
|
|
8402
|
+
</span>
|
|
8403
|
+
</a>
|
|
8404
|
+
|
|
8405
|
+
</li>
|
|
8406
|
+
|
|
8407
|
+
<li class="md-nav__item">
|
|
8408
|
+
<a href="#changed_2" class="md-nav__link">
|
|
8409
|
+
<span class="md-ellipsis">
|
|
8410
|
+
Changed
|
|
8411
|
+
</span>
|
|
8412
|
+
</a>
|
|
8413
|
+
|
|
8414
|
+
</li>
|
|
8415
|
+
|
|
8416
|
+
<li class="md-nav__item">
|
|
8417
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8418
|
+
<span class="md-ellipsis">
|
|
8419
|
+
Fixed
|
|
8420
|
+
</span>
|
|
8421
|
+
</a>
|
|
8422
|
+
|
|
8285
8423
|
</li>
|
|
8286
8424
|
|
|
8287
8425
|
<li class="md-nav__item">
|
|
@@ -8294,7 +8432,7 @@
|
|
|
8294
8432
|
</li>
|
|
8295
8433
|
|
|
8296
8434
|
<li class="md-nav__item">
|
|
8297
|
-
<a href="#
|
|
8435
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8298
8436
|
<span class="md-ellipsis">
|
|
8299
8437
|
Documentation
|
|
8300
8438
|
</span>
|
|
@@ -8303,7 +8441,7 @@
|
|
|
8303
8441
|
</li>
|
|
8304
8442
|
|
|
8305
8443
|
<li class="md-nav__item">
|
|
8306
|
-
<a href="#
|
|
8444
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8307
8445
|
<span class="md-ellipsis">
|
|
8308
8446
|
Housekeeping
|
|
8309
8447
|
</span>
|
|
@@ -8327,7 +8465,7 @@
|
|
|
8327
8465
|
<ul class="md-nav__list">
|
|
8328
8466
|
|
|
8329
8467
|
<li class="md-nav__item">
|
|
8330
|
-
<a href="#
|
|
8468
|
+
<a href="#added_3" class="md-nav__link">
|
|
8331
8469
|
<span class="md-ellipsis">
|
|
8332
8470
|
Added
|
|
8333
8471
|
</span>
|
|
@@ -8336,7 +8474,7 @@
|
|
|
8336
8474
|
</li>
|
|
8337
8475
|
|
|
8338
8476
|
<li class="md-nav__item">
|
|
8339
|
-
<a href="#
|
|
8477
|
+
<a href="#changed_3" class="md-nav__link">
|
|
8340
8478
|
<span class="md-ellipsis">
|
|
8341
8479
|
Changed
|
|
8342
8480
|
</span>
|
|
@@ -8345,7 +8483,7 @@
|
|
|
8345
8483
|
</li>
|
|
8346
8484
|
|
|
8347
8485
|
<li class="md-nav__item">
|
|
8348
|
-
<a href="#
|
|
8486
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8349
8487
|
<span class="md-ellipsis">
|
|
8350
8488
|
Fixed
|
|
8351
8489
|
</span>
|
|
@@ -8363,7 +8501,7 @@
|
|
|
8363
8501
|
</li>
|
|
8364
8502
|
|
|
8365
8503
|
<li class="md-nav__item">
|
|
8366
|
-
<a href="#
|
|
8504
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8367
8505
|
<span class="md-ellipsis">
|
|
8368
8506
|
Housekeeping
|
|
8369
8507
|
</span>
|
|
@@ -8387,7 +8525,7 @@
|
|
|
8387
8525
|
<ul class="md-nav__list">
|
|
8388
8526
|
|
|
8389
8527
|
<li class="md-nav__item">
|
|
8390
|
-
<a href="#
|
|
8528
|
+
<a href="#added_4" class="md-nav__link">
|
|
8391
8529
|
<span class="md-ellipsis">
|
|
8392
8530
|
Added
|
|
8393
8531
|
</span>
|
|
@@ -8396,7 +8534,7 @@
|
|
|
8396
8534
|
</li>
|
|
8397
8535
|
|
|
8398
8536
|
<li class="md-nav__item">
|
|
8399
|
-
<a href="#
|
|
8537
|
+
<a href="#changed_4" class="md-nav__link">
|
|
8400
8538
|
<span class="md-ellipsis">
|
|
8401
8539
|
Changed
|
|
8402
8540
|
</span>
|
|
@@ -8423,7 +8561,7 @@
|
|
|
8423
8561
|
</li>
|
|
8424
8562
|
|
|
8425
8563
|
<li class="md-nav__item">
|
|
8426
|
-
<a href="#
|
|
8564
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8427
8565
|
<span class="md-ellipsis">
|
|
8428
8566
|
Fixed
|
|
8429
8567
|
</span>
|
|
@@ -8441,7 +8579,7 @@
|
|
|
8441
8579
|
</li>
|
|
8442
8580
|
|
|
8443
8581
|
<li class="md-nav__item">
|
|
8444
|
-
<a href="#
|
|
8582
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8445
8583
|
<span class="md-ellipsis">
|
|
8446
8584
|
Documentation
|
|
8447
8585
|
</span>
|
|
@@ -8450,7 +8588,7 @@
|
|
|
8450
8588
|
</li>
|
|
8451
8589
|
|
|
8452
8590
|
<li class="md-nav__item">
|
|
8453
|
-
<a href="#
|
|
8591
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8454
8592
|
<span class="md-ellipsis">
|
|
8455
8593
|
Housekeeping
|
|
8456
8594
|
</span>
|
|
@@ -8519,25 +8657,54 @@
|
|
|
8519
8657
|
<h4 id="standardization-of-max_length-on-all-charfields-2906">Standardization of <code>max_length</code> on all Charfields (<a href="https://github.com/nautobot/nautobot/issues/2906">#2906</a>)<a class="headerlink" href="#standardization-of-max_length-on-all-charfields-2906" title="Permanent link">¶</a></h4>
|
|
8520
8658
|
<p>Model CharFields' <code>max_length</code> attributes have been standardized globally to have at least 255 characters except where a shorter <code>max_length</code> is explicitly justified.</p>
|
|
8521
8659
|
<!-- towncrier release notes start -->
|
|
8522
|
-
<h2 id="
|
|
8660
|
+
<h2 id="v222-2024-04-18">v2.2.2 (2024-04-18)<a class="headerlink" href="#v222-2024-04-18" title="Permanent link">¶</a></h2>
|
|
8523
8661
|
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
8524
8662
|
<ul>
|
|
8663
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5579">#5579</a> - Updated <code>sqlparse</code> to <code>0.5.0</code> to fix <a href="https://github.com/advisories/GHSA-2m57-hf25-phgg">GHSA-2m57-hf25-phgg</a>. This is not a direct dependency so it will not auto-update when upgrading Nautobot. Please be sure to update your local environment.</li>
|
|
8664
|
+
</ul>
|
|
8665
|
+
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
8666
|
+
<ul>
|
|
8667
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/2459">#2459</a> - Added <code>nautobot.extras.utils.bulk_delete_with_bulk_change_logging</code> helper function for improving performance on bulk delete.</li>
|
|
8668
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/2459">#2459</a> - Added <code>nautobot.extras.context_managers.deferred_change_logging_for_bulk_operation</code> context manager for improving performance on bulk update.</li>
|
|
8669
|
+
</ul>
|
|
8670
|
+
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
8671
|
+
<ul>
|
|
8672
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/2459">#2459</a> - Improved performance of bulk-edit and bulk-delete UI operations by refactoring change logging logic.</li>
|
|
8673
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5568">#5568</a> - Added hyperlink to the total device count number under device family.</li>
|
|
8674
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5589">#5589</a> - Fixed an invalid Javascript operator in the LLDP neighbor view.</li>
|
|
8675
|
+
</ul>
|
|
8676
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
8677
|
+
<ul>
|
|
8678
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5580">#5580</a> - Fixed bugs when assigning a VLAN to an Interface related to the recently introduced many-to-many relationship between VLANs and Locations.</li>
|
|
8679
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5592">#5592</a> - Fixed plugins not loading when using Gunicorn.</li>
|
|
8680
|
+
</ul>
|
|
8681
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
8682
|
+
<ul>
|
|
8683
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5583">#5583</a> - Re-added release note content for v1.6.16 through v1.6.18.</li>
|
|
8684
|
+
</ul>
|
|
8685
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
8686
|
+
<ul>
|
|
8687
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5590">#5590</a> - Fixed upstream testing workflows showing successful when one of the steps fail.</li>
|
|
8688
|
+
</ul>
|
|
8689
|
+
<h2 id="v221-2024-04-15">v2.2.1 (2024-04-15)<a class="headerlink" href="#v221-2024-04-15" title="Permanent link">¶</a></h2>
|
|
8690
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
8691
|
+
<ul>
|
|
8525
8692
|
<li><a href="https://github.com/nautobot/nautobot/issues/5521">#5521</a> - Updated <code>Pillow</code> dependency to <code>~10.3.0</code> to address <code>CVE-2024-28219</code>.</li>
|
|
8526
8693
|
<li><a href="https://github.com/nautobot/nautobot/issues/5543">#5543</a> - Updated <code>jquery-ui</code> to version <code>1.13.2</code> due to <code>CVE-2022-31160</code>.</li>
|
|
8527
8694
|
<li><a href="https://github.com/nautobot/nautobot/issues/5561">#5561</a> - Updated <code>idna</code> to 3.7 due to CVE-2024-3651. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
8528
8695
|
</ul>
|
|
8529
|
-
<h3 id="
|
|
8696
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
8530
8697
|
<ul>
|
|
8531
8698
|
<li><a href="https://github.com/nautobot/nautobot/issues/1631">#1631</a> - Added change logging for custom field background tasks.</li>
|
|
8532
8699
|
<li><a href="https://github.com/nautobot/nautobot/issues/5009">#5009</a> - Added the option to filter objects with select/multi-select custom fields based on the UUID of the defined custom field choice(s), for example <code>/api/dcim/locations/?cf_multiselect=1ea9237c-3ba7-4985-ba7e-6fd9e9bff813</code> as an alternative to <code>/api/dcim/locations/?cf_multiselect=some-choice-value</code>.</li>
|
|
8533
8700
|
<li><a href="https://github.com/nautobot/nautobot/issues/5493">#5493</a> - Added a configuration setting <code>METRICS_DISABLED_APPS</code> to disable app metrics for specific apps.</li>
|
|
8534
8701
|
<li><a href="https://github.com/nautobot/nautobot/issues/5540">#5540</a> - Added total devices count to device family detail page.</li>
|
|
8535
8702
|
</ul>
|
|
8536
|
-
<h3 id="
|
|
8703
|
+
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">¶</a></h3>
|
|
8537
8704
|
<ul>
|
|
8538
8705
|
<li><a href="https://github.com/nautobot/nautobot/issues/5274">#5274</a> - Added a setting that changes all rack unit numbers to display a minimum of two digits in rack elevations.</li>
|
|
8539
8706
|
</ul>
|
|
8540
|
-
<h3 id="
|
|
8707
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
8541
8708
|
<ul>
|
|
8542
8709
|
<li><a href="https://github.com/nautobot/nautobot/issues/5469">#5469</a> - Fixed contacts and teams not being included in the global search.</li>
|
|
8543
8710
|
<li><a href="https://github.com/nautobot/nautobot/issues/5489">#5489</a> - Fixed REST API for Contact and Team incorrectly marking the <code>phone</code> and <code>email</code> fields as mandatory.</li>
|
|
@@ -8554,13 +8721,13 @@
|
|
|
8554
8721
|
<li><a href="https://github.com/nautobot/nautobot/issues/5521">#5521</a> - Updated most dependencies to the latest versions available as of 2024-04-01.</li>
|
|
8555
8722
|
<li><a href="https://github.com/nautobot/nautobot/issues/5543">#5543</a> - Updated <code>jquery</code> to version <code>3.7.1</code>.</li>
|
|
8556
8723
|
</ul>
|
|
8557
|
-
<h3 id="
|
|
8724
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
8558
8725
|
<ul>
|
|
8559
8726
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Added "Model Development Checklist" to the core developer documentation.</li>
|
|
8560
8727
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Merged "Extending Models" documentation into the "Model Development Checklist" documentation.</li>
|
|
8561
8728
|
<li><a href="https://github.com/nautobot/nautobot/issues/5526">#5526</a> - Fixed doc reference to job cprofile file location.</li>
|
|
8562
8729
|
</ul>
|
|
8563
|
-
<h3 id="
|
|
8730
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
8564
8731
|
<ul>
|
|
8565
8732
|
<li><a href="https://github.com/nautobot/nautobot/issues/5531">#5531</a> - Removed <code>nautobot-server pylint</code> management command from the <code>example_app</code>, as pylint can be invoked directly with an appropriate <code>--init-hook</code> instead.</li>
|
|
8566
8733
|
<li><a href="https://github.com/nautobot/nautobot/issues/5547">#5547</a> - Fixed TransactionTestCase inheritance order so that <code>test.client</code> works in test cases using this class.</li>
|
|
@@ -8570,12 +8737,12 @@
|
|
|
8570
8737
|
<p class="admonition-title">Warning</p>
|
|
8571
8738
|
<p>Upgrading from beta releases to final releases is never recommended for Nautobot; in the case of 2.2.0b1 to 2.2.0 several data models and database migrations have been modified (see <a href="https://github.com/nautobot/nautobot/issues/5454">#5454</a>) between the two releases, and so upgrading in place from 2.2.0b1 to 2.2.0 <strong>will not work</strong>.</p>
|
|
8572
8739
|
</div>
|
|
8573
|
-
<h3 id="
|
|
8740
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
8574
8741
|
<ul>
|
|
8575
8742
|
<li><a href="https://github.com/nautobot/nautobot/issues/4811">#4811</a> - Added a new generic test case (<code>test_table_with_indentation_is_removed_on_filter_or_sort</code>) to <code>ListObjectsViewTestCase</code> to test that the tree hierarchy is correctly removed on TreeModel list views when sorting or filtering is applied. This test will also run in these subclasses of the <code>ListObjectsViewTestCase</code>: <code>PrimaryObjectViewTestCase</code>, <code>OrganizationalObjectViewTestCase</code>, and <code>DeviceComponentViewTestCase</code>.</li>
|
|
8576
8743
|
<li><a href="https://github.com/nautobot/nautobot/issues/5034">#5034</a> - Added a management command (<code>nautobot-server migrate_location_contacts</code>) to help migrate the Location <code>contact_name</code>, <code>contact_email</code> and <code>contact_phone</code> fields to Contact and Teams models.</li>
|
|
8577
8744
|
</ul>
|
|
8578
|
-
<h3 id="
|
|
8745
|
+
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">¶</a></h3>
|
|
8579
8746
|
<ul>
|
|
8580
8747
|
<li><a href="https://github.com/nautobot/nautobot/issues/5452">#5452</a> - Changed the behavior of Prefix table: now they are sortable, and after sorting is applied, all hierarchy indentations are removed.</li>
|
|
8581
8748
|
<li><a href="https://github.com/nautobot/nautobot/issues/5454">#5454</a> - Changed one-to-many links from Controller to <code>PROTECT</code> against deleting.</li>
|
|
@@ -8588,7 +8755,7 @@
|
|
|
8588
8755
|
<li><a href="https://github.com/nautobot/nautobot/issues/5475">#5475</a> - Changed the behavior of Prefix table and other Tree Model tables: now after filtering is applied, all hierarchy indentations are removed.</li>
|
|
8589
8756
|
<li><a href="https://github.com/nautobot/nautobot/issues/5487">#5487</a> - Moved some nav menu items around to make better logical sense and to allow quicker access to more commonly accessed features.</li>
|
|
8590
8757
|
</ul>
|
|
8591
|
-
<h3 id="
|
|
8758
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
8592
8759
|
<ul>
|
|
8593
8760
|
<li><a href="https://github.com/nautobot/nautobot/issues/5415">#5415</a> - Fixed Team(s) field not pre-populating when editing a Contact.</li>
|
|
8594
8761
|
<li><a href="https://github.com/nautobot/nautobot/issues/5431">#5431</a> - Fixed Roles API response containing duplicate entries when filtering on more than one <code>content_types</code> value.</li>
|
|
@@ -8599,13 +8766,13 @@
|
|
|
8599
8766
|
<ul>
|
|
8600
8767
|
<li><a href="https://github.com/nautobot/nautobot/issues/4583">#4583</a> - Updated pinned version of <code>social-auth-core</code> to remove dependency on <code>python-jose</code> & it's dependency on <code>ecdsa</code>.</li>
|
|
8601
8768
|
</ul>
|
|
8602
|
-
<h3 id="
|
|
8769
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
8603
8770
|
<ul>
|
|
8604
8771
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--pattern</code> argument to <code>invoke unittest</code>.</li>
|
|
8605
8772
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--parallel-workers</code> argument to <code>invoke unittest</code>.</li>
|
|
8606
8773
|
</ul>
|
|
8607
8774
|
<h2 id="v220-beta1-2024-03-19">v2.2.0-beta.1 (2024-03-19)<a class="headerlink" href="#v220-beta1-2024-03-19" title="Permanent link">¶</a></h2>
|
|
8608
|
-
<h3 id="
|
|
8775
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
8609
8776
|
<ul>
|
|
8610
8777
|
<li><a href="https://github.com/nautobot/nautobot/issues/1">#1</a> - Added new models for software versions and software image files.</li>
|
|
8611
8778
|
<li><a href="https://github.com/nautobot/nautobot/issues/1">#1</a> - Added a many-to-many relationship from <code>Device</code> to <code>SoftwareImageFile</code>.</li>
|
|
@@ -8644,7 +8811,7 @@
|
|
|
8644
8811
|
<li><a href="https://github.com/nautobot/nautobot/issues/5347">#5347</a> - Added an option to the Job-based CSV import to make atomic transactions optional.</li>
|
|
8645
8812
|
<li><a href="https://github.com/nautobot/nautobot/issues/5349">#5349</a> - Added REST API for vlan-to-location and prefix-to-location M2M.</li>
|
|
8646
8813
|
</ul>
|
|
8647
|
-
<h3 id="
|
|
8814
|
+
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">¶</a></h3>
|
|
8648
8815
|
<ul>
|
|
8649
8816
|
<li><a href="https://github.com/nautobot/nautobot/issues/2906">#2906</a> - Increased <code>max_length</code> on all CharFields to at least 255 characters except where a shorter <code>max_length</code> is explicitly justified.</li>
|
|
8650
8817
|
<li><a href="https://github.com/nautobot/nautobot/issues/4334">#4334</a> - Changed <code>Prefix.location</code> to <code>Prefix.locations</code> allowing multiple Locations to be associated with a given Prefix.</li>
|
|
@@ -8674,7 +8841,7 @@
|
|
|
8674
8841
|
<li><a href="https://github.com/nautobot/nautobot/issues/5064">#5064</a> - Removed the requirement for <code>ViewTestCases</code> subclasses to define <code>csv_data</code> for testing bulk-import views, as this functionality is now covered by a generic system Job.</li>
|
|
8675
8842
|
<li><a href="https://github.com/nautobot/nautobot/issues/5116">#5116</a> - Removed <code>logan</code>-derived application startup logic, simplifying the Nautobot startup code flow.</li>
|
|
8676
8843
|
</ul>
|
|
8677
|
-
<h3 id="
|
|
8844
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
8678
8845
|
<ul>
|
|
8679
8846
|
<li><a href="https://github.com/nautobot/nautobot/issues/4334">#4334</a> - Fixed ordering of VLANs in the UI list view.</li>
|
|
8680
8847
|
<li><a href="https://github.com/nautobot/nautobot/issues/5064">#5064</a> - Fixed an exception in <code>Job.after_return()</code> if a Job with an optional <code>FileVar</code> was executed without supplying a value for that variable.</li>
|
|
@@ -8691,14 +8858,14 @@
|
|
|
8691
8858
|
<ul>
|
|
8692
8859
|
<li><a href="https://github.com/nautobot/nautobot/issues/5248">#5248</a> - Broadened <code>Markdown</code> dependency to permit versions up to 3.5.x.</li>
|
|
8693
8860
|
</ul>
|
|
8694
|
-
<h3 id="
|
|
8861
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
8695
8862
|
<ul>
|
|
8696
8863
|
<li><a href="https://github.com/nautobot/nautobot/issues/5179">#5179</a> - Updated all documentation referencing the <code>example_plugin</code> to refer to the (renamed) <code>example_app</code>.</li>
|
|
8697
8864
|
<li><a href="https://github.com/nautobot/nautobot/issues/5179">#5179</a> - Replaced some "plugin" references in the documentation with "App" or "Nautobot App" as appropriate.</li>
|
|
8698
8865
|
<li><a href="https://github.com/nautobot/nautobot/issues/5248">#5248</a> - Removed source code excerpts from the "App Developer Guide > Code Reference" section of the documentation.</li>
|
|
8699
8866
|
<li><a href="https://github.com/nautobot/nautobot/issues/5341">#5341</a> - Replaced references to "plugins" in the documentation with "Apps".</li>
|
|
8700
8867
|
</ul>
|
|
8701
|
-
<h3 id="
|
|
8868
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
8702
8869
|
<ul>
|
|
8703
8870
|
<li><a href="https://github.com/nautobot/nautobot/issues/5099">#5099</a> - Added <code>mkdocs-macros-plugin</code> as a development/documentation-rendering dependency.</li>
|
|
8704
8871
|
<li><a href="https://github.com/nautobot/nautobot/issues/5099">#5099</a> - Refactored documentation in <code>optional-settings</code> and <code>required-settings</code> to be generated automatically from <code>settings.yaml</code> schema.</li>
|