diff --git a/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml b/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml index f087d74f..a3e47434 100644 --- a/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml +++ b/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml @@ -13,7 +13,7 @@ spec: name: config containers: - name: superset - image: oci.stackable.tech/sdp/superset:4.1.1-stackable0.0.0-dev + image: oci.stackable.tech/sdp/superset:4.1.2-stackable0.0.0-dev command: [ "/bin/sh", "-c", diff --git a/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml.j2 b/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml.j2 index eaf45279..966956a2 100644 --- a/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml.j2 +++ b/docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml.j2 @@ -13,7 +13,7 @@ spec: name: config containers: - name: superset - image: oci.stackable.tech/sdp/superset:4.1.1-stackable{{ versions.superset }} + image: oci.stackable.tech/sdp/superset:4.1.2-stackable{{ versions.superset }} command: [ "/bin/sh", "-c", diff --git a/docs/modules/superset/examples/getting_started/superset.yaml b/docs/modules/superset/examples/getting_started/superset.yaml index 481bfd59..0f8efb35 100644 --- a/docs/modules/superset/examples/getting_started/superset.yaml +++ b/docs/modules/superset/examples/getting_started/superset.yaml @@ -5,7 +5,7 @@ metadata: name: simple-superset spec: image: - productVersion: 4.1.1 + productVersion: 4.1.2 clusterConfig: credentialsSecret: simple-superset-credentials listenerClass: external-unstable diff --git a/docs/modules/superset/pages/usage-guide/security.adoc b/docs/modules/superset/pages/usage-guide/security.adoc index 27ac1c75..07e93ec7 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.1 + productVersion: 4.1.2 clusterConfig: authentication: - authenticationClass: ldap # <1> @@ -64,7 +64,7 @@ metadata: name: superset-with-oidc spec: image: - productVersion: 4.1.1 + productVersion: 4.1.2 clusterConfig: authentication: - authenticationClass: keycloak # <1> @@ -229,7 +229,7 @@ metadata: name: superset-with-oidc spec: image: - productVersion: 4.1.1 + productVersion: 4.1.2 clusterConfig: authentication: - authenticationClass: keycloak diff --git a/docs/modules/superset/partials/supported-versions.adoc b/docs/modules/superset/partials/supported-versions.adoc index 6a345b58..8fc31ecc 100644 --- a/docs/modules/superset/partials/supported-versions.adoc +++ b/docs/modules/superset/partials/supported-versions.adoc @@ -2,5 +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.1 (deprecated) - 4.0.2 (LTS) -- 4.1.1 diff --git a/examples/superset-with-ldap.yaml b/examples/superset-with-ldap.yaml index d1a45bf9..f578c334 100644 --- a/examples/superset-with-ldap.yaml +++ b/examples/superset-with-ldap.yaml @@ -149,7 +149,7 @@ metadata: name: superset-with-ldap-server-veri-tls spec: image: - productVersion: 4.1.1 + productVersion: 4.1.2 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 5e7707a7..d47b10f1 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.1 + productVersion: 4.1.2 clusterConfig: credentialsSecret: superset-db-credentials nodes: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 87d2b0f0..880b4b78 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -8,11 +8,12 @@ dimensions: values: - 4.0.2 - 4.1.1 + - 4.1.2 # Or use a custom image: # - 4.1.1,oci.stackable.tech/razvan/superset:4.1.1-stackable0.0.0-dev - name: superset-latest values: - - 4.1.1 + - 4.1.2 # - 4.1.1,oci.stackable.tech/razvan/superset:4.1.1-stackable0.0.0-dev - name: ldap-authentication values: