Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [25.3.0] - 2025-03-21

### Removed

- Removed CA secret migration job ([#548]).
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["rust/operator-binary"]
resolver = "2"

[workspace.package]
version = "0.0.0-dev"
version = "25.3.0"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/secret-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: secret-operator
version: "0.0.0-dev"
appVersion: "0.0.0-dev"
version: "25.3.0"
appVersion: "25.3.0"
description: The Stackable Operator for Stackable Secret Operator
home: https://github.com/stackabletech/secret-operator
maintainers:
Expand Down
12 changes: 6 additions & 6 deletions deploy/helm/secret-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ spec:
description: Auto-generated derived type for SecretClassSpec via `CustomResource`
properties:
spec:
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.
description: A [SecretClass](https://docs.stackable.tech/home/25.3/secret-operator/secretclass) is a cluster-global Kubernetes resource that defines a category of secrets that the Secret Operator knows how to provision.
properties:
backend:
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.
description: Each SecretClass is associated with a single [backend](https://docs.stackable.tech/home/25.3/secret-operator/secretclass#backend), which dictates the mechanism for issuing that kind of Secret.
oneOf:
- required:
- k8sSearch
Expand All @@ -38,7 +38,7 @@ spec:
properties:
autoTls:
description: |-
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.
The [`autoTls` backend](https://docs.stackable.tech/home/25.3/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.

A new certificate and key pair will be generated and signed for each Pod, keys or certificates are never reused.
properties:
Expand Down Expand Up @@ -147,7 +147,7 @@ spec:

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).

[1]: https://docs.stackable.tech/home/nightly/secret-operator/secretclass#backend-certmanager
[1]: https://docs.stackable.tech/home/25.3/secret-operator/secretclass#backend-certmanager
properties:
defaultCertificateLifetime:
default: 1d
Expand Down Expand Up @@ -201,7 +201,7 @@ spec:
- issuer
type: object
k8sSearch:
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.
description: The [`k8sSearch` backend](https://docs.stackable.tech/home/25.3/secret-operator/secretclass#backend-k8ssearch) can be used to mount Secrets across namespaces into Pods.
properties:
searchNamespace:
description: Configures the namespace searched for Secret objects.
Expand All @@ -222,7 +222,7 @@ spec:
- searchNamespace
type: object
kerberosKeytab:
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.
description: The [`kerberosKeytab` backend](https://docs.stackable.tech/home/25.3/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.
properties:
admin:
description: Kerberos admin configuration settings.
Expand Down
3 changes: 2 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: home
version: "nightly"
version: "25.3"
prerelease: false
6 changes: 3 additions & 3 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
secret:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0