Skip to content

Commit 35ff227

Browse files
committed
chore: update docs and test versions
1 parent 3373640 commit 35ff227

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/workflows/ci-testing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ jobs:
3838
- v4.1.1
3939
- v4.1.2
4040
- v4.1.3
41+
- v4.1.4
42+
- v4.1.5
43+
- v4.1.6
44+
- v4.1.7
45+
- v4.1.8
46+
# - v4.1.9 has a regression - do not use
47+
- v4.1.10
48+
- v4.1.11
4149
steps:
4250
- uses: actions/checkout@v4
4351
- name: Set up Go

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
TEST?=netbox/*.go
2-
TEST_FUNC?=TestAccNetboxRackType_basic
2+
TEST_FUNC?=TestAccNetboxRack_basic
33
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
44
DOCKER_COMPOSE=docker compose
55

6-
export NETBOX_VERSION=v4.1.10
6+
export NETBOX_VERSION=v4.1.11
77
export NETBOX_SERVER_URL=http://localhost:8001
88
export NETBOX_API_TOKEN=0123456789abcdef0123456789abcdef01234567
99
export NETBOX_TOKEN=$(NETBOX_API_TOKEN)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Since version [1.6.6](https://github.com/e-breuninger/terraform-provider-netbox/
1818

1919
| Netbox version | Provider version |
2020
| --------------- | ---------------- |
21-
| v4.1.0 - 4.1.3 | v3.10.0 and up |
21+
| v4.1.0 - 4.1.11 | v3.10.0 and up |
2222
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
2323
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |
2424
| v3.6.0 - 3.6.9 | v3.7.0 - 3.7.7 |

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
1616

1717
| Netbox version | Provider version |
1818
| --------------- | ---------------- |
19-
| v4.1.0 - 4.1.3 | v3.10.0 and up |
19+
| v4.1.0 - 4.1.11 | v3.10.0 and up |
2020
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
2121
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |
2222
| v3.6.0 - 3.6.9 | v3.7.0 - 3.7.7 |

templates/index.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
1616

1717
| Netbox version | Provider version |
1818
| --------------- | ---------------- |
19-
| v4.1.0 - 4.1.3 | v3.10.0 and up |
19+
| v4.1.0 - 4.1.11 | v3.10.0 and up |
2020
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
2121
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |
2222
| v3.6.0 - 3.6.9 | v3.7.0 - 3.7.7 |

0 commit comments

Comments
 (0)