From 6a6154f02fd7f671ae53f55e7697f8ba015c699c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 2 Oct 2024 14:41:09 +0100 Subject: [PATCH] Release v4.1.3 --- .github/ISSUE_TEMPLATE/01-feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/02-bug_report.yaml | 2 +- docs/release-notes/version-4.1.md | 6 +++++- netbox/release.yaml | 4 ++-- requirements.txt | 6 +++--- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.yaml b/.github/ISSUE_TEMPLATE/01-feature_request.yaml index cb04b90d0..fb4bab623 100644 --- a/.github/ISSUE_TEMPLATE/01-feature_request.yaml +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index 1453c1dfd..f31e024b4 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.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 diff --git a/docs/release-notes/version-4.1.md b/docs/release-notes/version-4.1.md index 0c0b13952..28fc8ff12 100644 --- a/docs/release-notes/version-4.1.md +++ b/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 diff --git a/netbox/release.yaml b/netbox/release.yaml index fd19bf096..3963fd542 100644 --- a/netbox/release.yaml +++ b/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" diff --git a/requirements.txt b/requirements.txt index e8b9ca38b..17ec31097 100644 --- a/requirements.txt +++ b/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