Skip to content

Commit 8107d72

Browse files
committed
Release v4.0.6
1 parent 63239d7 commit 8107d72

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v4.0.5
29+
placeholder: v4.0.6
3030
validations:
3131
required: true
3232
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v4.0.5
17+
placeholder: v4.0.6
1818
validations:
1919
required: true
2020
- type: dropdown

base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Pillow
110110

111111
# PostgreSQL database adapter for Python
112112
# https://github.com/psycopg/psycopg/blob/master/docs/news.rst
113-
psycopg[binary,pool]
113+
psycopg[c,pool]
114114

115115
# YAML rendering library
116116
# https://github.com/yaml/pyyaml/blob/master/CHANGES

docs/release-notes/version-4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v4.0
22

3-
## v4.0.6 (FUTURE)
3+
## v4.0.6 (2024-06-24)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '4.0.6-dev'
28+
VERSION = '4.0.6'
2929
HOSTNAME = platform.node()
3030
# Set the base directory two levels up
3131
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

netbox/project-static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"bootstrap": "5.3.3",
2828
"clipboard": "2.0.11",
2929
"flatpickr": "4.6.13",
30-
"gridstack": "10.2.0",
30+
"gridstack": "10.2.1",
3131
"htmx.org": "1.9.12",
3232
"query-string": "9.0.0",
33-
"sass": "1.77.4",
33+
"sass": "1.77.6",
3434
"tom-select": "2.3.1",
3535
"typeface-inter": "3.18.1",
3636
"typeface-roboto-mono": "1.1.13"

netbox/project-static/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,10 +1754,10 @@ [email protected]:
17541754
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
17551755
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==
17561756

1757-
1758-
version "10.2.0"
1759-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.2.0.tgz#4ba9c7ee69a730851721a9f5cb33dc55026ded1f"
1760-
integrity sha512-svKAOq/dfinpvhe/nnxdyZOOEd9qynXiOPHvL96PALE0yWChWp/6lechnqKwud0tL/rRyAfMJ6Hh/z2fS13pBA==
1757+
1758+
version "10.2.1"
1759+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.2.1.tgz#3ce6119ae86cfb0a533c5f0d15b03777a55384ca"
1760+
integrity sha512-UAPKnIvd9sIqPDFMtKMqj0G5GDj8MUFPcelRJq7FzQFSxSYBblKts/Gd52iEJg0EvTFP51t6ZuMWGx0pSSFBdw==
17611761

17621762
has-bigints@^1.0.1, has-bigints@^1.0.2:
17631763
version "1.0.2"
@@ -2482,10 +2482,10 @@ safe-regex-test@^1.0.3:
24822482
es-errors "^1.3.0"
24832483
is-regex "^1.1.4"
24842484

2485-
2486-
version "1.77.4"
2487-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.4.tgz#92059c7bfc56b827c56eb116778d157ec017a5cd"
2488-
integrity sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw==
2485+
2486+
version "1.77.6"
2487+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
2488+
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
24892489
dependencies:
24902490
chokidar ">=3.0.0 <4.0.0"
24912491
immutable "^4.0.0"
133 Bytes
Binary file not shown.
145 Bytes
Binary file not shown.
-129 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)