Skip to content

Commit 9705b3c

Browse files
authored
chore: Release 25.7.0-rc1 (#321)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent 5e5aa0f commit 9705b3c

File tree

8 files changed

+19
-16
lines changed

8 files changed

+19
-16
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.7.0-rc1] - 2025-07-18
8+
79
### Added
810

911
- Adds new telemetry CLI arguments and environment variables ([#299]).

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.7.0-rc1"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
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.7.0-rc1"
5+
appVersion: "25.7.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: 4 additions & 4 deletions
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.7/listener-operator/listener) should be exposed. Read the [ListenerClass documentation](https://docs.stackable.tech/home/25.7/listener-operator/listenerclass) for more information.
2626
properties:
2727
loadBalancerAllocateNodePorts:
2828
default: true
@@ -111,12 +111,12 @@ spec:
111111
description: |-
112112
Exposes a set of pods to the outside world.
113113
114-
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).
114+
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.7/listener-operator/listener#_sticky_scheduling).
115115
116-
Learn more in the [Listener documentation](https://docs.stackable.tech/home/nightly/listener-operator/listener).
116+
Learn more in the [Listener documentation](https://docs.stackable.tech/home/25.7/listener-operator/listener).
117117
properties:
118118
className:
119-
description: The name of the [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass).
119+
description: The name of the [ListenerClass](https://docs.stackable.tech/home/25.7/listener-operator/listenerclass).
120120
nullable: true
121121
type: string
122122
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.7"
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.7.0-rc1
1111
listener:
12-
operatorVersion: 0.0.0-dev
12+
operatorVersion: 25.7.0-rc1

0 commit comments

Comments
 (0)