Skip to content

Commit

Permalink
add 5.0.1 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 20, 2024
1 parent 5b05612 commit 435d91b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apstra/api_versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const (
Apstra4211 = "4.2.1.1"
Apstra422 = "4.2.2"
Apstra500 = "5.0.0"
Apstra501 = "5.0.1"

GeApstra421 = ">" + Apstra421

Expand Down
1 change: 1 addition & 0 deletions apstra/compatibility/api_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func SupportedApiVersions() []string {
apiversions.Apstra4211,
apiversions.Apstra422,
apiversions.Apstra500,
apiversions.Apstra501,
}

sdkVersions := compatibility.SupportedApiVersions()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It covers day 0 and day 1 operations (design and deployment), and a growing list

Use the navigation tree on the left to read about the available resources and data sources.

This release has been tested with Apstra versions 4.2.0, 4.2.1, 4.2.1.1, 4.2.2, and 5.0.0.
This release has been tested with Apstra versions 4.2.0, 4.2.1, 4.2.1.1, 4.2.2, 5.0.0, and 5.0.1.

Some example projects which make use of this provider can be found [here](https://github.com/Juniper/terraform-apstra-examples).

Expand Down

0 comments on commit 435d91b

Please sign in to comment.