Skip to content

Commit 306d94a

Browse files
committed
release 23.4.1
1 parent c652fbf commit 306d94a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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: "23.4.0"
5-
appVersion: "23.4.0"
4+
version: "23.4.1"
5+
appVersion: "23.4.1"
66
description: The Stackable Operator for Apache Superset
77
home: https://github.com/stackabletech/superset-operator
88
maintainers:

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 = "23.4.0"
8+
version = "23.4.1"
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 = "23.4.0"
6+
version = "23.4.1"
77
edition = "2021"
88
repository = "https://github.com/stackabletech/superset-operator"
99
publish = false

tests/test-definition.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
dimensions:
33
- name: superset
44
values:
5-
- 1.3.2-stackable23.4.0
6-
- 1.4.1-stackable23.4.0
7-
- 1.5.1-stackable23.4.0
5+
- 1.3.2-stackable23.4.1
6+
- 1.4.1-stackable23.4.1
7+
- 1.5.1-stackable23.4.1
88
- name: superset-latest
99
values:
10-
- 1.5.1-stackable23.4.0
10+
- 1.5.1-stackable23.4.1
1111
- name: ldap-authentication
1212
values:
1313
- no-tls

0 commit comments

Comments
 (0)