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.11.0-rc1] - 2025-11-06

### Added

- New helm values for `csiProvisioner.priorityClassName` and `csiNodeDriver.priorityClassName` ([#334]).
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.0-dev"
version = "25.11.0-rc1"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/listener-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: listener-operator
version: "0.0.0-dev"
appVersion: "0.0.0-dev"
version: "25.11.0-rc1"
appVersion: "25.11.0-rc1"
description: The Stackable Operator for Stackable Listener Operator
home: https://github.com/stackabletech/listener-operator
maintainers:
Expand Down
10 changes: 5 additions & 5 deletions deploy/helm/listener-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
properties:
spec:
description: |-
Defines a policy for how [Listeners](https://docs.stackable.tech/home/nightly/listener-operator/listener) should be exposed.
Read the [ListenerClass documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass)
Defines a policy for how [Listeners](https://docs.stackable.tech/home/25.11/listener-operator/listener) should be exposed.
Read the [ListenerClass documentation](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass)
for more information.
properties:
loadBalancerAllocateNodePorts:
Expand Down Expand Up @@ -139,12 +139,12 @@ spec:
1. It uses a cluster-level policy object (ListenerClass) to define how exactly the exposure works
2. It has a consistent API for reading back the exposed address(es) of the service
3. The Pod must mount a Volume referring to the Listener, which also allows
["sticky" scheduling](https://docs.stackable.tech/home/nightly/listener-operator/listener#_sticky_scheduling).
["sticky" scheduling](https://docs.stackable.tech/home/25.11/listener-operator/listener#_sticky_scheduling).

Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener).
Learn more in the [Listener documentation](https://docs.stackable.tech/home/25.11/listener-operator/listener).
properties:
className:
description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass).
description: The name of the [ListenerClass](https://docs.stackable.tech/home/25.11/listener-operator/listenerclass).
nullable: true
type: string
extraPodSelectorLabels:
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.11"
prerelease: false
4 changes: 2 additions & 2 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 25.11.0-rc1
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.11.0-rc1