فهرست منبع

Release v3.4.9

jeremystretch 2 سال پیش
والد
کامیت
a49fdad5e1

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

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

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

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

+ 2 - 1
docs/release-notes/version-3.4.md

@@ -1,6 +1,6 @@
 # NetBox v3.4
 # NetBox v3.4
 
 
-## v3.4.9 (FUTURE)
+## v3.4.9 (2023-04-26)
 
 
 ### Enhancements
 ### Enhancements
 
 
@@ -14,6 +14,7 @@
 ### Bug Fixes
 ### Bug Fixes
 
 
 * [#11383](https://github.com/netbox-community/netbox/issues/11383) - Fix ordering of global search results by object type
 * [#11383](https://github.com/netbox-community/netbox/issues/11383) - Fix ordering of global search results by object type
+* [#11902](https://github.com/netbox-community/netbox/issues/11902) - Fix import of inventory items for devices with duplicated names
 * [#12238](https://github.com/netbox-community/netbox/issues/12238) - Improve error message for API token IP prefix validation failures
 * [#12238](https://github.com/netbox-community/netbox/issues/12238) - Improve error message for API token IP prefix validation failures
 * [#12255](https://github.com/netbox-community/netbox/issues/12255) - Restore the ability to move inventory items among devices
 * [#12255](https://github.com/netbox-community/netbox/issues/12255) - Restore the ability to move inventory items among devices
 * [#12270](https://github.com/netbox-community/netbox/issues/12270) - Fix pre-population of list values when creating a saved filter
 * [#12270](https://github.com/netbox-community/netbox/issues/12270) - Fix pre-population of list values when creating a saved filter

+ 1 - 1
netbox/netbox/settings.py

@@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
 # Environment setup
 # Environment setup
 #
 #
 
 
-VERSION = '3.4.9-dev'
+VERSION = '3.4.9'
 
 
 # Hostname
 # Hostname
 HOSTNAME = platform.node()
 HOSTNAME = platform.node()

+ 3 - 3
requirements.txt

@@ -19,15 +19,15 @@ graphene-django==3.0.0
 gunicorn==20.1.0
 gunicorn==20.1.0
 Jinja2==3.1.2
 Jinja2==3.1.2
 Markdown==3.3.7
 Markdown==3.3.7
-mkdocs-material==9.1.6
+mkdocs-material==9.1.8
 mkdocstrings[python-legacy]==0.21.2
 mkdocstrings[python-legacy]==0.21.2
 netaddr==0.8.0
 netaddr==0.8.0
 Pillow==9.5.0
 Pillow==9.5.0
 psycopg2-binary==2.9.6
 psycopg2-binary==2.9.6
 PyYAML==6.0
 PyYAML==6.0
-sentry-sdk==1.19.1
+sentry-sdk==1.21.0
 social-auth-app-django==5.0.0
 social-auth-app-django==5.0.0
-social-auth-core[openidconnect]==4.4.1
+social-auth-core[openidconnect]==4.4.2
 svgwrite==1.4.3
 svgwrite==1.4.3
 tablib==3.4.0
 tablib==3.4.0
 tzdata==2023.3
 tzdata==2023.3