Skip to content

Commit d214091

Browse files
authored
release 24.11.1-rc2 (#579)
Signed-off-by: Andrew Kenworthy <[email protected]>
1 parent 483b792 commit d214091

File tree

10 files changed

+31
-29
lines changed

10 files changed

+31
-29
lines changed

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+
## [24.11.1-rc2] - 2024-12-12
6+
57
## [24.11.1-rc1] - 2024-12-06
68

79
### Fixed

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.

Cargo.nix

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["rust/crd", "rust/operator-binary"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "24.11.1-rc1"
6+
version = "24.11.1-rc2"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

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

docs/modules/superset/examples/getting_started/getting_started.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ echo "Updating Helm repo"
3232
helm repo update
3333
echo "Installing Operators with Helm"
3434
# tag::helm-install-operators[]
35-
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc1
36-
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc1
37-
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc1
38-
helm install --wait superset-operator stackable-stable/superset-operator --version 24.11.1-rc1
35+
helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc2
36+
helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc2
37+
helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc2
38+
helm install --wait superset-operator stackable-stable/superset-operator --version 24.11.1-rc2
3939
# end::helm-install-operators[]
4040
;;
4141
"stackablectl")
4242
echo "installing Operators with stackablectl"
4343
# tag::stackablectl-install-operators[]
4444
stackablectl operator install \
45-
commons=24.11.1-rc1 \
46-
secret=24.11.1-rc1 \
47-
listener=24.11.1-rc1 \
48-
superset=24.11.1-rc1
45+
commons=24.11.1-rc2 \
46+
secret=24.11.1-rc2 \
47+
listener=24.11.1-rc2 \
48+
superset=24.11.1-rc2
4949
# end::stackablectl-install-operators[]
5050
;;
5151
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installed commons=24.11.1-rc1 operator
2-
Installed secret=24.11.1-rc1 operator
3-
Installed listener=24.11.1-rc1 operator
4-
Installed superset=24.11.1-rc1 operator
1+
Installed commons=24.11.1-rc2 operator
2+
Installed secret=24.11.1-rc2 operator
3+
Installed listener=24.11.1-rc2 operator
4+
Installed superset=24.11.1-rc2 operator

docs/modules/superset/examples/getting_started/superset-load-examples-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
name: config
1414
containers:
1515
- name: superset
16-
image: docker.stackable.tech/stackable/superset:4.0.2-stackable24.11.1-rc1
16+
image: docker.stackable.tech/stackable/superset:4.0.2-stackable24.11.1-rc2
1717
command: [
1818
"/bin/sh",
1919
"-c",

docs/templating_vars.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ helm:
33
repo_name: stackable-stable
44
repo_url: https://repo.stackable.tech/repository/helm-stable/
55
versions:
6-
commons: 24.11.1-rc1
7-
secret: 24.11.1-rc1
8-
listener: 24.11.1-rc1
9-
superset: 24.11.1-rc1
6+
commons: 24.11.1-rc2
7+
secret: 24.11.1-rc2
8+
listener: 24.11.1-rc2
9+
superset: 24.11.1-rc2

tests/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 24.11.1-rc1
10+
operatorVersion: 24.11.1-rc2
1111
secret:
12-
operatorVersion: 24.11.1-rc1
12+
operatorVersion: 24.11.1-rc2
1313
listener:
14-
operatorVersion: 24.11.1-rc1
14+
operatorVersion: 24.11.1-rc2
1515
druid:
16-
operatorVersion: 24.11.1-rc1
16+
operatorVersion: 24.11.1-rc2
1717
superset:
18-
operatorVersion: 24.11.1-rc1
18+
operatorVersion: 24.11.1-rc2

0 commit comments

Comments
 (0)