Skip to content

chore: Release 25.7.0 #681

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
Jul 23, 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 @@ -2,6 +2,8 @@

## [Unreleased]

## [25.7.0] - 2025-07-23

## [25.7.0-rc1] - 2025-07-18

### Added
Expand Down
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
Expand Up @@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
resolver = "2"

[workspace.package]
version = "25.7.0-rc1"
version = "25.7.0"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/hbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: hbase-operator
version: "25.7.0-rc1"
appVersion: "25.7.0-rc1"
version: "25.7.0"
appVersion: "25.7.0"
description: The Stackable Operator for Apache HBase
home: https://github.com/stackabletech/hbase-operator
maintainers:
Expand Down
24 changes: 12 additions & 12 deletions docs/modules/hbase/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ case "$1" in
"helm")
echo "Installing Operators with Helm"
# tag::helm-install-operators[]
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0-rc1 &
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.7.0-rc1 &
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1 &
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1 &
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1 &
helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.7.0-rc1 &
helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0 &
helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.7.0 &
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0 &
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0 &
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0 &
helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.7.0 &
wait
# end::helm-install-operators[]
;;
"stackablectl")
echo "installing Operators with stackablectl"
# tag::stackablectl-install-operators[]
stackablectl operator install \
commons=25.7.0-rc1 \
secret=25.7.0-rc1 \
listener=25.7.0-rc1 \
zookeeper=25.7.0-rc1 \
hdfs=25.7.0-rc1 \
hbase=25.7.0-rc1
commons=25.7.0 \
secret=25.7.0 \
listener=25.7.0 \
zookeeper=25.7.0 \
hdfs=25.7.0 \
hbase=25.7.0
# end::stackablectl-install-operators[]
;;
*)
Expand Down
12 changes: 6 additions & 6 deletions docs/modules/hbase/examples/getting_started/install_output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Installed commons=25.7.0-rc1 operator
Installed secret=25.7.0-rc1 operator
Installed listener=25.7.0-rc1 operator
Installed zookeeper=25.7.0-rc1 operator
Installed hdfs=25.7.0-rc1 operator
Installed hbase=25.7.0-rc1 operator
Installed commons=25.7.0 operator
Installed secret=25.7.0 operator
Installed listener=25.7.0 operator
Installed zookeeper=25.7.0 operator
Installed hdfs=25.7.0 operator
Installed hbase=25.7.0 operator
2 changes: 1 addition & 1 deletion docs/modules/hbase/examples/usage-guide/hbck2-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: hbck2
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0-rc1
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0
volumeMounts:
- name: hbase-config
mountPath: /stackable/conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: hbase
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0-rc1
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0
volumeMounts:
- name: hbase-config
mountPath: /stackable/conf
Expand Down
12 changes: 6 additions & 6 deletions docs/templating_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ helm:
repo_name: sdp-charts
repo_url: oci.stackable.tech
versions:
commons: 25.7.0-rc1
secret: 25.7.0-rc1
listener: 25.7.0-rc1
zookeeper: 25.7.0-rc1
hdfs: 25.7.0-rc1
hbase: 25.7.0-rc1
commons: 25.7.0
secret: 25.7.0
listener: 25.7.0
zookeeper: 25.7.0
hdfs: 25.7.0
hbase: 25.7.0
14 changes: 7 additions & 7 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
secret:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
listener:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
zookeeper:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
hdfs:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
hbase:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0
opa:
operatorVersion: 25.7.0-rc1
operatorVersion: 25.7.0