Skip to content

Commit d7c3aa6

Browse files
committed
chore: Release 25.11.0-rc1
Signed-off-by: Techassi <[email protected]>
1 parent c5fe8d7 commit d7c3aa6

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+
## [25.11.0-rc1] - 2025-11-06
8+
79
### Added
810

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

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 = "25.11.0-rc1"
88
authors = ["Stackable GmbH <[email protected]>"]
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: "25.11.0-rc1"
5+
appVersion: "25.11.0-rc1"
66
description: The Stackable Operator for Stackable Secret Operator
77
home: https://github.com/stackabletech/secret-operator
88
maintainers:

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ spec:
2323
properties:
2424
spec:
2525
description: |-
26-
A [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) is a cluster-global Kubernetes resource
26+
A [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) is a cluster-global Kubernetes resource
2727
that defines a category of secrets that the Secret Operator knows how to provision.
2828
properties:
2929
backend:
3030
description: |-
3131
Each SecretClass is associated with a single
32-
[backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend),
32+
[backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend),
3333
which dictates the mechanism for issuing that kind of Secret.
3434
oneOf:
3535
- required:
@@ -43,7 +43,7 @@ spec:
4343
properties:
4444
autoTls:
4545
description: |-
46-
The [`autoTls` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-autotls)
46+
The [`autoTls` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-autotls)
4747
issues a TLS certificate signed by the Secret Operator.
4848
The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
4949
@@ -200,7 +200,7 @@ spec:
200200
A new certificate will be requested the first time it is used by a Pod, it
201201
will be reused after that (subject to cert-manager renewal rules).
202202
203-
[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
203+
[1]: https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-certmanager
204204
[cert-manager]: https://cert-manager.io/
205205
properties:
206206
defaultCertificateLifetime:
@@ -260,7 +260,7 @@ spec:
260260
type: object
261261
k8sSearch:
262262
description: |-
263-
The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-k8ssearch)
263+
The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-k8ssearch)
264264
can be used to mount Secrets across namespaces into Pods.
265265
properties:
266266
searchNamespace:
@@ -296,7 +296,7 @@ spec:
296296
type: object
297297
kerberosKeytab:
298298
description: |-
299-
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-kerberoskeytab)
299+
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-kerberoskeytab)
300300
creates a Kerberos keytab file for a selected realm.
301301
The Kerberos KDC and administrator credentials must be provided by the administrator.
302302
properties:
@@ -450,13 +450,13 @@ spec:
450450
properties:
451451
spec:
452452
description: |-
453-
A [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) is a cluster-global Kubernetes resource
453+
A [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass) is a cluster-global Kubernetes resource
454454
that defines a category of secrets that the Secret Operator knows how to provision.
455455
properties:
456456
backend:
457457
description: |-
458458
Each SecretClass is associated with a single
459-
[backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend),
459+
[backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend),
460460
which dictates the mechanism for issuing that kind of Secret.
461461
oneOf:
462462
- required:
@@ -470,7 +470,7 @@ spec:
470470
properties:
471471
autoTls:
472472
description: |-
473-
The [`autoTls` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-autotls)
473+
The [`autoTls` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-autotls)
474474
issues a TLS certificate signed by the Secret Operator.
475475
The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
476476
@@ -627,7 +627,7 @@ spec:
627627
A new certificate will be requested the first time it is used by a Pod, it
628628
will be reused after that (subject to cert-manager renewal rules).
629629
630-
[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
630+
[1]: https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-certmanager
631631
[cert-manager]: https://cert-manager.io/
632632
properties:
633633
defaultCertificateLifetime:
@@ -687,7 +687,7 @@ spec:
687687
type: object
688688
k8sSearch:
689689
description: |-
690-
The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-k8ssearch)
690+
The [`k8sSearch` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-k8ssearch)
691691
can be used to mount Secrets across namespaces into Pods.
692692
properties:
693693
searchNamespace:
@@ -723,7 +723,7 @@ spec:
723723
type: object
724724
kerberosKeytab:
725725
description: |-
726-
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-kerberoskeytab)
726+
The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#backend-kerberoskeytab)
727727
creates a Kerberos keytab file for a selected realm.
728728
The Kerberos KDC and administrator credentials must be provided by the administrator.
729729
properties:
@@ -894,13 +894,13 @@ spec:
894894
properties:
895895
spec:
896896
description: |-
897-
A [TrustStore](https://docs.stackable.tech/home/nightly/secret-operator/truststore) requests information about how to
898-
validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
897+
A [TrustStore](https://docs.stackable.tech/home/25.11/secret-operator/truststore) requests information about how to
898+
validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/25.11/secret-operator/secretclass).
899899
900900
The requested information is written to a ConfigMap with the same name as the TrustStore.
901901
properties:
902902
format:
903-
description: The [format](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#format) that the data should be converted into.
903+
description: The [format](https://docs.stackable.tech/home/25.11/secret-operator/secretclass#format) that the data should be converted into.
904904
enum:
905905
- tls-pem
906906
- tls-pkcs12

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

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 = "A CLI tool to merge two truststores in PEM or PKCS12 format in such as way that they are accepted by the JVM"
4-
version = "0.0.0-dev"
4+
version = "25.11.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: 25.11.0-rc1
1111
secret:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 25.11.0-rc1
1313
listener:
14-
operatorVersion: 0.0.0-dev
14+
operatorVersion: 25.11.0-rc1

0 commit comments

Comments
 (0)