Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@

### Added

- Add support for Superset 6.0.0-rc2 ([#680]).
- Add support for Superset 6.0.0 ([#680], [#695]).
- Support objectOverrides using `.spec.objectOverrides`.
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#693]).

### Changed

- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#691]).

### Removed

- Remove support for Superset 4.0.2 and 4.1.2 ([#695]).

[#680]: https://github.com/stackabletech/superset-operator/pull/680
[#691]: https://github.com/stackabletech/superset-operator/pull/691
[#693]: https://github.com/stackabletech/superset-operator/pull/693
[#695]: https://github.com/stackabletech/superset-operator/pull/695

## [25.11.0] - 2025-11-07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-superset
spec:
image:
productVersion: 6.0.0-rc2
productVersion: 6.0.0
clusterConfig:
credentialsSecret: simple-superset-credentials
nodes:
Expand Down
4 changes: 1 addition & 3 deletions docs/modules/superset/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
// This is a separate file, since it is used by both the direct Superset documentation, and the overarching
// Stackable Platform documentation.

- 6.0.0-rc2 (experimental)
- 6.0.0
- 4.1.4 (LTS)
- 4.1.2 (deprecated)
- 4.0.2 (deprecated)
6 changes: 2 additions & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
dimensions:
- name: superset
values:
- 4.0.2
- 4.1.2
- 4.1.4
- 6.0.0-rc2
- 6.0.0
# Or use a custom image:
# - x.x.x,oci.stackable.tech/razvan/superset:x.x.x-stackable0.0.0-dev
- name: superset-latest
values:
- 6.0.0-rc2
- 6.0.0
# - x.x.x,oci.stackable.tech/razvan/superset:x.x.x-stackable0.0.0-dev
- name: ldap-authentication
values:
Expand Down