From 9c3e5477fc18b0a240fe453f9083edc8f658ec4d Mon Sep 17 00:00:00 2001
From: phantom-bneises <34723393+phantom-bneises@users.noreply.github.com>
Date: Thu, 10 Mar 2022 22:13:08 -0600
Subject: [PATCH 1/3] Documentation - Add version # that made the relevant
changes. (#10)
* Add version # that made the relevant changes.
* Adding point in Unreleased.md
---
readme.html | 2 +-
release_notes/unreleased.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/readme.html b/readme.html
index 47f5f35..8cdf51a 100644
--- a/readme.html
+++ b/readme.html
@@ -15,7 +15,7 @@
Asset Configuration For Authentication
Note
- - The actions "quarantine system" and "unquarantine system" are removed in the version X.X.X. Users are advised to use "apply policy" and "clear policy" actions to achieve the same objective
+ - The actions "quarantine system" and "unquarantine system" are removed in the version 3.0.0. Users are advised to use "apply policy" and "clear policy" actions to achieve the same objective
- ERS credentials are required for actions
- list endpoints
diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md
index fbcb2fd..ce330c9 100644
--- a/release_notes/unreleased.md
+++ b/release_notes/unreleased.md
@@ -1 +1,2 @@
**Unreleased**
+* Minor fix in app documentation
From fc920f7b3ac2f775702c76a36acbf94a4b42839b Mon Sep 17 00:00:00 2001
From: root
Date: Thu, 10 Mar 2022 20:16:58 -0800
Subject: [PATCH 2/3] Bumped up the version of ciscoise from 3.0.0 to 3.0.1
---
ciscoise.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ciscoise.json b/ciscoise.json
index 38e5491..1798639 100644
--- a/ciscoise.json
+++ b/ciscoise.json
@@ -5,8 +5,8 @@
"publisher": "Splunk",
"type": "network security",
"main_module": "ciscoise_connector.py",
- "app_version": "3.0.0",
- "utctime_updated": "2022-01-07T20:54:18.000000Z",
+ "app_version": "3.0.1",
+ "utctime_updated": "2022-03-11T04:16:56.000000Z",
"package_name": "phantom_ciscoise",
"product_vendor": "Cisco Systems",
"product_name": "Cisco ISE",
@@ -1969,4 +1969,4 @@
}
]
}
-}
+}
\ No newline at end of file
From caead22664fe210904da68ad014312f800cb7cee Mon Sep 17 00:00:00 2001
From: root
Date: Thu, 10 Mar 2022 20:17:48 -0800
Subject: [PATCH 3/3] Release notes for version 3.0.1
---
README.md | 4 ++--
release_notes/3.0.1.md | 1 +
release_notes/release_notes.html | 6 +++++-
release_notes/unreleased.md | 1 -
4 files changed, 8 insertions(+), 4 deletions(-)
create mode 100644 release_notes/3.0.1.md
diff --git a/README.md b/README.md
index 2d77404..a4d94af 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Cisco ISE
Publisher: Splunk
-Connector Version: 3\.0\.0
+Connector Version: 3\.0\.1
Product Vendor: Cisco Systems
Product Name: Cisco ISE
Product Version Supported (regex): "/\(\[2\]\.\[67\]\)\|\(\[3\]\.\[01\]\)/"
@@ -40,7 +40,7 @@ This app implements investigative and containment actions on a Cisco ISE device
## Note
-1. The actions "quarantine system" and "unquarantine system" are removed in the version X.X.X.
+1. The actions "quarantine system" and "unquarantine system" are removed in the version 3.0.0.
Users are advised to use "apply policy" and "clear policy" actions to achieve the same objective
2. ERS credentials are required for actions
- list endpoints
diff --git a/release_notes/3.0.1.md b/release_notes/3.0.1.md
new file mode 100644
index 0000000..20cd72c
--- /dev/null
+++ b/release_notes/3.0.1.md
@@ -0,0 +1 @@
+* Minor fix in app documentation
\ No newline at end of file
diff --git a/release_notes/release_notes.html b/release_notes/release_notes.html
index fbe0c76..9fa8c01 100644
--- a/release_notes/release_notes.html
+++ b/release_notes/release_notes.html
@@ -1,5 +1,9 @@
-Cisco ISE Release Notes - Published by Splunk March 03, 2022
+Cisco ISE Release Notes - Published by Splunk March 11, 2022
+Version 3.0.1 - Released March 11, 2022
+
+- Minor fix in app documentation
+
Version 3.0.0 - Released March 03, 2022
- Added support for 'add policy', 'delete policy' and 'list policies' action. [PAPP-22978]
diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md
index ce330c9..fbcb2fd 100644
--- a/release_notes/unreleased.md
+++ b/release_notes/unreleased.md
@@ -1,2 +1 @@
**Unreleased**
-* Minor fix in app documentation