Skip to content

chore: Release 25.3.0 #838

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

Merged
merged 1 commit into from
Mar 24, 2025
Merged
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
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [25.3.0] - 2025-03-21

### Deprecated

- The `-nodeport` discovery ConfigMaps have been deprecated for removal ([#813]).
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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
@@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
resolver = "2"

[workspace.package]
version = "0.0.0-dev"
version = "25.3.0"
authors = ["Stackable GmbH <[email protected]>"]
license = "OSL-3.0"
edition = "2021"
4 changes: 2 additions & 2 deletions deploy/helm/kafka-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: kafka-operator
version: "0.0.0-dev"
appVersion: "0.0.0-dev"
version: "25.3.0"
appVersion: "25.3.0"
description: The Stackable Operator for Apache Kafka
home: https://github.com/stackabletech/kafka-operator
maintainers:
46 changes: 23 additions & 23 deletions deploy/helm/kafka-operator/crds/crds.yaml

Large diffs are not rendered by default.

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
24 changes: 12 additions & 12 deletions docs/modules/kafka/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
@@ -24,30 +24,30 @@ cd "$(dirname "$0")"

case "$1" in
"helm")
echo "Adding 'stackable-dev' Helm Chart repository"
echo "Adding 'stackable-stable' Helm Chart repository"
# tag::helm-add-repo[]
helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/
helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
# end::helm-add-repo[]
echo "Updating Helm repositories"
helm repo update
echo "Installing Operators with Helm"
# tag::helm-install-operators[]
helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev
helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev
helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev
helm install --wait zookeeper-operator stackable-dev/zookeeper-operator --version 0.0.0-dev
helm install --wait kafka-operator stackable-dev/kafka-operator --version 0.0.0-dev
helm install --wait commons-operator stackable-stable/commons-operator --version 25.3.0
helm install --wait secret-operator stackable-stable/secret-operator --version 25.3.0
helm install --wait listener-operator stackable-stable/listener-operator --version 25.3.0
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 25.3.0
helm install --wait kafka-operator stackable-stable/kafka-operator --version 25.3.0
# end::helm-install-operators[]
;;
"stackablectl")
echo "installing Operators with stackablectl"
# tag::stackablectl-install-operators[]
stackablectl operator install \
commons=0.0.0-dev \
secret=0.0.0-dev \
listener=0.0.0-dev \
zookeeper=0.0.0-dev \
kafka=0.0.0-dev
commons=25.3.0 \
secret=25.3.0 \
listener=25.3.0 \
zookeeper=25.3.0 \
kafka=25.3.0
# end::stackablectl-install-operators[]
;;
*)
10 changes: 5 additions & 5 deletions docs/modules/kafka/examples/getting_started/install_output.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Installed commons=0.0.0-dev operator
Installed secret=0.0.0-dev operator
Installed listener=0.0.0-dev operator
Installed zookeeper=0.0.0-dev operator
Installed kafka=0.0.0-dev operator
Installed commons=25.3.0 operator
Installed secret=25.3.0 operator
Installed listener=25.3.0 operator
Installed zookeeper=25.3.0 operator
Installed kafka=25.3.0 operator
14 changes: 7 additions & 7 deletions docs/templating_vars.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
helm:
repo_name: stackable-dev
repo_url: https://repo.stackable.tech/repository/helm-dev/
repo_name: stackable-stable
repo_url: https://repo.stackable.tech/repository/helm-stable/
versions:
commons: 0.0.0-dev
secret: 0.0.0-dev
listener: 0.0.0-dev
zookeeper: 0.0.0-dev
kafka: 0.0.0-dev
commons: 25.3.0
secret: 25.3.0
listener: 25.3.0
zookeeper: 25.3.0
kafka: 25.3.0
10 changes: 5 additions & 5 deletions tests/release.yaml
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
secret:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
zookeeper:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
kafka:
operatorVersion: 0.0.0-dev
operatorVersion: 25.3.0
2 changes: 1 addition & 1 deletion tests/templates/kuttl/upgrade/04-assert.yaml.j2
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ kind: StatefulSet
metadata:
name: test-kafka-broker-default
labels:
app.kubernetes.io/version: "{{ test_scenario['values']['upgrade_new'] }}-stackable0.0.0-dev"
app.kubernetes.io/version: "{{ test_scenario['values']['upgrade_new'] }}-stackable25.3.0"
status:
readyReplicas: 1
replicas: 1