Skip to content

chore: Release 25.7.0-rc1 #618

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 18, 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.7.0-rc1] - 2025-07-18

### Added

- Adds new telemetry CLI arguments and environment variables ([#596]).
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 = "0.0.0-dev"
version = "25.7.0-rc1"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "OSL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/hive-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: hive-operator
version: "0.0.0-dev"
appVersion: "0.0.0-dev"
version: "25.7.0-rc1"
appVersion: "25.7.0-rc1"
description: The Stackable Operator for Apache Hive
home: https://github.com/stackabletech/hive-operator
maintainers:
Expand Down
54 changes: 27 additions & 27 deletions deploy/helm/hive-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.7"
prerelease: false
16 changes: 8 additions & 8 deletions docs/modules/hive/examples/getting_started/getting_started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ case "$1" in
"helm")
echo "Installing Operators with Helm"
# tag::helm-install-operators[]
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 0.0.0-dev
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 0.0.0-dev
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 0.0.0-dev
helm install --wait hive-operator oci://oci.stackable.tech/sdp-charts/hive-operator --version 0.0.0-dev
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 hive-operator oci://oci.stackable.tech/sdp-charts/hive-operator --version 25.7.0-rc1
# end::helm-install-operators[]

echo "Install minio for S3"
Expand Down Expand Up @@ -68,10 +68,10 @@ if false; then
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 \
hive=0.0.0-dev
commons=25.7.0-rc1 \
secret=25.7.0-rc1 \
listener=25.7.0-rc1 \
hive=25.7.0-rc1
# end::stackablectl-install-operators[]
fi

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Installed commons=0.0.0-dev operator
Installed secret=0.0.0-dev operator
Installed listener=0.0.0-dev operator
Installed hive=0.0.0-dev operator
Installed commons=25.7.0-rc1 operator
Installed secret=25.7.0-rc1 operator
Installed listener=25.7.0-rc1 operator
Installed hive=25.7.0-rc1 operator
8 changes: 4 additions & 4 deletions docs/modules/hive/examples/getting_started/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ releases:
description: Demo / Test release for Hive getting started guide
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
hive:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
secret:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
8 changes: 4 additions & 4 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: 0.0.0-dev
secret: 0.0.0-dev
listener: 0.0.0-dev
hive: 0.0.0-dev
commons: 25.7.0-rc1
secret: 25.7.0-rc1
listener: 25.7.0-rc1
hive: 25.7.0-rc1
minio: 5.4.0
postgresql: 16.5.0
12 changes: 6 additions & 6 deletions tests/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ releases:
description: Integration test
products:
commons:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
secret:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
listener:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
zookeeper:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
hdfs:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
hive:
operatorVersion: 0.0.0-dev
operatorVersion: 25.7.0-rc1
4 changes: 2 additions & 2 deletions tests/templates/kuttl/upgrade/30-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ metadata:
labels:
{% if test_scenario['values']['hive-old'].find(",") > 0 %}
# Yes, this *might* not work with custom images, I'm sorry!
app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'].split(',')[0] }}-stackable0.0.0-dev"
app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'].split(',')[0] }}-stackable25.7.0-rc1"
{% else %}
app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'] }}-stackable0.0.0-dev"
app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'] }}-stackable25.7.0-rc1"
{% endif %}
status:
readyReplicas: 1
Expand Down
4 changes: 2 additions & 2 deletions tests/templates/kuttl/upgrade/31-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ metadata:
labels:
{% if test_scenario['values']['hive-old'].find(",") > 0 %}
# Yes, this *might* not work with custom images, I'm sorry!
app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'].split(',')[0] }}-stackable0.0.0-dev"
app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'].split(',')[0] }}-stackable25.7.0-rc1"
{% else %}
app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'] }}-stackable0.0.0-dev"
app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'] }}-stackable25.7.0-rc1"
{% endif %}
status:
readyReplicas: 1
Expand Down