Skip to content

Commit 6c54c51

Browse files
authored
chore: Release 25.7.0 (#620)
Signed-off-by: Nick Larsen <nick.larsen@stackable.tech>
1 parent 6f55b82 commit 6c54c51

File tree

12 files changed

+37
-35
lines changed

12 files changed

+37
-35
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] - 2025-07-23
8+
79
## [25.7.0-rc1] - 2025-07-18
810

911
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
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"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "25.7.0-rc1"
6+
version = "25.7.0"
77
authors = ["Stackable GmbH <info@stackable.tech>"]
88
license = "OSL-3.0"
99
edition = "2021"

deploy/helm/hive-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: hive-operator
4-
version: "25.7.0-rc1"
5-
appVersion: "25.7.0-rc1"
4+
version: "25.7.0"
5+
appVersion: "25.7.0"
66
description: The Stackable Operator for Apache Hive
77
home: https://github.com/stackabletech/hive-operator
88
maintainers:

docs/modules/hive/examples/getting_started/getting_started.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ case "$1" in
2626
"helm")
2727
echo "Installing Operators with Helm"
2828
# tag::helm-install-operators[]
29-
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1
30-
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1
31-
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1
32-
helm install --wait hive-operator oci://oci.stackable.tech/sdp-charts/hive-operator --version 25.7.0-rc1
29+
helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0
30+
helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0
31+
helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0
32+
helm install --wait hive-operator oci://oci.stackable.tech/sdp-charts/hive-operator --version 25.7.0
3333
# end::helm-install-operators[]
3434

3535
echo "Install minio for S3"
@@ -68,10 +68,10 @@ if false; then
6868
echo "Installing Operators with stackablectl"
6969
# tag::stackablectl-install-operators[]
7070
stackablectl operator install \
71-
commons=25.7.0-rc1 \
72-
secret=25.7.0-rc1 \
73-
listener=25.7.0-rc1 \
74-
hive=25.7.0-rc1
71+
commons=25.7.0 \
72+
secret=25.7.0 \
73+
listener=25.7.0 \
74+
hive=25.7.0
7575
# end::stackablectl-install-operators[]
7676
fi
7777

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Installed commons=25.7.0-rc1 operator
2-
Installed secret=25.7.0-rc1 operator
3-
Installed listener=25.7.0-rc1 operator
4-
Installed hive=25.7.0-rc1 operator
1+
Installed commons=25.7.0 operator
2+
Installed secret=25.7.0 operator
3+
Installed listener=25.7.0 operator
4+
Installed hive=25.7.0 operator

docs/modules/hive/examples/getting_started/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ releases:
55
description: Demo / Test release for Hive getting started guide
66
products:
77
commons:
8-
operatorVersion: 25.7.0-rc1
8+
operatorVersion: 25.7.0
99
hive:
10-
operatorVersion: 25.7.0-rc1
10+
operatorVersion: 25.7.0
1111
listener:
12-
operatorVersion: 25.7.0-rc1
12+
operatorVersion: 25.7.0
1313
secret:
14-
operatorVersion: 25.7.0-rc1
14+
operatorVersion: 25.7.0

docs/templating_vars.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ helm:
33
repo_name: sdp-charts
44
repo_url: oci.stackable.tech
55
versions:
6-
commons: 25.7.0-rc1
7-
secret: 25.7.0-rc1
8-
listener: 25.7.0-rc1
9-
hive: 25.7.0-rc1
6+
commons: 25.7.0
7+
secret: 25.7.0
8+
listener: 25.7.0
9+
hive: 25.7.0
1010
minio: 5.4.0
1111
postgresql: 16.5.0

tests/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ releases:
77
description: Integration test
88
products:
99
commons:
10-
operatorVersion: 25.7.0-rc1
10+
operatorVersion: 25.7.0
1111
secret:
12-
operatorVersion: 25.7.0-rc1
12+
operatorVersion: 25.7.0
1313
listener:
14-
operatorVersion: 25.7.0-rc1
14+
operatorVersion: 25.7.0
1515
zookeeper:
16-
operatorVersion: 25.7.0-rc1
16+
operatorVersion: 25.7.0
1717
hdfs:
18-
operatorVersion: 25.7.0-rc1
18+
operatorVersion: 25.7.0
1919
hive:
20-
operatorVersion: 25.7.0-rc1
20+
operatorVersion: 25.7.0

0 commit comments

Comments
 (0)