Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 5.0.1 to supported versions #1004

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading