Skip to content

Commit 113c8b7

Browse files
committed
merge feature
2 parents 27ffc3d + 17d8f78 commit 113c8b7

File tree

108 files changed

+11627
-8627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+11627
-8627
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: NetBox version
1717
description: What version of NetBox are you currently running?
18-
placeholder: v4.4.7
18+
placeholder: v4.4.8
1919
validations:
2020
required: true
2121
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: NetBox Version
2929
description: What version of NetBox are you currently running?
30-
placeholder: v4.4.7
30+
placeholder: v4.4.8
3131
validations:
3232
required: true
3333
- type: dropdown

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
NETBOX_CONFIGURATION: netbox.configuration_testing
3232
strategy:
3333
matrix:
34-
python-version: ['3.12', '3.13']
34+
python-version: ['3.12', '3.13', '3.14']
3535
node-version: ['20.x']
3636
services:
3737
redis:

0 commit comments

Comments
 (0)