File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11TEST? =netbox/*.go
2- TEST_FUNC? =TestAccNetboxRackType_basic
2+ TEST_FUNC? =TestAccNetboxRack_basic
33GOFMT_FILES? =$$(find . -name '*.go' | grep -v vendor )
44DOCKER_COMPOSE =docker compose
55
6- export NETBOX_VERSION =v4.1.10
6+ export NETBOX_VERSION =v4.1.11
77export NETBOX_SERVER_URL=http ://localhost:8001
88export NETBOX_API_TOKEN =0123456789abcdef0123456789abcdef01234567
99export NETBOX_TOKEN =$(NETBOX_API_TOKEN )
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments