Skip to content

Commit 9f39c0e

Browse files
authored
chore: Release 25.3.0 (#289)
Signed-off-by: Nick Larsen <[email protected]>
1 parent 10c650a commit 9f39c0e

File tree

8 files changed

+19
-16
lines changed

8 files changed

+19
-16
lines changed

CHANGELOG.md

+2
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.3.0] - 2025-03-21
8+
79
### Added
810

911
- Aggregate emitted Kubernetes events on the CustomResources ([#267]).

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.3.0"
77
authors = ["Stackable GmbH <[email protected]>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/listener-operator/Chart.yaml

+2-2
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.3.0"
5+
appVersion: "25.3.0"
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
description: Auto-generated derived type for ListenerClassSpec via `CustomResource`
2323
properties:
2424
spec:
25-
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) for more information.
25+
description: Defines a policy for how [Listeners](https://docs.stackable.tech/home/25.3/listener-operator/listener) should be exposed. Read the [ListenerClass documentation](https://docs.stackable.tech/home/25.3/listener-operator/listenerclass) for more information.
2626
properties:
2727
preferredAddressType:
2828
default: HostnameConservative
@@ -97,12 +97,12 @@ spec:
9797
description: |-
9898
Exposes a set of pods to the outside world.
9999
100-
Essentially a Stackable extension of a Kubernetes Service. Compared to a Service, a Listener changes three things: 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).
100+
Essentially a Stackable extension of a Kubernetes Service. Compared to a Service, a Listener changes three things: 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/25.3/listener-operator/listener#_sticky_scheduling).
101101
102-
Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener).
102+
Learn more in the [Listener documentation](https://docs.stackable.tech/home/25.3/listener-operator/listener).
103103
properties:
104104
className:
105-
description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass).
105+
description: The name of the [ListenerClass](https://docs.stackable.tech/home/25.3/listener-operator/listenerclass).
106106
nullable: true
107107
type: string
108108
extraPodSelectorLabels:

docs/antora.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: home
3-
version: "nightly"
3+
version: "25.3"
4+
prerelease: false

tests/release.yaml

+2-2
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.3.0
1111
listener:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 25.3.0

0 commit comments

Comments
 (0)