Release v4.1.3

This commit is contained in:
Jeremy Stretch 2024-10-02 14:41:09 +01:00
parent 5b2f2e1da6
commit 6a6154f02f
5 changed files with 12 additions and 8 deletions

View File

@ -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: v4.1.2 placeholder: v4.1.3
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -26,7 +26,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: v4.1.2 placeholder: v4.1.3
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -1,6 +1,10 @@
# NetBox v4.1 # NetBox v4.1
## v4.1.3 (FUTURE) ## v4.1.3 (2024-10-02)
### Enhancements
* [#17639](https://github.com/netbox-community/netbox/issues/17639) - Add SOCKS support to proxy settings for Git remote data sources
### Bug Fixes ### Bug Fixes

View File

@ -1,3 +1,3 @@
version: "4.1.2" version: "4.1.3"
edition: "Community" edition: "Community"
published: "2024-09-26" published: "2024-10-02"

View File

@ -10,7 +10,7 @@ django-prometheus==2.3.1
django-redis==5.4.0 django-redis==5.4.0
django-rich==1.11.0 django-rich==1.11.0
django-rq==2.10.2 django-rq==2.10.2
django-taggit==6.0.0 django-taggit==6.1.0
django-tables2==2.7.0 django-tables2==2.7.0
django-timezone-field==7.0 django-timezone-field==7.0
djangorestframework==3.15.2 djangorestframework==3.15.2
@ -20,12 +20,12 @@ feedparser==6.0.11
gunicorn==23.0.0 gunicorn==23.0.0
Jinja2==3.1.4 Jinja2==3.1.4
Markdown==3.7 Markdown==3.7
mkdocs-material==9.5.38 mkdocs-material==9.5.39
mkdocstrings[python-legacy]==0.26.1 mkdocstrings[python-legacy]==0.26.1
netaddr==1.3.0 netaddr==1.3.0
nh3==0.2.18 nh3==0.2.18
Pillow==10.4.0 Pillow==10.4.0
psycopg[c,pool]==3.2.2 psycopg[c,pool]==3.2.3
PyYAML==6.0.2 PyYAML==6.0.2
requests==2.32.3 requests==2.32.3
social-auth-app-django==5.4.2 social-auth-app-django==5.4.2