Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 25.3.0 #289

Merged
merged 1 commit into from
Mar 24, 2025
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.3.0] - 2025-03-21

### Added

- Aggregate emitted Kubernetes events on the CustomResources ([#267]).
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.3.0"
authors = ["Stackable GmbH <[email protected]>"]
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.3.0"
appVersion: "25.3.0"
description: The Stackable Operator for Stackable Listener Operator
home: https://github.com/stackabletech/listener-operator
maintainers:
Expand Down
8 changes: 4 additions & 4 deletions deploy/helm/listener-operator/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
description: Auto-generated derived type for ListenerClassSpec via `CustomResource`
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) for more information.
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.
properties:
preferredAddressType:
default: HostnameConservative
Expand Down Expand Up @@ -97,12 +97,12 @@ spec:
description: |-
Exposes a set of pods to the outside world.

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).
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).

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.3/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.3/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.3"
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.3.0
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0