Skip to content

Commit 3f789f0

Browse files
authored
chore: Release 25.11.0-rc1 (#383)
Signed-off-by: Techassi <[email protected]>
1 parent 7d56730 commit 3f789f0

File tree

8 files changed

+37
-34
lines changed

8 files changed

+37
-34
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [25.11.0-rc1] - 2025-11-06
8+
79
### Added
810

911
- Helm: Allow Pod `priorityClassName` to be configured ([#376]).

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/commons-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: commons-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 Stackable Commons
77
home: https://github.com/stackabletech/commons-operator
88
maintainers:

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ spec:
3131
Learn more in the [authentication concept documentation][1] and the
3232
[Authentication with OpenLDAP tutorial][2].
3333
34-
[1]: https://docs.stackable.tech/home/nightly/concepts/authentication
35-
[2]: https://docs.stackable.tech/home/nightly/tutorials/authentication_with_openldap
34+
[1]: https://docs.stackable.tech/home/25.11/concepts/authentication
35+
[2]: https://docs.stackable.tech/home/25.11/tutorials/authentication_with_openldap
3636
properties:
3737
provider:
3838
description: Provider used for authentication like LDAP or Kerberos.
@@ -50,7 +50,7 @@ spec:
5050
properties:
5151
kerberos:
5252
description: |-
53-
The [Kerberos provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_kerberos).
53+
The [Kerberos provider](https://docs.stackable.tech/home/25.11/concepts/authentication#_kerberos).
5454
The Kerberos AuthenticationClass is used when users should authenticate themselves via
5555
Kerberos.
5656
properties:
@@ -62,8 +62,8 @@ spec:
6262
type: object
6363
ldap:
6464
description: |-
65-
The [LDAP provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_ldap).
66-
There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/nightly/tutorials/authentication_with_openldap)
65+
The [LDAP provider](https://docs.stackable.tech/home/25.11/concepts/authentication#_ldap).
66+
There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/25.11/tutorials/authentication_with_openldap)
6767
where you can learn to configure Superset and Trino with OpenLDAP.
6868
properties:
6969
bindCredentials:
@@ -72,8 +72,8 @@ spec:
7272
properties:
7373
scope:
7474
description: |-
75-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
76-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
75+
[Scope](https://docs.stackable.tech/home/25.11/secret-operator/scope) of the
76+
[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass).
7777
nullable: true
7878
properties:
7979
listenerVolumes:
@@ -106,7 +106,7 @@ spec:
106106
type: array
107107
type: object
108108
secretClass:
109-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
109+
description: '[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) containing the LDAP bind credentials.'
110110
type: string
111111
required:
112112
- secretClass
@@ -187,7 +187,7 @@ spec:
187187
properties:
188188
secretClass:
189189
description: |-
190-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
190+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
191191
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
192192
so if you got provided with a CA cert but don't have access to the key you can still use this method.
193193
type: string
@@ -290,7 +290,7 @@ spec:
290290
properties:
291291
secretClass:
292292
description: |-
293-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
293+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
294294
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
295295
so if you got provided with a CA cert but don't have access to the key you can still use this method.
296296
type: string
@@ -314,7 +314,7 @@ spec:
314314
type: object
315315
static:
316316
description: |-
317-
The [static provider](https://https://docs.stackable.tech/home/nightly/concepts/authentication#_static)
317+
The [static provider](https://https://docs.stackable.tech/home/25.11/concepts/authentication#_static)
318318
is used to configure a static set of users, identified by username and password.
319319
properties:
320320
userCredentialsSecret:
@@ -334,15 +334,15 @@ spec:
334334
type: object
335335
tls:
336336
description: |-
337-
The [TLS provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_tls).
337+
The [TLS provider](https://docs.stackable.tech/home/25.11/concepts/authentication#_tls).
338338
The TLS AuthenticationClass is used when users should authenticate themselves with a
339339
TLS certificate.
340340
properties:
341341
clientCertSecretClass:
342342
description: |-
343-
See [ADR017: TLS authentication](https://docs.stackable.tech/home/nightly/contributor/adr/adr017-tls_authentication).
343+
See [ADR017: TLS authentication](https://docs.stackable.tech/home/25.11/contributor/adr/adr017-tls_authentication).
344344
If `client_cert_secret_class` is not set, the TLS settings may also be used for client authentication.
345-
If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
345+
If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass)
346346
will be used to provision client certificates.
347347
nullable: true
348348
type: string
@@ -384,7 +384,7 @@ spec:
384384
spec:
385385
description: |-
386386
S3 connection definition as a resource.
387-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
387+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11/concepts/s3).
388388
properties:
389389
accessStyle:
390390
default: VirtualHosted
@@ -399,14 +399,14 @@ spec:
399399
credentials:
400400
description: |-
401401
If the S3 uses authentication you have to specify you S3 credentials.
402-
In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
402+
In the most cases a [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass)
403403
providing `accessKey` and `secretKey` is sufficient.
404404
nullable: true
405405
properties:
406406
scope:
407407
description: |-
408-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
409-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
408+
[Scope](https://docs.stackable.tech/home/25.11/secret-operator/scope) of the
409+
[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass).
410410
nullable: true
411411
properties:
412412
listenerVolumes:
@@ -439,7 +439,7 @@ spec:
439439
type: array
440440
type: object
441441
secretClass:
442-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
442+
description: '[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) containing the LDAP bind credentials.'
443443
type: string
444444
required:
445445
- secretClass
@@ -498,7 +498,7 @@ spec:
498498
properties:
499499
secretClass:
500500
description: |-
501-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
501+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
502502
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
503503
so if you got provided with a CA cert but don't have access to the key you can still use this method.
504504
type: string
@@ -551,7 +551,7 @@ spec:
551551
spec:
552552
description: |-
553553
S3 bucket specification containing the bucket name and an inlined or referenced connection specification.
554-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
554+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11/concepts/s3).
555555
properties:
556556
bucketName:
557557
description: The name of the S3 bucket.
@@ -567,7 +567,7 @@ spec:
567567
inline:
568568
description: |-
569569
S3 connection definition as a resource.
570-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
570+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11/concepts/s3).
571571
properties:
572572
accessStyle:
573573
default: VirtualHosted
@@ -582,14 +582,14 @@ spec:
582582
credentials:
583583
description: |-
584584
If the S3 uses authentication you have to specify you S3 credentials.
585-
In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
585+
In the most cases a [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass)
586586
providing `accessKey` and `secretKey` is sufficient.
587587
nullable: true
588588
properties:
589589
scope:
590590
description: |-
591-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
592-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
591+
[Scope](https://docs.stackable.tech/home/25.11/secret-operator/scope) of the
592+
[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass).
593593
nullable: true
594594
properties:
595595
listenerVolumes:
@@ -622,7 +622,7 @@ spec:
622622
type: array
623623
type: object
624624
secretClass:
625-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
625+
description: '[SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) containing the LDAP bind credentials.'
626626
type: string
627627
required:
628628
- secretClass
@@ -681,7 +681,7 @@ spec:
681681
properties:
682682
secretClass:
683683
description: |-
684-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
684+
Name of the [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) which will provide the CA certificate.
685685
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
686686
so if you got provided with a CA cert but don't have access to the key you can still use this method.
687687
type: string

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

tests/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 0.0.0-dev
10+
operatorVersion: 25.11.0-rc1

0 commit comments

Comments
 (0)