Skip to content

Commit

Permalink
chore: Update supported versions table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreckle committed Feb 19, 2023
1 parent e15a1ff commit 76f1129
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta

Since version [1.6.6](https://github.com/e-breuninger/terraform-provider-netbox/commit/0b0b2fffa54d4ab2e5f1677e948b01e56ba211c8), each version of the provider has a built-in list of all Netbox versions it supports at release time. Upon initialization, the provider will probe your Netbox version and include a (non-blocking) warning if the used Netbox version is not supported.

| Provider version | Netbox version |
| ---------------- | -------------- |
| v3.0.x | v3.3.0 and up |
| v2.0.x | v3.2.0 and up |
| v1.6.x and up | v3.1.9 |
| v1.1.x and up | v3.1.3 |
| v1.0.x | v3.0.9 |
| v0.3.x | v2.11.12 |
| v0.2.x | v2.10.10 |
| v0.1.x | v2.9 |
| v0.0.x | v2.9 |
| Netbox version | Provider version |
| -------------- | ---------------- |
| v3.3.0 - 3.4.4 | v3.0.x and up |
| v3.2.0 - 3.2.9 | v2.0.x |
| v3.1.9 | v1.6.x and up |
| v3.1.3 | v1.1.x and up |
| v3.0.9 | v1.0.x |
| v2.11.12 | v0.3.x |
| v2.10.10 | v0.2.x |
| v2.9 | v0.1.x |
| v2.9 | v0.0.x |

## Building The Provider

Expand Down

0 comments on commit 76f1129

Please sign in to comment.