Jeremy Stretch 1 год назад
Родитель
Сommit
6a6154f02f

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

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

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

+ 5 - 1
docs/release-notes/version-4.1.md

@@ -1,6 +1,10 @@
 # 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
 

+ 2 - 2
netbox/release.yaml

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

+ 3 - 3
requirements.txt

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