Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.6 #16707

Merged
merged 44 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c464053
PRVB
jeremystretch Jun 6, 2024
83dc92e
Update source translation strings
github-actions[bot] Jun 7, 2024
5788b6c
Fixes #14829 Simple condition (without and/or) does not work in event…
Julio-Oliveira-Encora Jun 7, 2024
e820c14
Skip CI for commits that only update translations
jeremystretch Jun 7, 2024
56b6b1b
Update source translation strings
github-actions[bot] Jun 8, 2024
eb3d423
Fixes #16454: Roll back django-debug-toolbar version to avoid DNS loo…
jeremystretch Jun 10, 2024
d85cf9e
16256 - Allow alphabetical ordering of bookmarks on dashboard (#16426)
Julio-Oliveira-Encora Jun 11, 2024
fbe64cb
Update source translation strings
github-actions[bot] Jun 12, 2024
763d65b
Added current time zone to render method in DateTimeColumn (#16323)
Julio-Oliveira-Encora Jun 12, 2024
5353f83
15794 Make "related objects" dynamic (#15876)
alehaa Jun 12, 2024
83da49c
Update release checklist to include building public docs
jeremystretch Jun 12, 2024
a597ad8
Update source translation strings
github-actions[bot] Jun 13, 2024
b2360b6
Fixes #13925: Support 'zulu' style timestamps for custom fields
jeremystretch Jun 14, 2024
49971dd
Changelog for #13925, #14829, #15794, #16143, #16256, #16454
jeremystretch Jun 14, 2024
c8aac13
Update source translation strings
github-actions[bot] Jun 15, 2024
6abad9c
16586 add .python-version to gitignore
arthanson Jun 14, 2024
9559349
Fixes #16450: Rack unit filter should be case-insensitive
jeremystretch Jun 17, 2024
6f35a2a
Fixes #16452: Fix sizing of buttons within object attribute panels
jeremystretch Jun 17, 2024
b077c66
Fixes #16542: Fix bulk form operations when HTMX is enabled
jeremystretch Jun 17, 2024
d2a8e52
Fixes #16444: Disable ordering circuits list by A/Z termination
jeremystretch Jun 17, 2024
1eebb98
Update source translation strings
github-actions[bot] Jun 18, 2024
973bd0e
Fixes #16512: Restore a user's preferred language on login (#16628)
jeremystretch Jun 18, 2024
cd9244f
16416 enable dark/light toggle in mobile view (#16635)
arthanson Jun 18, 2024
207c91e
16460 remove spaces from telephone dialing
arthanson Jun 17, 2024
81292df
Feature 15348 - Quick Access Saved Filters (#15862)
Julio-Oliveira-Encora Jun 18, 2024
9d28af4
Update changelog for #15348, #16416, #16444, #16450, #16452, #16460, …
jeremystretch Jun 18, 2024
7a5e8a8
Update source translation strings
github-actions[bot] Jun 19, 2024
32e219c
Interim fix to SECURITY.md: Remove non-working email address
jeffgdotorg Jun 20, 2024
582ede8
Fixes #15717 - Unable to assign a VM in Site to Cluster without Site …
nopg Jun 20, 2024
cb72b92
Update source translation strings
github-actions[bot] Jun 21, 2024
3542057
Remove dead link to project-stats anchor. Fixes #16621
jeffgdotorg Jun 20, 2024
dda0b0b
16252 only show results count if paginator (#16269)
arthanson Jun 21, 2024
85fd232
16149 add (optional) obj hyperlink to script list table (#16271)
arthanson Jun 21, 2024
3e62493
Update source translation strings
github-actions[bot] Jun 22, 2024
ab3fd00
Closes #16686: Relete obsolete OpenAPI definitions
jeremystretch Jun 24, 2024
00d9a86
Closes #16367: Update census URL
jeremystretch Jun 24, 2024
dbcd89c
Closes #16273: Add search box to menu on mobile
tobiasge Jun 20, 2024
8b62e40
Closes #16307: Enable calling log_* methods on Script without a log m…
jeremystretch Jun 24, 2024
f4ac23d
Closes #16700: Audit usage of mark_safe() for consistent escaping
jeremystretch Jun 24, 2024
bfd023c
Fixes #16702: Fix validation of return_url query parameter
jeremystretch Jun 24, 2024
5f3e147
Changelog for #15717, #16149, #16252, #16273, #16307, #16702
jeremystretch Jun 24, 2024
63239d7
Updates for project NetBox (#16687)
transifex-integration[bot] Jun 24, 2024
8107d72
Release v4.0.6
jeremystretch Jun 24, 2024
4ae1a1f
Recompile JS assets
jeremystretch Jun 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.0.5
placeholder: v4.0.6
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v4.0.5
placeholder: v4.0.6
validations:
required: true
- type: dropdown
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'netbox/translations/**'
pull_request:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'netbox/translations/**'

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ netbox.pid
.idea
.coverage
.vscode
.python-version
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ NetBox exists to empower network engineers. Since its release in 2016, it has be
<a href="#why-netbox">Why NetBox?</a> |
<a href="#getting-started">Getting Started</a> |
<a href="#get-involved">Get Involved</a> |
<a href="#project-stats">Project Stats</a> |
<a href="#screenshots">Screenshots</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you believe you've uncovered a security vulnerability and wish to report it c

Please note that we **DO NOT** accept reports generated by automated tooling which merely suggest that a file or file(s) _may_ be vulnerable under certain conditions, as these are most often innocuous.

If you believe that you've found a vulnerability which meets all of these conditions, please [submit a draft security advisory](https://github.com/netbox-community/netbox/security/advisories/new) on GitHub, or email a brief description of the suspected bug and instructions for reproduction to **[email protected]**. For any security concerns regarding NetBox deployed via Docker, please see the [netbox-docker](https://github.com/netbox-community/netbox-docker) project.
If you believe that you've found a vulnerability which meets all of these conditions, please [submit a draft security advisory](https://github.com/netbox-community/netbox/security/advisories/new) on GitHub. For any security concerns regarding NetBox deployed via Docker, please see the [netbox-docker](https://github.com/netbox-community/netbox-docker) project.

### Bug Bounties

Expand Down
6 changes: 4 additions & 2 deletions base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ django-cors-headers

# Runtime UI tool for debugging Django
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
django-debug-toolbar
# Pinned for DNS looukp bug; see https://github.com/netbox-community/netbox/issues/16454
# and https://github.com/jazzband/django-debug-toolbar/issues/1927
django-debug-toolbar==4.3.0

# Library for writing reusable URL query filters
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
Expand Down Expand Up @@ -108,7 +110,7 @@ Pillow

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

# YAML rendering library
# https://github.com/yaml/pyyaml/blob/master/CHANGES
Expand Down
Loading