Skip to content

Commit 08d94d8

Browse files
committed
release 23.7.0
1 parent 98e5e3b commit 08d94d8

9 files changed

Lines changed: 23 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [23.7.0] - 2023-07-14
6+
57
### Added
68

79
- Added support for Superset versions `1.4.2`, `1.5.3`, `2.0.1` and `2.1.0` ([#362]).

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/superset-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: superset-operator
4-
version: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "23.7.0"
5+
appVersion: "23.7.0"
66
description: The Stackable Operator for Apache Superset
77
home: https://github.com/stackabletech/superset-operator
88
maintainers:

docs/antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: home
3-
version: "nightly"
3+
version: "23.7"
4+
prerelease: false

docs/modules/superset/pages/usage-guide/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The default setting is to manually set up users via the Webinterface.
88

99
=== LDAP
1010

11-
Superset supports xref:nightly@home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:nightly@home:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server.
11+
Superset supports xref:home:concepts:authentication.adoc[authentication] of users against an LDAP server. This requires setting up an xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClass] for the LDAP server.
1212
The AuthenticationClass is then referenced in the SupersetCluster resource as follows:
1313

1414
[source,yaml]
@@ -32,7 +32,7 @@ spec:
3232

3333
Users that log in with LDAP are assigned to a default https://superset.apache.org/docs/security/#roles[Role] which is specified with the `userRegistrationRole` property.
3434

35-
You can follow the xref:nightly@home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:nightly@home:reference:authenticationclass.adoc[] reference.
35+
You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the xref:home:reference:authenticationclass.adoc[] reference.
3636

3737
=== [[oauth]]OAuth
3838

docs/templating_vars.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
helm:
3-
repo_name: stackable-dev
4-
repo_url: https://repo.stackable.tech/repository/helm-dev/
3+
repo_name: stackable-stable
4+
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
commons: 0.0.0-dev
7-
secret: 0.0.0-dev
8-
superset: 0.0.0-dev
6+
commons: "23.7"
7+
secret: "23.7"
8+
superset: "23.7"

rust/crd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "OSL-3.0"
66
name = "stackable-superset-crd"
77
repository = "https://github.com/stackabletech/superset-operator"
8-
version = "0.0.0-dev"
8+
version = "23.7.0"
99
publish = false
1010

1111
[dependencies]

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackable-superset-operator"
33
authors = ["Stackable GmbH <info@stackable.de>"]
44
description = "Stackable Operator for Apache Superset"
55
license = "OSL-3.0"
6-
version = "0.0.0-dev"
6+
version = "23.7.0"
77
edition = "2021"
88
repository = "https://github.com/stackabletech/superset-operator"
99
publish = false

tests/test-definition.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
dimensions:
77
- name: superset
88
values:
9-
- 1.3.2-stackable0.0.0-dev
10-
- 1.4.2-stackable0.0.0-dev
11-
- 1.5.3-stackable0.0.0-dev
12-
- 2.0.1-stackable0.0.0-dev
13-
- 2.1.0-stackable0.0.0-dev
9+
- 1.3.2-stackable23.7
10+
- 1.4.2-stackable23.7
11+
- 1.5.3-stackable23.7
12+
- 2.0.1-stackable23.7
13+
- 2.1.0-stackable23.7
1414
- name: superset-latest
1515
values:
16-
- 2.1.0-stackable0.0.0-dev
16+
- 2.1.0-stackable23.7
1717
- name: ldap-authentication
1818
values:
1919
- no-tls

0 commit comments

Comments
 (0)