Skip to content

Commit

Permalink
Support versions 2.1.3, 3.0.3, 3.1.0 (#457)
Browse files Browse the repository at this point in the history
* adapt to new versions

* adapted changelog
  • Loading branch information
maltesander authored Feb 16, 2024
1 parent 4e79642 commit 301b3c1
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@
- Improved CRD docs ([#431]).
- Helm: support labels in values.yaml ([#448]).
- Add support for OpenID Connect ([#423]).
- Support versions `2.1.3`, `3.0.3`, `3.1.0` ([#457]).

### Fixed

- BREAKING: Fixed various issues in the CRD structure. `clusterConfig.credentialsSecret` is now mandatory ([#429]).

### Removed

- Rmoved support for version `2.1.0` ([#457]).

[#423]: https://github.com/stackabletech/superset-operator/pull/423
[#429]: https://github.com/stackabletech/superset-operator/pull/429
[#431]: https://github.com/stackabletech/superset-operator/pull/431
[#448]: https://github.com/stackabletech/superset-operator/pull/448
[#457]: https://github.com/stackabletech/superset-operator/pull/457

## [23.11.0] - 2023-11-24

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: config
containers:
- name: superset
image: docker.stackable.tech/stackable/superset:3.0.1-stackable0.0.0-dev
image: docker.stackable.tech/stackable/superset:3.1.0-stackable0.0.0-dev
command: [
"/bin/sh",
"-c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: config
containers:
- name: superset
image: docker.stackable.tech/stackable/superset:3.0.1-stackable{{ versions.superset }}
image: docker.stackable.tech/stackable/superset:3.1.0-stackable{{ versions.superset }}
command: [
"/bin/sh",
"-c",
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: 3.0.1
productVersion: 3.1.0
clusterConfig:
credentialsSecret: simple-superset-credentials
listenerClass: external-unstable
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/superset/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
name: superset-with-ldap-server
spec:
image:
productVersion: 3.0.1
productVersion: 3.1.0
clusterConfig:
authentication:
- authenticationClass: ldap # <1>
Expand Down Expand Up @@ -60,7 +60,7 @@ metadata:
name: superset-with-oidc
spec:
image:
productVersion: 3.0.1
productVersion: 3.1.0
clusterConfig:
authentication:
- authenticationClass: keycloak # <1>
Expand Down Expand Up @@ -160,7 +160,7 @@ metadata:
name: superset-with-oidc
spec:
image:
productVersion: 3.0.1
productVersion: 3.1.0
clusterConfig:
authentication:
- authenticationClass: keycloak
Expand Down
9 changes: 6 additions & 3 deletions docs/modules/superset/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// This is a separate file, since it is used by both the direct Superset documentation, and the overarching
// Stackable Platform documentation.

- 3.0.1
- 2.1.1
- 2.1.0 (deprecated)
- 3.1.0
- 3.0.3 (deprecated)
- 3.0.1 (deprecated)
- 2.1.3 (LTS)
- 2.1.1 (deprecated)
2 changes: 1 addition & 1 deletion examples/superset-with-ldap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ metadata:
name: superset-with-ldap-server-veri-tls
spec:
image:
productVersion: 3.0.1
productVersion: 3.1.0
clusterConfig:
authentication:
- authenticationClass: superset-with-ldap-server-veri-tls-ldap
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/src/affinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mod tests {
name: simple-superset
spec:
image:
productVersion: 3.0.1
productVersion: 3.1.0
clusterConfig:
credentialsSecret: superset-db-credentials
nodes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install superset-vector-aggregator vector
--namespace $NAMESPACE
--version 0.26.0
--version 0.30.0
--repo https://helm.vector.dev
--values superset-vector-aggregator-values.yaml
---
Expand Down
8 changes: 4 additions & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
dimensions:
- name: superset
values:
- 2.1.0
- 2.1.1
- 3.0.1
- 2.1.3
- 3.0.3
- 3.1.0
- name: superset-latest
values:
- 3.0.1
- 3.1.0
- name: ldap-authentication
values:
- no-tls
Expand Down

0 comments on commit 301b3c1

Please sign in to comment.