Jeremy Stretch пре 1 година
родитељ
комит
3b3990a4e6
34 измењених фајлова са 3123 додато и 2774 уклоњено
  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. 7 0
      docs/release-notes/version-4.1.md
  5. 2 2
      netbox/release.yaml
  6. BIN
      netbox/translations/cs/LC_MESSAGES/django.mo
  7. 224 198
      netbox/translations/cs/LC_MESSAGES/django.po
  8. BIN
      netbox/translations/da/LC_MESSAGES/django.mo
  9. 224 198
      netbox/translations/da/LC_MESSAGES/django.po
  10. BIN
      netbox/translations/de/LC_MESSAGES/django.mo
  11. 224 198
      netbox/translations/de/LC_MESSAGES/django.po
  12. BIN
      netbox/translations/es/LC_MESSAGES/django.mo
  13. 224 198
      netbox/translations/es/LC_MESSAGES/django.po
  14. BIN
      netbox/translations/fr/LC_MESSAGES/django.mo
  15. 224 198
      netbox/translations/fr/LC_MESSAGES/django.po
  16. BIN
      netbox/translations/it/LC_MESSAGES/django.mo
  17. 224 198
      netbox/translations/it/LC_MESSAGES/django.po
  18. BIN
      netbox/translations/ja/LC_MESSAGES/django.mo
  19. 226 200
      netbox/translations/ja/LC_MESSAGES/django.po
  20. BIN
      netbox/translations/nl/LC_MESSAGES/django.mo
  21. 225 198
      netbox/translations/nl/LC_MESSAGES/django.po
  22. BIN
      netbox/translations/pl/LC_MESSAGES/django.mo
  23. 224 198
      netbox/translations/pl/LC_MESSAGES/django.po
  24. BIN
      netbox/translations/pt/LC_MESSAGES/django.mo
  25. 226 200
      netbox/translations/pt/LC_MESSAGES/django.po
  26. BIN
      netbox/translations/ru/LC_MESSAGES/django.mo
  27. 224 198
      netbox/translations/ru/LC_MESSAGES/django.po
  28. BIN
      netbox/translations/tr/LC_MESSAGES/django.mo
  29. 224 198
      netbox/translations/tr/LC_MESSAGES/django.po
  30. BIN
      netbox/translations/uk/LC_MESSAGES/django.mo
  31. 189 187
      netbox/translations/uk/LC_MESSAGES/django.po
  32. BIN
      netbox/translations/zh/LC_MESSAGES/django.mo
  33. 224 198
      netbox/translations/zh/LC_MESSAGES/django.po
  34. 5 5
      requirements.txt

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

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

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

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

+ 1 - 0
contrib/generated_schema.json

@@ -329,6 +329,7 @@
                         "100base-tx",
                         "100base-t1",
                         "1000base-t",
+                        "1000base-lx",
                         "1000base-tx",
                         "2.5gbase-t",
                         "5gbase-t",

+ 7 - 0
docs/release-notes/version-4.1.md

@@ -6,14 +6,21 @@
 
 * [#15239](https://github.com/netbox-community/netbox/issues/15239) - Enable adding/removing individual VLANs while bulk editing device interfaces
 * [#17871](https://github.com/netbox-community/netbox/issues/17871) - Enable the assignment/removal of virtualization cluster via device bulk edit
+* [#17934](https://github.com/netbox-community/netbox/issues/17934) - Add 1000Base-LX interface type
+* [#18007](https://github.com/netbox-community/netbox/issues/18007) - Hide sensitive parameters under data source view (even for privileged users)
 
 ### Bug Fixes
 
+* [#17459](https://github.com/netbox-community/netbox/issues/17459) - Correct help text on `name` field of module type component templates
 * [#17901](https://github.com/netbox-community/netbox/issues/17901) - Ensure GraphiQL UI resources are served locally
+* [#17921](https://github.com/netbox-community/netbox/issues/17921) - Fix scheduling of recurring custom scripts
+* [#17923](https://github.com/netbox-community/netbox/issues/17923) - Fix the execution of custom scripts via REST API & management command
 * [#17963](https://github.com/netbox-community/netbox/issues/17963) - Fix selection of all listed objects during bulk edit
 * [#17969](https://github.com/netbox-community/netbox/issues/17969) - Fix system info export when a config revision exists
 * [#17972](https://github.com/netbox-community/netbox/issues/17972) - Force evaluation of `LOGIN_REQUIRED` when requesting static media
 * [#17986](https://github.com/netbox-community/netbox/issues/17986) - Correct labels for virtual machine & virtual disk size properties
+* [#18037](https://github.com/netbox-community/netbox/issues/18037) - Fix validation of maximum VLAN ID value when defining VLAN groups
+* [#18038](https://github.com/netbox-community/netbox/issues/18038) - The `to_grams()` utility function should always return an integer value
 
 ---
 

+ 2 - 2
netbox/release.yaml

@@ -1,3 +1,3 @@
-version: "4.1.6"
+version: "4.1.7"
 edition: "Community"
-published: "2024-10-31"
+published: "2024-11-21"

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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/cs/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/da/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/de/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/es/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/fr/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/it/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 226 - 200
netbox/translations/ja/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 225 - 198
netbox/translations/nl/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/pl/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 226 - 200
netbox/translations/pt/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/ru/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/tr/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 189 - 187
netbox/translations/uk/LC_MESSAGES/django.po


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


Разлика између датотеке није приказан због своје велике величине
+ 224 - 198
netbox/translations/zh/LC_MESSAGES/django.po


+ 5 - 5
requirements.txt

@@ -15,13 +15,13 @@ django-tables2==2.7.0
 django-timezone-field==7.0
 djangorestframework==3.15.2
 drf-spectacular==0.27.2
-drf-spectacular-sidecar==2024.7.1
+drf-spectacular-sidecar==2024.11.1
 feedparser==6.0.11
 gunicorn==23.0.0
 Jinja2==3.1.4
 Markdown==3.7
-mkdocs-material==9.5.43
-mkdocstrings[python-legacy]==0.26.2
+mkdocs-material==9.5.45
+mkdocstrings[python-legacy]==0.27.0
 netaddr==1.3.0
 nh3==0.2.18
 Pillow==11.0.0
@@ -31,8 +31,8 @@ requests==2.32.3
 rq==2.0
 social-auth-app-django==5.4.2
 social-auth-core==4.5.4
-strawberry-graphql==0.247.0
-strawberry-graphql-django==0.49.1
+strawberry-graphql==0.251.0
+strawberry-graphql-django==0.50.0
 svgwrite==1.4.3
 tablib==3.7.0
 tzdata==2024.2

Неке датотеке нису приказане због велике количине промена