Skip to content

Commit ef187cf

Browse files
authored
chore: Release 25.11.0-rc1 (#677)
Signed-off-by: Techassi <[email protected]>
1 parent d6b3119 commit ef187cf

File tree

12 files changed

+54
-51
lines changed

12 files changed

+54
-51
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+
## [25.11.0-rc1] - 2025-11-06
6+
57
### Added
68

79
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#670]).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
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/operator-binary"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.0.0-dev"
6+
version = "25.11.0-rc1"
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: "0.0.0-dev"
5-
appVersion: "0.0.0-dev"
4+
version: "25.11.0-rc1"
5+
appVersion: "25.11.0-rc1"
66
description: The Stackable Operator for Apache Superset
77
home: https://github.com/stackabletech/superset-operator
88
maintainers:

deploy/helm/superset-operator/crds/crds.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
description: |-
2727
A Superset cluster stacklet. This resource is managed by the Stackable operator for Apache Superset.
2828
Find more information on how to use it and the resources that the operator generates in the
29-
[operator documentation](https://docs.stackable.tech/home/nightly/superset/).
29+
[operator documentation](https://docs.stackable.tech/home/25.11/superset/).
3030
properties:
3131
clusterConfig:
3232
description: |-
@@ -39,7 +39,7 @@ spec:
3939
items:
4040
properties:
4141
authenticationClass:
42-
description: Name of the [AuthenticationClass](https://docs.stackable.tech/home/nightly/concepts/authentication) used to authenticate users
42+
description: Name of the [AuthenticationClass](https://docs.stackable.tech/home/25.11/concepts/authentication) used to authenticate users
4343
type: string
4444
oidc:
4545
description: This field contains OIDC-specific configuration. It is only required in case OIDC is used.
@@ -98,9 +98,9 @@ spec:
9898
properties:
9999
roleMappingFromOpa:
100100
description: |-
101-
Configure the OPA stacklet [discovery ConfigMap](https://docs.stackable.tech/home/nightly/concepts/service_discovery)
101+
Configure the OPA stacklet [discovery ConfigMap](https://docs.stackable.tech/home/25.11/concepts/service_discovery)
102102
and the name of the Rego package containing your authorization rules.
103-
Consult the [OPA authorization documentation](https://docs.stackable.tech/home/nightly/concepts/opa)
103+
Consult the [OPA authorization documentation](https://docs.stackable.tech/home/25.11/concepts/opa)
104104
to learn how to deploy Rego authorization rules with OPA.
105105
properties:
106106
cache:
@@ -124,7 +124,7 @@ spec:
124124
type: object
125125
configMapName:
126126
description: |-
127-
The [discovery ConfigMap](https://docs.stackable.tech/home/nightly/concepts/service_discovery)
127+
The [discovery ConfigMap](https://docs.stackable.tech/home/25.11/concepts/service_discovery)
128128
for the OPA stacklet that should be used for authorization requests.
129129
type: string
130130
package:
@@ -167,7 +167,7 @@ spec:
167167
description: |-
168168
The name of the Secret object containing the admin user credentials and database connection details.
169169
Read the
170-
[getting started guide first steps](https://docs.stackable.tech/home/nightly/superset/getting_started/first_steps)
170+
[getting started guide first steps](https://docs.stackable.tech/home/25.11/superset/getting_started/first_steps)
171171
to find out more.
172172
type: string
173173
mapboxSecret:
@@ -180,9 +180,9 @@ spec:
180180
type: string
181181
vectorAggregatorConfigMapName:
182182
description: |-
183-
Name of the Vector aggregator [discovery ConfigMap](https://docs.stackable.tech/home/nightly/concepts/service_discovery).
183+
Name of the Vector aggregator [discovery ConfigMap](https://docs.stackable.tech/home/25.11/concepts/service_discovery).
184184
It must contain the key `ADDRESS` with the address of the Vector aggregator.
185-
Follow the [logging tutorial](https://docs.stackable.tech/home/nightly/tutorials/logging-vector-aggregator)
185+
Follow the [logging tutorial](https://docs.stackable.tech/home/25.11/tutorials/logging-vector-aggregator)
186186
to learn how to configure log aggregation with Vector.
187187
nullable: true
188188
type: string
@@ -201,7 +201,7 @@ spec:
201201
You can also configure a custom image registry to pull from, as well as completely custom
202202
images.
203203
204-
Consult the [Product image selection documentation](https://docs.stackable.tech/home/nightly/concepts/product_image_selection)
204+
Consult the [Product image selection documentation](https://docs.stackable.tech/home/25.11/concepts/product_image_selection)
205205
for details.
206206
properties:
207207
custom:
@@ -253,7 +253,7 @@ spec:
253253
on role level. There is also a second form of config, which can only be configured
254254
at role level, the `roleConfig`.
255255
You can learn more about this in the
256-
[Roles and role group concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups).
256+
[Roles and role group concept documentation](https://docs.stackable.tech/home/25.11/concepts/roles-and-role-groups).
257257
nullable: true
258258
properties:
259259
cliOverrides:
@@ -272,7 +272,7 @@ spec:
272272
podAntiAffinity: null
273273
description: |-
274274
These configuration settings control
275-
[Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
275+
[Pod placement](https://docs.stackable.tech/home/25.11/concepts/operations/pod_placement).
276276
properties:
277277
nodeAffinity:
278278
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -304,7 +304,7 @@ spec:
304304
default:
305305
containers: {}
306306
enableVectorAgent: null
307-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
307+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11/concepts/logging).
308308
properties:
309309
containers:
310310
additionalProperties:
@@ -471,7 +471,7 @@ spec:
471471
description: |-
472472
The `configOverrides` can be used to configure properties in product config files
473473
that are not exposed in the CRD. Read the
474-
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
474+
[config overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#config-overrides)
475475
and consult the operator specific usage guide documentation for details on the
476476
available config files and settings for the specific product.
477477
type: object
@@ -483,7 +483,7 @@ spec:
483483
`envOverrides` configure environment variables to be set in the Pods.
484484
It is a map from strings to strings - environment variables and the value to set.
485485
Read the
486-
[environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides)
486+
[environment variable overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#env-overrides)
487487
for more information and consult the operator specific usage guide to find out about
488488
the product specific environment variables that are available.
489489
type: object
@@ -494,7 +494,7 @@ spec:
494494
[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
495495
to override any property that can be set on a Kubernetes Pod.
496496
Read the
497-
[Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
497+
[Pod overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#pod-overrides)
498498
for more information.
499499
type: object
500500
x-kubernetes-preserve-unknown-fields: true
@@ -521,7 +521,7 @@ spec:
521521
2. The allowed number of Pods to be unavailable (`maxUnavailable`)
522522
523523
Learn more in the
524-
[allowed Pod disruptions documentation](https://docs.stackable.tech/home/nightly/concepts/operations/pod_disruptions).
524+
[allowed Pod disruptions documentation](https://docs.stackable.tech/home/25.11/concepts/operations/pod_disruptions).
525525
properties:
526526
enabled:
527527
default: true
@@ -561,7 +561,7 @@ spec:
561561
podAntiAffinity: null
562562
description: |-
563563
These configuration settings control
564-
[Pod placement](https://docs.stackable.tech/home/nightly/concepts/operations/pod_placement).
564+
[Pod placement](https://docs.stackable.tech/home/25.11/concepts/operations/pod_placement).
565565
properties:
566566
nodeAffinity:
567567
description: Same as the `spec.affinity.nodeAffinity` field on the Pod, see the [Kubernetes docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node)
@@ -593,7 +593,7 @@ spec:
593593
default:
594594
containers: {}
595595
enableVectorAgent: null
596-
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/nightly/concepts/logging).
596+
description: Logging configuration, learn more in the [logging concept documentation](https://docs.stackable.tech/home/25.11/concepts/logging).
597597
properties:
598598
containers:
599599
additionalProperties:
@@ -760,7 +760,7 @@ spec:
760760
description: |-
761761
The `configOverrides` can be used to configure properties in product config files
762762
that are not exposed in the CRD. Read the
763-
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
763+
[config overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#config-overrides)
764764
and consult the operator specific usage guide documentation for details on the
765765
available config files and settings for the specific product.
766766
type: object
@@ -772,7 +772,7 @@ spec:
772772
`envOverrides` configure environment variables to be set in the Pods.
773773
It is a map from strings to strings - environment variables and the value to set.
774774
Read the
775-
[environment variable overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#env-overrides)
775+
[environment variable overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#env-overrides)
776776
for more information and consult the operator specific usage guide to find out about
777777
the product specific environment variables that are available.
778778
type: object
@@ -783,7 +783,7 @@ spec:
783783
[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)
784784
to override any property that can be set on a Kubernetes Pod.
785785
Read the
786-
[Pod overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#pod-overrides)
786+
[Pod overrides documentation](https://docs.stackable.tech/home/25.11/concepts/overrides#pod-overrides)
787787
for more information.
788788
type: object
789789
x-kubernetes-preserve-unknown-fields: true
@@ -878,7 +878,7 @@ spec:
878878
spec:
879879
description: |-
880880
The DruidConnection resource can be used to automatically deploy a Druid datasource in Superset.
881-
Learn more about it in the [Superset operator usage guide](https://docs.stackable.tech/home/nightly/superset/usage-guide/connecting-druid).
881+
Learn more about it in the [Superset operator usage guide](https://docs.stackable.tech/home/25.11/superset/usage-guide/connecting-druid).
882882
properties:
883883
druid:
884884
description: The Druid to connect.

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: "25.11"
4+
prerelease: false

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ case "$1" in
2626
"helm")
2727
echo "Installing Operators with Helm"
2828
# tag::helm-install-operators[]
29-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
30-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0.0-dev
31-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev
32-
helm install --wait superset-operator oci://oci.stackable.tech/sdp-charts/superset-operator --version 0.0.0-dev
29+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.11.0-rc1
30+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.11.0-rc1
31+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.11.0-rc1
32+
helm install --wait superset-operator oci://oci.stackable.tech/sdp-charts/superset-operator --version 25.11.0-rc1
3333
# end::helm-install-operators[]
3434
;;
3535
"stackablectl")
3636
echo "installing Operators with stackablectl"
3737
# tag::stackablectl-install-operators[]
3838
stackablectl operator install \
39-
commons=0.0.0-dev \
40-
secret=0.0.0-dev \
41-
listener=0.0.0-dev \
42-
superset=0.0.0-dev
39+
commons=25.11.0-rc1 \
40+
secret=25.11.0-rc1 \
41+
listener=25.11.0-rc1 \
42+
superset=25.11.0-rc1
4343
# end::stackablectl-install-operators[]
4444
;;
4545
*)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installed commons=0.0.0-dev operator
2-
Installed secret=0.0.0-dev operator
3-
Installed listener=0.0.0-dev operator
4-
Installed superset=0.0.0-dev operator
1+
Installed commons=25.11.0-rc1 operator
2+
Installed secret=25.11.0-rc1 operator
3+
Installed listener=25.11.0-rc1 operator
4+
Installed superset=25.11.0-rc1 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: oci.stackable.tech/sdp/superset:4.1.4-stackable0.0.0-dev
16+
image: oci.stackable.tech/sdp/superset:4.1.4-stackable25.11.0-rc1
1717
command: [
1818
"/bin/sh",
1919
"-c",

0 commit comments

Comments
 (0)