Skip to content

Commit a655bb0

Browse files
authored
chore: Release 25.7.0-rc1 (#621)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent b7dd572 commit a655bb0

File tree

8 files changed

+28
-25
lines changed

8 files changed

+28
-25
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.7.0-rc1] - 2025-07-18
8+
79
### Added
810

911
- Add format-specific annotations to override secret file names ([#572]). The following new

Cargo.lock

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

Cargo.nix

Lines changed: 5 additions & 5 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.7.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: "25.7.0-rc1"
5+
appVersion: "25.7.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
description: Auto-generated derived type for SecretClassSpec via `CustomResource`
2323
properties:
2424
spec:
25-
description: A [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass) is a cluster-global Kubernetes resource that defines a category of secrets that the Secret Operator knows how to provision.
25+
description: A [SecretClass](https://docs.stackable.tech/home/25.7/secret-operator/secretclass) is a cluster-global Kubernetes resource that defines a category of secrets that the Secret Operator knows how to provision.
2626
properties:
2727
backend:
28-
description: Each SecretClass is associated with a single [backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend), which dictates the mechanism for issuing that kind of Secret.
28+
description: Each SecretClass is associated with a single [backend](https://docs.stackable.tech/home/25.7/secret-operator/secretclass#backend), which dictates the mechanism for issuing that kind of Secret.
2929
oneOf:
3030
- required:
3131
- k8sSearch
@@ -38,7 +38,7 @@ spec:
3838
properties:
3939
autoTls:
4040
description: |-
41-
The [`autoTls` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-autotls) issues a TLS certificate signed by the Secret Operator. The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
41+
The [`autoTls` backend](https://docs.stackable.tech/home/25.7/secret-operator/secretclass#backend-autotls) issues a TLS certificate signed by the Secret Operator. The certificate authority can be provided by the administrator, or managed automatically by the Secret Operator.
4242
4343
A new certificate and key pair will be generated and signed for each Pod, keys or certificates are never reused.
4444
properties:
@@ -147,7 +147,7 @@ spec:
147147
148148
A new certificate will be requested the first time it is used by a Pod, it will be reused after that (subject to cert-manager renewal rules).
149149
150-
[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
150+
[1]: https://docs.stackable.tech/home/25.7/secret-operator/secretclass#backend-certmanager
151151
properties:
152152
defaultCertificateLifetime:
153153
default: 1d
@@ -201,7 +201,7 @@ spec:
201201
- issuer
202202
type: object
203203
k8sSearch:
204-
description: The [`k8sSearch` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-k8ssearch) can be used to mount Secrets across namespaces into Pods.
204+
description: The [`k8sSearch` backend](https://docs.stackable.tech/home/25.7/secret-operator/secretclass#backend-k8ssearch) can be used to mount Secrets across namespaces into Pods.
205205
properties:
206206
searchNamespace:
207207
description: Configures the namespace searched for Secret objects.
@@ -231,7 +231,7 @@ spec:
231231
- searchNamespace
232232
type: object
233233
kerberosKeytab:
234-
description: The [`kerberosKeytab` backend](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-kerberoskeytab) creates a Kerberos keytab file for a selected realm. The Kerberos KDC and administrator credentials must be provided by the administrator.
234+
description: The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.7/secret-operator/secretclass#backend-kerberoskeytab) creates a Kerberos keytab file for a selected realm. The Kerberos KDC and administrator credentials must be provided by the administrator.
235235
properties:
236236
admin:
237237
description: Kerberos admin configuration settings.
@@ -380,12 +380,12 @@ spec:
380380
properties:
381381
spec:
382382
description: |-
383-
A [TrustStore](https://docs.stackable.tech/home/nightly/secret-operator/truststore) requests information about how to validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/nightly/secret-operator/secretclass).
383+
A [TrustStore](https://docs.stackable.tech/home/25.7/secret-operator/truststore) requests information about how to validate secrets issued by a [SecretClass](https://docs.stackable.tech/home/25.7/secret-operator/secretclass).
384384
385385
The requested information is written to a ConfigMap with the same name as the TrustStore.
386386
properties:
387387
format:
388-
description: The [format](https://docs.stackable.tech/home/nightly/secret-operator/secretclass#format) that the data should be converted into.
388+
description: The [format](https://docs.stackable.tech/home/25.7/secret-operator/secretclass#format) that the data should be converted into.
389389
enum:
390390
- tls-pem
391391
- 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.7"
4+
prerelease: false

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.7.0-rc1
1111
secret:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 25.7.0-rc1
1313
listener:
14-
operatorVersion: 0.0.0-dev
14+
operatorVersion: 25.7.0-rc1

0 commit comments

Comments
 (0)