Skip to content

Commit ffe6ccf

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

File tree

9 files changed

+38
-35
lines changed

9 files changed

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

911
- Bump stackable-operator to 0.108.0, strum to 0.28, snafu to 0.9, and ldap3 to 0.12 ([#685], [#688]).

Cargo.lock

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

Cargo.nix

Lines changed: 6 additions & 6 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
@@ -4,7 +4,7 @@ default-members = ["rust/operator-binary"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.0.0-dev"
7+
version = "26.3.0-rc1"
88
authors = ["Stackable GmbH <info@stackable.tech>"]
99
license = "OSL-3.0"
1010
edition = "2021"

deploy/helm/secret-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: secret-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 Secret Operator
77
home: https://github.com/stackabletech/secret-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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ spec:
2121
properties:
2222
spec:
2323
description: |-
24-
A [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) is a cluster-global Kubernetes resource
24+
A [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) is a cluster-global Kubernetes resource
2525
that defines a category of secrets that the Secret Operator knows how to provision.
2626
properties:
2727
backend:
2828
description: |-
2929
Each SecretClass is associated with a single
30-
[backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend),
30+
[backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend),
3131
which dictates the mechanism for issuing that kind of Secret.
3232
oneOf:
3333
- required:
@@ -41,7 +41,7 @@ spec:
4141
properties:
4242
autoTls:
4343
description: |-
44-
The [`autoTls` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-autotls)
44+
The [`autoTls` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-autotls)
4545
issues a TLS certificate signed by the Secret Operator.
4646
The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
4747
@@ -198,7 +198,7 @@ spec:
198198
A new certificate will be requested the first time it is used by a Pod, it
199199
will be reused after that (subject to cert-manager renewal rules).
200200
201-
[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
201+
[1]: https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-certmanager
202202
[cert-manager]: https://cert-manager.io/
203203
properties:
204204
defaultCertificateLifetime:
@@ -258,7 +258,7 @@ spec:
258258
type: object
259259
k8sSearch:
260260
description: |-
261-
The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-k8ssearch)
261+
The [`k8sSearch` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-k8ssearch)
262262
can be used to mount Secrets across namespaces into Pods.
263263
properties:
264264
searchNamespace:
@@ -294,7 +294,7 @@ spec:
294294
type: object
295295
kerberosKeytab:
296296
description: |-
297-
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-kerberoskeytab)
297+
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-kerberoskeytab)
298298
creates a Kerberos keytab file for a selected realm.
299299
The Kerberos KDC and administrator credentials must be provided by the administrator.
300300
properties:
@@ -448,13 +448,13 @@ spec:
448448
properties:
449449
spec:
450450
description: |-
451-
A [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) is a cluster-global Kubernetes resource
451+
A [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass) is a cluster-global Kubernetes resource
452452
that defines a category of secrets that the Secret Operator knows how to provision.
453453
properties:
454454
backend:
455455
description: |-
456456
Each SecretClass is associated with a single
457-
[backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend),
457+
[backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend),
458458
which dictates the mechanism for issuing that kind of Secret.
459459
oneOf:
460460
- required:
@@ -468,7 +468,7 @@ spec:
468468
properties:
469469
autoTls:
470470
description: |-
471-
The [`autoTls` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-autotls)
471+
The [`autoTls` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-autotls)
472472
issues a TLS certificate signed by the Secret Operator.
473473
The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
474474
@@ -625,7 +625,7 @@ spec:
625625
A new certificate will be requested the first time it is used by a Pod, it
626626
will be reused after that (subject to cert-manager renewal rules).
627627
628-
[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
628+
[1]: https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-certmanager
629629
[cert-manager]: https://cert-manager.io/
630630
properties:
631631
defaultCertificateLifetime:
@@ -685,7 +685,7 @@ spec:
685685
type: object
686686
k8sSearch:
687687
description: |-
688-
The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-k8ssearch)
688+
The [`k8sSearch` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-k8ssearch)
689689
can be used to mount Secrets across namespaces into Pods.
690690
properties:
691691
searchNamespace:
@@ -721,7 +721,7 @@ spec:
721721
type: object
722722
kerberosKeytab:
723723
description: |-
724-
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-kerberoskeytab)
724+
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#backend-kerberoskeytab)
725725
creates a Kerberos keytab file for a selected realm.
726726
The Kerberos KDC and administrator credentials must be provided by the administrator.
727727
properties:
@@ -890,13 +890,13 @@ spec:
890890
properties:
891891
spec:
892892
description: |-
893-
A [TrustStore](https://docs.stackable.tech/home/nightly/secret-operator/truststore) requests information about how to
894-
validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
893+
A [TrustStore](https://docs.stackable.tech/home/26.3/secret-operator/truststore) requests information about how to
894+
validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/26.3/secret-operator/secretclass).
895895
896896
The requested information is written to a ConfigMap with the same name as the TrustStore.
897897
properties:
898898
format:
899-
description: The [format](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#format) that the data should be converted into.
899+
description: The [format](https://docs.stackable.tech/home/26.3/secret-operator/secretclass#format) that the data should be converted into.
900900
enum:
901901
- tls-pem
902902
- tls-pkcs12

rust/cert-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cert-tools"
33
description = "Merge multiple truststores encoded as PEM or PKCS12 into a JVM compatible format"
4-
version = "0.1.1" # Managed by .scripts/release_cert-tools.sh
4+
version = "26.3.0-rc1"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

tests/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 0.0.0-dev
10+
operatorVersion: 26.3.0-rc1
1111
secret:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 26.3.0-rc1
1313
listener:
14-
operatorVersion: 0.0.0-dev
14+
operatorVersion: 26.3.0-rc1

0 commit comments

Comments
 (0)