Skip to content

Commit ea40abc

Browse files
authored
chore: Release 25.11.0 (#657)
Signed-off-by: Techassi <[email protected]>
1 parent 7f5c11c commit ea40abc

File tree

7 files changed

+21
-19
lines changed

7 files changed

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

911
### Added

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

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 = "25.11.0-rc1"
4+
version = "25.11.0"
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: 25.11.0-rc1
10+
operatorVersion: 25.11.0
1111
secret:
12-
operatorVersion: 25.11.0-rc1
12+
operatorVersion: 25.11.0
1313
listener:
14-
operatorVersion: 25.11.0-rc1
14+
operatorVersion: 25.11.0

0 commit comments

Comments
 (0)