Skip to content

Commit

Permalink
Release v4.2.1 (#18346)
Browse files Browse the repository at this point in the history
* Release v4.2.1

* Add changelog for #18282
  • Loading branch information
jeremystretch authored Jan 8, 2025
1 parent f6b8c19 commit d04fc11
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-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.2.0
placeholder: v4.2.1
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.2.0
placeholder: v4.2.1
validations:
required: true
- type: dropdown
Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes/version-4.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# NetBox v4.2

## v4.2.1 (2025-01-08)

### Bug Fixes

* [#18282](https://github.com/netbox-community/netbox/issues/18282) - Fix ordering of prefixes list by assigned VLAN
* [#18314](https://github.com/netbox-community/netbox/issues/18314) - Fix KeyError exception when rendering pre-saved dashboard (`requires_internet` missing)
* [#18316](https://github.com/netbox-community/netbox/issues/18316) - Fix AttributeError exception when global search results include prefixes and/or clusters
* [#18318](https://github.com/netbox-community/netbox/issues/18318) - Correct navigation breadcrumbs for module type UI view
* [#18324](https://github.com/netbox-community/netbox/issues/18324) - Correct filtering for certain related object listings
* [#18329](https://github.com/netbox-community/netbox/issues/18329) - Address upstream bug in GraphQL API where only one primary IP address is returned within a device/VM list

---

## v4.2.0 (2025-01-06)

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions netbox/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "4.2.0"
version: "4.2.1"
edition: "Community"
published: "2025-01-06"
published: "2025-01-08"
Binary file modified netbox/translations/cs/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit d04fc11

Please sign in to comment.