Skip to content

Commit fe97c17

Browse files
authored
chore: Release 26.3.0-rc1 (#405)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent b4e4b20 commit fe97c17

8 files changed

Lines changed: 37 additions & 34 deletions

File tree

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+
## [26.3.0-rc1] - 2026-03-16
8+
79
### Added
810

911
- Add conversion webhook ([#400]).

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 = "26.3.0-rc1"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
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: "26.3.0-rc1"
5+
appVersion: "26.3.0-rc1"
66
description: The Stackable Operator for Stackable Commons
77
home: https://github.com/stackabletech/commons-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: "26.3"
4+
prerelease: false

extra/crds.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929
Learn more in the [authentication concept documentation][1] and the
3030
[Authentication with OpenLDAP tutorial][2].
3131
32-
[1]: https://docs.stackable.tech/home/nightly/concepts/authentication
33-
[2]: https://docs.stackable.tech/home/nightly/tutorials/authentication_with_openldap
32+
[1]: https://docs.stackable.tech/home/26.3/concepts/authentication
33+
[2]: https://docs.stackable.tech/home/26.3/tutorials/authentication_with_openldap
3434
properties:
3535
provider:
3636
description: Provider used for authentication like LDAP or Kerberos.
@@ -48,7 +48,7 @@ spec:
4848
properties:
4949
kerberos:
5050
description: |-
51-
The [Kerberos provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_kerberos).
51+
The [Kerberos provider](https://docs.stackable.tech/home/26.3/concepts/authentication#_kerberos).
5252
The Kerberos AuthenticationClass is used when users should authenticate themselves via
5353
Kerberos.
5454
properties:
@@ -60,8 +60,8 @@ spec:
6060
type: object
6161
ldap:
6262
description: |-
63-
The [LDAP provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_ldap).
64-
There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/nightly/tutorials/authentication_with_openldap)
63+
The [LDAP provider](https://docs.stackable.tech/home/26.3/concepts/authentication#_ldap).
64+
There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/26.3/tutorials/authentication_with_openldap)
6565
where you can learn to configure Superset and Trino with OpenLDAP.
6666
properties:
6767
bindCredentials:
@@ -70,8 +70,8 @@ spec:
7070
properties:
7171
scope:
7272
description: |-
73-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
74-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
73+
[Scope](https://docs.stackable.tech/home/26.3/secret-operator/scope) of the
74+
[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass).
7575
nullable: true
7676
properties:
7777
listenerVolumes:
@@ -104,7 +104,7 @@ spec:
104104
type: array
105105
type: object
106106
secretClass:
107-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
107+
description: '[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) containing the LDAP bind credentials.'
108108
type: string
109109
required:
110110
- secretClass
@@ -185,7 +185,7 @@ spec:
185185
properties:
186186
secretClass:
187187
description: |-
188-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
188+
Name of the [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) which will provide the CA certificate.
189189
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
190190
so if you got provided with a CA cert but don't have access to the key you can still use this method.
191191
type: string
@@ -288,7 +288,7 @@ spec:
288288
properties:
289289
secretClass:
290290
description: |-
291-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
291+
Name of the [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) which will provide the CA certificate.
292292
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
293293
so if you got provided with a CA cert but don't have access to the key you can still use this method.
294294
type: string
@@ -312,7 +312,7 @@ spec:
312312
type: object
313313
static:
314314
description: |-
315-
The [static provider](https://https://docs.stackable.tech/home/nightly/concepts/authentication#_static)
315+
The [static provider](https://https://docs.stackable.tech/home/26.3/concepts/authentication#_static)
316316
is used to configure a static set of users, identified by username and password.
317317
properties:
318318
userCredentialsSecret:
@@ -332,15 +332,15 @@ spec:
332332
type: object
333333
tls:
334334
description: |-
335-
The [TLS provider](https://docs.stackable.tech/home/nightly/concepts/authentication#_tls).
335+
The [TLS provider](https://docs.stackable.tech/home/26.3/concepts/authentication#_tls).
336336
The TLS AuthenticationClass is used when users should authenticate themselves with a
337337
TLS certificate.
338338
properties:
339339
clientCertSecretClass:
340340
description: |-
341-
See [ADR017: TLS authentication](https://docs.stackable.tech/home/nightly/contributor/adr/adr017-tls_authentication).
341+
See [ADR017: TLS authentication](https://docs.stackable.tech/home/26.3/contributor/adr/adr017-tls_authentication).
342342
If `client_cert_secret_class` is not set, the TLS settings may also be used for client authentication.
343-
If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
343+
If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass)
344344
will be used to provision client certificates.
345345
nullable: true
346346
type: string
@@ -380,7 +380,7 @@ spec:
380380
spec:
381381
description: |-
382382
S3 connection definition as a resource.
383-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
383+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/26.3/concepts/s3).
384384
properties:
385385
accessStyle:
386386
default: VirtualHosted
@@ -395,14 +395,14 @@ spec:
395395
credentials:
396396
description: |-
397397
If the S3 uses authentication you have to specify you S3 credentials.
398-
In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
398+
In the most cases a [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass)
399399
providing `accessKey` and `secretKey` is sufficient.
400400
nullable: true
401401
properties:
402402
scope:
403403
description: |-
404-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
405-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
404+
[Scope](https://docs.stackable.tech/home/26.3/secret-operator/scope) of the
405+
[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass).
406406
nullable: true
407407
properties:
408408
listenerVolumes:
@@ -435,7 +435,7 @@ spec:
435435
type: array
436436
type: object
437437
secretClass:
438-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
438+
description: '[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) containing the LDAP bind credentials.'
439439
type: string
440440
required:
441441
- secretClass
@@ -494,7 +494,7 @@ spec:
494494
properties:
495495
secretClass:
496496
description: |-
497-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
497+
Name of the [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) which will provide the CA certificate.
498498
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
499499
so if you got provided with a CA cert but don't have access to the key you can still use this method.
500500
type: string
@@ -545,7 +545,7 @@ spec:
545545
spec:
546546
description: |-
547547
S3 bucket specification containing the bucket name and an inlined or referenced connection specification.
548-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
548+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/26.3/concepts/s3).
549549
properties:
550550
bucketName:
551551
description: The name of the S3 bucket.
@@ -561,7 +561,7 @@ spec:
561561
inline:
562562
description: |-
563563
S3 connection definition as a resource.
564-
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly/concepts/s3).
564+
Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/26.3/concepts/s3).
565565
properties:
566566
accessStyle:
567567
default: VirtualHosted
@@ -576,14 +576,14 @@ spec:
576576
credentials:
577577
description: |-
578578
If the S3 uses authentication you have to specify you S3 credentials.
579-
In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass)
579+
In the most cases a [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass)
580580
providing `accessKey` and `secretKey` is sufficient.
581581
nullable: true
582582
properties:
583583
scope:
584584
description: |-
585-
[Scope](https://docs.stackable.tech/home/nightly/secret-operator/scope) of the
586-
[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
585+
[Scope](https://docs.stackable.tech/home/26.3/secret-operator/scope) of the
586+
[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass).
587587
nullable: true
588588
properties:
589589
listenerVolumes:
@@ -616,7 +616,7 @@ spec:
616616
type: array
617617
type: object
618618
secretClass:
619-
description: '[SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) containing the LDAP bind credentials.'
619+
description: '[SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) containing the LDAP bind credentials.'
620620
type: string
621621
required:
622622
- secretClass
@@ -675,7 +675,7 @@ spec:
675675
properties:
676676
secretClass:
677677
description: |-
678-
Name of the [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) which will provide the CA certificate.
678+
Name of the [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) which will provide the CA certificate.
679679
Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
680680
so if you got provided with a CA cert but don't have access to the key you can still use this method.
681681
type: string

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: 26.3.0-rc1

0 commit comments

Comments
 (0)