Skip to content

Commit 9f9d3e3

Browse files
authored
chore: Release 25.11.0-rc1 (#350)
Signed-off-by: Techassi <[email protected]>
1 parent 6d98ef6 commit 9f9d3e3

File tree

8 files changed

+20
-17
lines changed

8 files changed

+20
-17
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
- New helm values for `csiProvisioner.priorityClassName` and `csiNodeDriver.priorityClassName` ([#334]).

Cargo.lock

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

Cargo.nix

Lines changed: 3 additions & 3 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
@@ -3,7 +3,7 @@ members = ["rust/operator-binary", "rust/csi-grpc", "rust/olm-deployer"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.0.0-dev"
6+
version = "25.11.0-rc1"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/listener-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: listener-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 Listener Operator
77
home: https://github.com/stackabletech/listener-operator
88
maintainers:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ spec:
2323
properties:
2424
spec:
2525
description: |-
26-
Defines a policy for how [Listeners](https://docs.stackable.tech/home/nightly/listener-operator/listener) should be exposed.
27-
Read the [ListenerClass documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass)
26+
Defines a policy for how [Listeners](https://docs.stackable.tech/home/25.11/listener-operator/listener) should be exposed.
27+
Read the [ListenerClass documentation](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass)
2828
for more information.
2929
properties:
3030
loadBalancerAllocateNodePorts:
@@ -139,12 +139,12 @@ spec:
139139
1. It uses a cluster-level policy object (ListenerClass) to define how exactly the exposure works
140140
2. It has a consistent API for reading back the exposed address(es) of the service
141141
3. The Pod must mount a Volume referring to the Listener, which also allows
142-
["sticky" scheduling](https://docs.stackable.tech/home/nightly/listener-operator/listener#_sticky_scheduling).
142+
["sticky" scheduling](https://docs.stackable.tech/home/25.11/listener-operator/listener#_sticky_scheduling).
143143
144-
Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener).
144+
Learn more in the [Listener documentation](https://docs.stackable.tech/home/25.11/listener-operator/listener).
145145
properties:
146146
className:
147-
description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass).
147+
description: The name of the [ListenerClass](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass).
148148
nullable: true
149149
type: string
150150
extraPodSelectorLabels:

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

tests/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 0.0.0-dev
10+
operatorVersion: 25.11.0-rc1
1111
listener:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 25.11.0-rc1

0 commit comments

Comments
 (0)