From 435d91bd7043b0cbbed208a408dc0cf2d0d09888 Mon Sep 17 00:00:00 2001 From: Chris Marget Date: Thu, 19 Dec 2024 21:34:08 -0500 Subject: [PATCH] add 5.0.1 to supported versions --- apstra/api_versions/versions.go | 1 + apstra/compatibility/api_versions.go | 1 + docs/index.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apstra/api_versions/versions.go b/apstra/api_versions/versions.go index efc03797..8386ec63 100644 --- a/apstra/api_versions/versions.go +++ b/apstra/api_versions/versions.go @@ -9,6 +9,7 @@ const ( Apstra4211 = "4.2.1.1" Apstra422 = "4.2.2" Apstra500 = "5.0.0" + Apstra501 = "5.0.1" GeApstra421 = ">" + Apstra421 diff --git a/apstra/compatibility/api_versions.go b/apstra/compatibility/api_versions.go index cf8141c6..12c082be 100644 --- a/apstra/compatibility/api_versions.go +++ b/apstra/compatibility/api_versions.go @@ -17,6 +17,7 @@ func SupportedApiVersions() []string { apiversions.Apstra4211, apiversions.Apstra422, apiversions.Apstra500, + apiversions.Apstra501, } sdkVersions := compatibility.SupportedApiVersions() diff --git a/docs/index.md b/docs/index.md index 5a0d2958..0c4129f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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).