From f8d0fac3c6fe860d0b5737c8c47a64f77cab13c0 Mon Sep 17 00:00:00 2001 From: Edward Delaporte Date: Wed, 29 Oct 2025 09:39:30 -0500 Subject: [PATCH 1/4] Revise End-of-Life and End-of-Support dates Updated End-of-Life and End-of-Support dates for the product and Python version. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e96526..31b1868 100644 --- a/README.rst +++ b/README.rst @@ -22,11 +22,11 @@ This product is supported by the Cybersecurity teams at the University of Illinois Urbana-Champaign on a best-effort basis. As of the last update to this README, the expected End-of-Life -and End-of-Support dates of this product are 31 October 2025. +and End-of-Support dates of this product are 6 November 2026. End-of-Life was decided upon based on these dependencies: -- Python 3.9 (31 October 2025) +- Python 3.13 (31 Oct 2029) - Splunk SOAR 6.3.1 (6 November 2026) Installation From 3ff0a3e127986b1de2ec633087215db5ffd6cf99 Mon Sep 17 00:00:00 2001 From: mpitcel <3997366+mpitcel@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:05:12 -0500 Subject: [PATCH 2/4] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 31b1868..ef840cd 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ and End-of-Support dates of this product are 6 November 2026. End-of-Life was decided upon based on these dependencies: -- Python 3.13 (31 Oct 2029) +- Python 3.13 (31 October 2029) - Splunk SOAR 6.3.1 (6 November 2026) Installation From 07fd46d62d6af4217a0b4773873bdeafa3fb28b8 Mon Sep 17 00:00:00 2001 From: Edward Delaporte Date: Thu, 30 Oct 2025 14:28:09 -0500 Subject: [PATCH 3/4] Update for Splunk SOAR 7.0.0 We are testing on SOAR 7.0.0, so that moves our date out. --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ef840cd..793b6e9 100644 --- a/README.rst +++ b/README.rst @@ -22,12 +22,15 @@ This product is supported by the Cybersecurity teams at the University of Illinois Urbana-Champaign on a best-effort basis. As of the last update to this README, the expected End-of-Life -and End-of-Support dates of this product are 6 November 2026. +and End-of-Support dates of this product are 29 September 2027. + +Per [Splunk Software Support Policy](https://www.splunk.com/en_us/legal/splunk-software-support-policy.html), each minor release of Splunk SOAR is supported for 24 months after the release. Splunk SOAR 7.0.0 Release notes give a release date of +29 September 2027. End-of-Life was decided upon based on these dependencies: -- Python 3.13 (31 October 2029) -- Splunk SOAR 6.3.1 (6 November 2026) +- Python 3.13 (31 October 2029) (https://endoflife.date/python) +- Splunk SOAR 7.0.0 (29 September 2027) [Splunk SOAR 7.0.0 Release Notes](https://help.splunk.com/en/splunk-soar/soar-on-premises/release-notes/7.0.0/splunk-soar-on-premises-release-notes/welcome-to-splunk-soar-on-premises-7.0.0) Installation ============ From cd55024e1f8563128df8de2653de41754296c585 Mon Sep 17 00:00:00 2001 From: Edward Delaporte Date: Thu, 30 Oct 2025 14:52:43 -0500 Subject: [PATCH 4/4] Fix links to render in RestructuredText (.rst) --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 793b6e9..9982619 100644 --- a/README.rst +++ b/README.rst @@ -24,13 +24,18 @@ University of Illinois Urbana-Champaign on a best-effort basis. As of the last update to this README, the expected End-of-Life and End-of-Support dates of this product are 29 September 2027. -Per [Splunk Software Support Policy](https://www.splunk.com/en_us/legal/splunk-software-support-policy.html), each minor release of Splunk SOAR is supported for 24 months after the release. Splunk SOAR 7.0.0 Release notes give a release date of +Per `Splunk Software Support Policy`_, each minor release of Splunk SOAR is supported for 24 months after the release. Splunk SOAR 7.0.0 Release notes give a release date of 29 September 2027. +.. _Splunk Software Support Policy: https://www.splunk.com/en_us/legal/splunk-software-support-policy.html + End-of-Life was decided upon based on these dependencies: -- Python 3.13 (31 October 2029) (https://endoflife.date/python) -- Splunk SOAR 7.0.0 (29 September 2027) [Splunk SOAR 7.0.0 Release Notes](https://help.splunk.com/en/splunk-soar/soar-on-premises/release-notes/7.0.0/splunk-soar-on-premises-release-notes/welcome-to-splunk-soar-on-premises-7.0.0) +- Python 3.13 (31 October 2029) `End of Life for Python Versions`_ +- Splunk SOAR 7.0.0 (29 September 2027) `Splunk SOAR 7.0.0 Release Notes`_ + +.. _End of Life for Python Versions: https://endoflife.date/python +.. _Splunk SOAR 7.0.0 Release Notes: https://help.splunk.com/en/splunk-soar/soar-on-premises/release-notes/7.0.0/splunk-soar-on-premises-release-notes/welcome-to-splunk-soar-on-premises-7.0.0 Installation ============