Skip to content

Commit 9f7e40d

Browse files
authored
Merge pull request #144 from v0ctor/feature/netbox-3.4
Update Netbox to 3.4
2 parents 9873978 + 0f6ff5c commit 9f7e40d

File tree

228 files changed

+32195
-3132
lines changed

Some content is hidden

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

228 files changed

+32195
-3132
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ["1.17.x", "1.18.x"]
16+
go: ["1.19", "1.18"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Allan Liu <[email protected]>
1919
Dave Cameron <[email protected]>
2020
Quan D. Hoang <[email protected]>
2121
David Dymko <[email protected]>
22-
Víctor Díaz <victor@brutalsys.com>
22+
Víctor Díaz <victor@brutal.systems>
2323
Hirano Yuki <[email protected]>

api/netbox_docker_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.4.0

api/netbox_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.10
1+
3.4.2

0 commit comments

Comments
 (0)