diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a535a0..e275dfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - Helm: Allow Pod `priorityClassName` to be configured ([#664]). +- Add version `4.1.4` ([#669]). ### Changed @@ -19,6 +20,7 @@ [#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 +[#669]: https://github.com/stackabletech/superset-operator/pull/669 ## [25.7.0] - 2025-07-23 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 a3e47434..9c334dda 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.2-stackable0.0.0-dev + image: oci.stackable.tech/sdp/superset:4.1.4-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 966956a2..fc127bd7 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.2-stackable{{ versions.superset }} + image: oci.stackable.tech/sdp/superset:4.1.4-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 346121b6..0ecec136 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.2 + productVersion: 4.1.4 clusterConfig: credentialsSecret: simple-superset-credentials nodes: diff --git a/docs/modules/superset/pages/usage-guide/security.adoc b/docs/modules/superset/pages/usage-guide/security.adoc index 07e93ec7..d6e9f86e 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.2 + productVersion: 4.1.4 clusterConfig: authentication: - authenticationClass: ldap # <1> @@ -64,7 +64,7 @@ metadata: name: superset-with-oidc spec: image: - productVersion: 4.1.2 + productVersion: 4.1.4 clusterConfig: authentication: - authenticationClass: keycloak # <1> @@ -229,7 +229,7 @@ metadata: name: superset-with-oidc spec: image: - productVersion: 4.1.2 + productVersion: 4.1.4 clusterConfig: authentication: - authenticationClass: keycloak diff --git a/docs/modules/superset/partials/supported-versions.adoc b/docs/modules/superset/partials/supported-versions.adoc index 3acfc7ab..0fdb6256 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 (LTS) -- 4.1.1 (deprecated) +- 4.1.4 (LTS) +- 4.1.2 (deprecated) - 4.0.2 (deprecated) diff --git a/examples/superset-with-ldap.yaml b/examples/superset-with-ldap.yaml index 1b39e9f8..b63c3700 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.2 + productVersion: 4.1.4 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 057fec6a..1d6b839d 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.2 + productVersion: 4.1.4 clusterConfig: credentialsSecret: superset-db-credentials nodes: diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 7042e3fe..56dc9ac7 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -7,14 +7,14 @@ dimensions: - name: superset values: - 4.0.2 - - 4.1.1 - 4.1.2 + - 4.1.4 # Or use a custom image: - # - 4.1.1,oci.stackable.tech/razvan/superset:4.1.1-stackable0.0.0-dev + # - 4.1.4,oci.stackable.tech/razvan/superset:4.1.4-stackable0.0.0-dev - name: superset-latest values: - - 4.1.2 - # - 4.1.1,oci.stackable.tech/razvan/superset:4.1.1-stackable0.0.0-dev + - 4.1.4 + # - 4.1.4,oci.stackable.tech/razvan/superset:4.1.4-stackable0.0.0-dev - name: ldap-authentication values: - no-tls