Skip to content

Commit

Permalink
Merge pull request #1004 from Juniper/988-add-501-to-supported-releases
Browse files Browse the repository at this point in the history
Add 5.0.1 to supported versions
  • Loading branch information
chrismarget-j authored Dec 21, 2024
2 parents 46fb091 + 435d91b commit 35c68f1
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 35c68f1

Please sign in to comment.