Skip to content

docs(getting_started): Use Superset 6.0.0 for superset-load-examples job#714

Merged
NickLarsenNZ merged 3 commits intomainfrom
fix/getting-started-post-26.3.0
Mar 17, 2026
Merged

docs(getting_started): Use Superset 6.0.0 for superset-load-examples job#714
NickLarsenNZ merged 3 commits intomainfrom
fix/getting-started-post-26.3.0

Conversation

@NickLarsenNZ
Copy link
Member

@NickLarsenNZ NickLarsenNZ commented Mar 16, 2026

Part of stackabletech/issues#831

Sibling PR needs to be raised for the release branch: #715

sbernauer
sbernauer previously approved these changes Mar 17, 2026
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some additional leftovers

diff --git a/docs/modules/superset/pages/usage-guide/security.adoc b/docs/modules/superset/pages/usage-guide/security.adoc
index aed03dc..a5ac0b4 100644
--- a/docs/modules/superset/pages/usage-guide/security.adoc
+++ b/docs/modules/superset/pages/usage-guide/security.adoc
@@ -34,7 +34,7 @@ metadata:
   name: superset-with-ldap-server
 spec:
   image:
-    productVersion: 4.1.4
+    productVersion: 6.0.0
   clusterConfig:
     authentication:
     - authenticationClass: ldap    # <1>
@@ -64,7 +64,7 @@ metadata:
   name: superset-with-oidc
 spec:
   image:
-    productVersion: 4.1.4
+    productVersion: 6.0.0
   clusterConfig:
     authentication:
     - authenticationClass: keycloak                        # <1>
@@ -229,7 +229,7 @@ metadata:
   name: superset-with-oidc
 spec:
   image:
-    productVersion: 4.1.4
+    productVersion: 6.0.0
   clusterConfig:
     authentication:
     - authenticationClass: keycloak
diff --git a/examples/superset-with-ldap.yaml b/examples/superset-with-ldap.yaml
index d1bfe40..e49c35f 100644
--- a/examples/superset-with-ldap.yaml
+++ b/examples/superset-with-ldap.yaml
@@ -157,7 +157,7 @@ metadata:
   name: superset-with-ldap-server-veri-tls
 spec:
   image:
-    productVersion: 4.1.4
+    productVersion: 6.0.0
   clusterConfig:
     authentication:
       - authenticationClass: superset-with-ldap-server-veri-tls-ldap
diff --git a/rust/operator-binary/src/crd/affinity.rs b/rust/operator-binary/src/crd/affinity.rs
index 1d6b839..a370226 100644
--- a/rust/operator-binary/src/crd/affinity.rs
+++ b/rust/operator-binary/src/crd/affinity.rs
@@ -43,7 +43,7 @@ mod tests {
           name: simple-superset
         spec:
           image:
-            productVersion: 4.1.4
+            productVersion: 6.0.0
           clusterConfig:
             credentialsSecret: superset-db-credentials
           nodes:

@sbernauer sbernauer moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Mar 17, 2026
@NickLarsenNZ
Copy link
Member Author

NickLarsenNZ commented Mar 17, 2026

Ahh, not sure how I missed those.

Will update this and the other PR (ignoring rust changes, that's only for tests).

@NickLarsenNZ NickLarsenNZ requested a review from sbernauer March 17, 2026 08:48
@NickLarsenNZ NickLarsenNZ enabled auto-merge March 17, 2026 08:48
@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Mar 17, 2026
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Mar 17, 2026
Merged via the queue into main with commit 6ec2629 Mar 17, 2026
10 checks passed
@NickLarsenNZ NickLarsenNZ deleted the fix/getting-started-post-26.3.0 branch March 17, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Development: Done

Development

Successfully merging this pull request may close these issues.

2 participants