From c0469738bb8fca54b0fb2a1ebd61edfd09d5ca07 Mon Sep 17 00:00:00 2001 From: danischm Date: Wed, 10 Apr 2024 14:11:26 +0200 Subject: [PATCH] Add support for ise 3.3 --- CHANGELOG.md | 1 + README.md | 1 + docs/guides/changelog.md | 1 + docs/index.md | 1 + templates/guides/changelog.md.tmpl | 1 + templates/index.md.tmpl | 1 + 6 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03f6d9..73cb55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.1.15 (unreleased) - Add `ise_endpoint` resource and data source +- Add support for ISE version 3.3.0 ## 0.1.14 diff --git a/README.md b/README.md index 48dac9a..aa93a34 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ All resources and data sources have been tested with the following releases. | Platform | Version | | -------- | ------------- | | ISE | 3.2.0 Patch 4 | +| ISE | 3.3.0 | Documentation: diff --git a/docs/guides/changelog.md b/docs/guides/changelog.md index 98c0bd2..0098e0d 100644 --- a/docs/guides/changelog.md +++ b/docs/guides/changelog.md @@ -10,6 +10,7 @@ description: |- ## 0.1.15 (unreleased) - Add `ise_endpoint` resource and data source +- Add support for ISE version 3.3.0 ## 0.1.14 diff --git a/docs/index.md b/docs/index.md index 13706d6..40a6da1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ All resources and data sources have been tested with the following releases. | Platform | Version | | -------- | ------------- | | ISE | 3.2.0 Patch 4 | +| ISE | 3.3.0 | ## Getting Started diff --git a/templates/guides/changelog.md.tmpl b/templates/guides/changelog.md.tmpl index 98c0bd2..0098e0d 100644 --- a/templates/guides/changelog.md.tmpl +++ b/templates/guides/changelog.md.tmpl @@ -10,6 +10,7 @@ description: |- ## 0.1.15 (unreleased) - Add `ise_endpoint` resource and data source +- Add support for ISE version 3.3.0 ## 0.1.14 diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 07a7a67..cb6bdd9 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -17,6 +17,7 @@ All resources and data sources have been tested with the following releases. | Platform | Version | | -------- | ------------- | | ISE | 3.2.0 Patch 4 | +| ISE | 3.3.0 | ## Getting Started