Skip to content

Commit 9d82a66

Browse files
committed
Release v4.2.0
1 parent b761097 commit 9d82a66

File tree

14 files changed

+66929
-61599
lines changed

14 files changed

+66929
-61599
lines changed

Diff for: .github/ISSUE_TEMPLATE/01-feature_request.yaml

+1-1
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.1.11
17+
placeholder: v4.2.0
1818
validations:
1919
required: true
2020
- type: dropdown

Diff for: .github/ISSUE_TEMPLATE/02-bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: NetBox Version
4141
description: What version of NetBox are you currently running?
42-
placeholder: v4.1.11
42+
placeholder: v4.2.0
4343
validations:
4444
required: true
4545
- type: dropdown

Diff for: docs/development/release-checklist.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,9 @@ Then, compile these portable (`.po`) files for use in the application:
120120
* Update the example version numbers in the feature request and bug report templates under `.github/ISSUE_TEMPLATES/`.
121121
* Replace the "FUTURE" placeholder in the release notes with the current date.
122122

123-
Commit these changes to the `main` branch and push upstream.
124-
125-
### Verify CI Build Status
126-
127-
Ensure that continuous integration testing on the `main` branch is completing successfully. If it fails, take action to correct the failure before proceeding with the release.
128-
129123
### Submit a Pull Request
130124

131-
Submit a pull request titled **"Release vX.Y.Z"** to merge the current release branch (e.g. `release-vX.Y.Z`) into `main`. Copy the documented release notes into the pull request's body.
125+
Commit the above changes and submit a pull request titled **"Release vX.Y.Z"** to merge the current release branch (e.g. `release-vX.Y.Z`) into `main`. Copy the documented release notes into the pull request's body.
132126

133127
Once CI has completed and a colleague has reviewed the PR, merge it. This effects a new release in the `main` branch.
134128

Diff for: docs/release-notes/version-4.2.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# NetBox v4.2
22

3-
## v4.2-beta1 (2024-12-02)
4-
5-
!!! danger "Not for Production Use"
6-
This is a beta release of NetBox intended for testing and evaluation. **Do not use this software in production.** Also be aware that no upgrade path is provided to future releases.
3+
## v4.2.0 (2025-01-06)
74

85
### Breaking Changes
96

Diff for: mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ nav:
176176
- Provider Network: 'models/circuits/providernetwork.md'
177177
- Virtual Circuit: 'models/circuits/virtualcircuit.md'
178178
- Virtual Circuit Termination: 'models/circuits/virtualcircuittermination.md'
179+
- Virtual Circuit Type: 'models/circuits/virtualcircuittype.md'
179180
- Core:
180181
- DataFile: 'models/core/datafile.md'
181182
- DataSource: 'models/core/datasource.md'

0 commit comments

Comments
 (0)