Jeremy Stretch vor 10 Monaten
Ursprung
Commit
03f3f5c957
34 geänderte Dateien mit 2401 neuen und 2370 gelöschten Zeilen
  1. 1 1
      .github/ISSUE_TEMPLATE/01-feature_request.yaml
  2. 1 1
      .github/ISSUE_TEMPLATE/02-bug_report.yaml
  3. 1 0
      contrib/generated_schema.json
  4. 29 0
      docs/release-notes/version-4.2.md
  5. 2 2
      netbox/release.yaml
  6. BIN
      netbox/translations/cs/LC_MESSAGES/django.mo
  7. 165 165
      netbox/translations/cs/LC_MESSAGES/django.po
  8. BIN
      netbox/translations/da/LC_MESSAGES/django.mo
  9. 165 165
      netbox/translations/da/LC_MESSAGES/django.po
  10. BIN
      netbox/translations/de/LC_MESSAGES/django.mo
  11. 165 165
      netbox/translations/de/LC_MESSAGES/django.po
  12. BIN
      netbox/translations/es/LC_MESSAGES/django.mo
  13. 165 165
      netbox/translations/es/LC_MESSAGES/django.po
  14. BIN
      netbox/translations/fr/LC_MESSAGES/django.mo
  15. 168 167
      netbox/translations/fr/LC_MESSAGES/django.po
  16. BIN
      netbox/translations/it/LC_MESSAGES/django.mo
  17. 165 165
      netbox/translations/it/LC_MESSAGES/django.po
  18. BIN
      netbox/translations/ja/LC_MESSAGES/django.mo
  19. 161 161
      netbox/translations/ja/LC_MESSAGES/django.po
  20. BIN
      netbox/translations/nl/LC_MESSAGES/django.mo
  21. 165 165
      netbox/translations/nl/LC_MESSAGES/django.po
  22. BIN
      netbox/translations/pl/LC_MESSAGES/django.mo
  23. 165 165
      netbox/translations/pl/LC_MESSAGES/django.po
  24. BIN
      netbox/translations/pt/LC_MESSAGES/django.mo
  25. 167 167
      netbox/translations/pt/LC_MESSAGES/django.po
  26. BIN
      netbox/translations/ru/LC_MESSAGES/django.mo
  27. 167 167
      netbox/translations/ru/LC_MESSAGES/django.po
  28. BIN
      netbox/translations/tr/LC_MESSAGES/django.mo
  29. 165 165
      netbox/translations/tr/LC_MESSAGES/django.po
  30. BIN
      netbox/translations/uk/LC_MESSAGES/django.mo
  31. 167 167
      netbox/translations/uk/LC_MESSAGES/django.po
  32. BIN
      netbox/translations/zh/LC_MESSAGES/django.mo
  33. 209 209
      netbox/translations/zh/LC_MESSAGES/django.po
  34. 8 8
      requirements.txt

+ 1 - 1
.github/ISSUE_TEMPLATE/01-feature_request.yaml

@@ -15,7 +15,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v4.2.6
+      placeholder: v4.2.7
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.github/ISSUE_TEMPLATE/02-bug_report.yaml

@@ -27,7 +27,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v4.2.6
+      placeholder: v4.2.7
     validations:
       required: true
   - type: dropdown

+ 1 - 0
contrib/generated_schema.json

@@ -427,6 +427,7 @@
                         "e3",
                         "xdsl",
                         "docsis",
+                        "moca",
                         "bpon",
                         "epon",
                         "10g-epon",

+ 29 - 0
docs/release-notes/version-4.2.md

@@ -1,5 +1,34 @@
 # NetBox v4.2
 
+## v4.2.7 (2025-04-10)
+
+### Enhancements
+
+* [#16144](https://github.com/netbox-community/netbox/issues/16144) - Add support for plugin models to GetReturnURLMixin
+* [#18138](https://github.com/netbox-community/netbox/issues/18138) - Enable filtering of ObjectVar and MultiObjectVar input selections for custom fields
+* [#18656](https://github.com/netbox-community/netbox/issues/18656) - Enable FHRP group assignment when bulk importing IP addresses
+* [#18980](https://github.com/netbox-community/netbox/issues/18980) - Optimize bulk updates of custom field values when custom fields are added/removed
+* [#19018](https://github.com/netbox-community/netbox/issues/19018) - Add MoCA interface type
+
+### Bug Fixes
+
+* [#18553](https://github.com/netbox-community/netbox/issues/18553) - Avoid clearing site of assigned virtual machines when editing a cluster
+* [#18738](https://github.com/netbox-community/netbox/issues/18738) - Respect declared ordering of custom scripts within a module
+* [#18895](https://github.com/netbox-community/netbox/issues/18895) - Fix GraphQL support for interfaces which terminate virtual circuits
+* [#18904](https://github.com/netbox-community/netbox/issues/18904) - Add missing tags column to config contexts table
+* [#18964](https://github.com/netbox-community/netbox/issues/18964) - Fix "select all" behavior on object lists
+* [#18965](https://github.com/netbox-community/netbox/issues/18965) - "Run script" button should respect default commit toggle for custom scripts
+* [#18991](https://github.com/netbox-community/netbox/issues/18991) - Fix cable path tracing for pass-through ports in REST API
+* [#18999](https://github.com/netbox-community/netbox/issues/18999) - Fix filtering of inventory items with no manufacturer in GraphQL API
+* [#19021](https://github.com/netbox-community/netbox/issues/19021) - Preserve JSONField stylign when `help_text` is passed
+* [#19023](https://github.com/netbox-community/netbox/issues/19023) - `get_field_value()` should honor null values on bound form fields
+* [#19030](https://github.com/netbox-community/netbox/issues/19030) - Prevent pagination buttons from overlapping bulk action buttons on object lists
+* [#19041](https://github.com/netbox-community/netbox/issues/19041) - Fix `IndexError` exception when creating multiple front ports with a label
+* [#19092](https://github.com/netbox-community/netbox/issues/19092) - Fix clearing of scope field when bulk editing prefixes
+* [#19122](https://github.com/netbox-community/netbox/issues/19122) - Fix styling of server error page
+
+---
+
 ## v4.2.6 (2025-03-21)
 
 ### Enhancements

+ 2 - 2
netbox/release.yaml

@@ -1,3 +1,3 @@
-version: "4.2.6"
+version: "4.2.7"
 edition: "Community"
-published: "2025-03-21"
+published: "2025-04-10"

BIN
netbox/translations/cs/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/cs/LC_MESSAGES/django.po


BIN
netbox/translations/da/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/da/LC_MESSAGES/django.po


BIN
netbox/translations/de/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/de/LC_MESSAGES/django.po


BIN
netbox/translations/es/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/es/LC_MESSAGES/django.po


BIN
netbox/translations/fr/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 168 - 167
netbox/translations/fr/LC_MESSAGES/django.po


BIN
netbox/translations/it/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/it/LC_MESSAGES/django.po


BIN
netbox/translations/ja/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 161 - 161
netbox/translations/ja/LC_MESSAGES/django.po


BIN
netbox/translations/nl/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/nl/LC_MESSAGES/django.po


BIN
netbox/translations/pl/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/pl/LC_MESSAGES/django.po


BIN
netbox/translations/pt/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 167 - 167
netbox/translations/pt/LC_MESSAGES/django.po


BIN
netbox/translations/ru/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 167 - 167
netbox/translations/ru/LC_MESSAGES/django.po


BIN
netbox/translations/tr/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 165 - 165
netbox/translations/tr/LC_MESSAGES/django.po


BIN
netbox/translations/uk/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 167 - 167
netbox/translations/uk/LC_MESSAGES/django.po


BIN
netbox/translations/zh/LC_MESSAGES/django.mo


Datei-Diff unterdrückt, da er zu groß ist
+ 209 - 209
netbox/translations/zh/LC_MESSAGES/django.po


+ 8 - 8
requirements.txt

@@ -1,10 +1,10 @@
-Django==5.1.7
+Django==5.1.8
 django-cors-headers==4.7.0
 django-debug-toolbar==5.0.1
 django-filter==25.1
 django-htmx==1.23.0
 django-graphiql-debug-toolbar==0.2.0
-django-mptt==0.16.0
+django-mptt==0.17.0
 django-pglocks==1.0.4
 django-prometheus==2.3.1
 django-redis==5.4.0
@@ -13,15 +13,15 @@ django-rq==3.0
 django-taggit==6.1.0
 django-tables2==2.7.5
 django-timezone-field==7.1
-djangorestframework==3.15.2
+djangorestframework==3.16.0
 drf-spectacular==0.28.0
-drf-spectacular-sidecar==2025.3.1
+drf-spectacular-sidecar==2025.4.1
 feedparser==6.0.11
 gunicorn==23.0.0
 Jinja2==3.1.6
 Markdown==3.7
-mkdocs-material==9.6.9
-mkdocstrings[python]==0.29.0
+mkdocs-material==9.6.11
+mkdocstrings[python]==0.29.1
 netaddr==1.3.0
 nh3==0.2.21
 Pillow==11.1.0
@@ -31,8 +31,8 @@ requests==2.32.3
 rq==2.1.0
 social-auth-app-django==5.4.3
 social-auth-core==4.5.6
-strawberry-graphql==0.262.5
+strawberry-graphql==0.263.2
 strawberry-graphql-django==0.52.0
 svgwrite==1.4.3
 tablib==3.8.0
-tzdata==2025.1
+tzdata==2025.2

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.