Skip to content

Commit cbf84a6

Browse files
committed
Release v4.0.8
1 parent 173c339 commit cbf84a6

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
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.7
29+
placeholder: v4.0.8
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.7
17+
placeholder: v4.0.8
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-4.0.md

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

3-
## v4.0.8 (FUTURE)
3+
## v4.0.8 (2024-07-26)
44

55
### Enhancements
66

@@ -23,6 +23,7 @@
2323
* [#16819](https://github.com/netbox-community/netbox/issues/16819) - Highlight parent device in rack when viewing child device
2424
* [#16838](https://github.com/netbox-community/netbox/issues/16838) - ActionsColumn should render extra buttons even when no stock actions are enabled
2525
* [#16867](https://github.com/netbox-community/netbox/issues/16867) - Fix exception when a dashboard list widget references a model which has been removed
26+
* [#16963](https://github.com/netbox-community/netbox/issues/16963) - Fix filtering of "accounts" link under providers list
2627
* [#16964](https://github.com/netbox-community/netbox/issues/16964) - Ensure configured password validators are enforced
2728

2829
---

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.8-dev'
28+
VERSION = '4.0.8'
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: 3 additions & 3 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.3.0",
30+
"gridstack": "10.3.1",
3131
"htmx.org": "1.9.12",
32-
"query-string": "9.0.0",
33-
"sass": "1.77.6",
32+
"query-string": "9.1.0",
33+
"sass": "1.77.8",
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: 12 additions & 12 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.3.0"
1759-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.3.0.tgz#8fa065f896d0a880c5c54c24d189f3197184488a"
1760-
integrity sha512-eGKsmU2TppV4coyDu9IIdIkm4qjgLLdjlEOFwQyQMuSwfOpzSfLdPc8du0HuebGr7CvAIrJxN4lBOmGrWSBg9g==
1757+
1758+
version "10.3.1"
1759+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.3.1.tgz#4ed704279c40094fc1b9e3318f20b573f2fe9f40"
1760+
integrity sha512-Ra82k/88gdeiu3ZP40COS4bI4sGhNQlZAaAQ6szfPfr68zVpsXxiyLKr5zYcTpKX4jjcwyNsNNdcV1tDJc71fA==
17611761

17621762
has-bigints@^1.0.1, has-bigints@^1.0.2:
17631763
version "1.0.2"
@@ -2346,10 +2346,10 @@ punycode@^2.1.0:
23462346
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
23472347
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
23482348

2349-
query-string@9.0.0:
2350-
version "9.0.0"
2351-
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.0.0.tgz#1fe177cd95545600f0deab93f5fb02fd4e3e7273"
2352-
integrity sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==
2349+
query-string@9.1.0:
2350+
version "9.1.0"
2351+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-9.1.0.tgz#5f12a4653a4ba56021e113b5cf58e56581823e7a"
2352+
integrity sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==
23532353
dependencies:
23542354
decode-uri-component "^0.4.1"
23552355
filter-obj "^5.1.0"
@@ -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.6"
2487-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4"
2488-
integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==
2485+
2486+
version "1.77.8"
2487+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd"
2488+
integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==
24892489
dependencies:
24902490
chokidar ">=3.0.0 <4.0.0"
24912491
immutable "^4.0.0"

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ feedparser==6.0.11
2020
gunicorn==22.0.0
2121
Jinja2==3.1.4
2222
Markdown==3.6
23-
mkdocs-material==9.5.28
24-
mkdocstrings[python-legacy]==0.25.1
23+
mkdocs-material==9.5.30
24+
mkdocstrings[python-legacy]==0.25.2
2525
netaddr==1.3.0
2626
nh3==0.2.18
2727
Pillow==10.4.0
2828
psycopg[c,pool]==3.2.1
2929
PyYAML==6.0.1
3030
requests==2.32.3
31-
social-auth-app-django==5.4.1
31+
social-auth-app-django==5.4.2
3232
social-auth-core==4.5.4
33-
strawberry-graphql==0.235.2
34-
strawberry-graphql-django==0.46.1
33+
strawberry-graphql==0.237.2
34+
strawberry-graphql-django==0.47.1
3535
svgwrite==1.4.3
3636
tablib==3.6.1
3737
tzdata==2024.1

0 commit comments

Comments
 (0)