From c7fe9f4c7539aafa48d3de3d6870be05ceb27789 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Fri, 26 Sep 2025 16:31:25 +0200 Subject: [PATCH 1/4] mark as deprecated --- docs/modules/superset/partials/supported-versions.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/superset/partials/supported-versions.adoc b/docs/modules/superset/partials/supported-versions.adoc index 8fc31ecc..3acfc7ab 100644 --- a/docs/modules/superset/partials/supported-versions.adoc +++ b/docs/modules/superset/partials/supported-versions.adoc @@ -2,6 +2,6 @@ // This is a separate file, since it is used by both the direct Superset documentation, and the overarching // Stackable Platform documentation. -- 4.1.2 +- 4.1.2 (LTS) - 4.1.1 (deprecated) -- 4.0.2 (LTS) +- 4.0.2 (deprecated) From d605288a5055cf4f317d6aa271573847f62b7a60 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Fri, 26 Sep 2025 16:36:14 +0200 Subject: [PATCH 2/4] changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0887ef56..a2a535a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ - Helm: Allow Pod `priorityClassName` to be configured ([#664]). -[#664]: https://github.com/stackabletech/superset-operator/pull/664 +### Changed + +- Deprecate version `4.0.2` ([#666]). ### Fixed @@ -15,6 +17,8 @@ [#654]: https://github.com/stackabletech/superset-operator/pull/654 [#663]: https://github.com/stackabletech/superset-operator/pull/663 +[#664]: https://github.com/stackabletech/superset-operator/pull/664 +[#666]: https://github.com/stackabletech/superset-operator/pull/666 ## [25.7.0] - 2025-07-23 From b9fe0c4b1021297f846c9ec26ee34688a3292ac1 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 29 Sep 2025 09:21:46 +0200 Subject: [PATCH 3/4] remove deprecated version from test scope --- tests/test-definition.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 7042e3fe..2b563d71 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -6,7 +6,6 @@ dimensions: - name: superset values: - - 4.0.2 - 4.1.1 - 4.1.2 # Or use a custom image: From 9e9b838e7ac82638f496f76cc3c4178b36120d5a Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 29 Sep 2025 09:23:32 +0200 Subject: [PATCH 4/4] remove deprecated version from test scope: reverted --- tests/test-definition.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 2b563d71..7042e3fe 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -6,6 +6,7 @@ dimensions: - name: superset values: + - 4.0.2 - 4.1.1 - 4.1.2 # Or use a custom image: