File tree Expand file tree Collapse file tree 11 files changed +40
-38
lines changed
deploy/helm/hbase-operator Expand file tree Collapse file tree 11 files changed +40
-38
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 25.7.0] - 2025-07-23
6+
57## [ 25.7.0-rc1] - 2025-07-18
68
79### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["rust/operator-binary"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 25.7.0-rc1 "
6+ version = " 25.7.0"
77authors = [" Stackable GmbH <info@stackable.tech>" ]
88license = " OSL-3.0"
99edition = " 2021"
Original file line number Diff line number Diff line change 11---
22apiVersion : v2
33name : hbase-operator
4- version : " 25.7.0-rc1 "
5- appVersion : " 25.7.0-rc1 "
4+ version : " 25.7.0"
5+ appVersion : " 25.7.0"
66description : The Stackable Operator for Apache HBase
77home : https://github.com/stackabletech/hbase-operator
88maintainers :
Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ case "$1" in
2121" helm" )
2222echo " Installing Operators with Helm"
2323# tag::helm-install-operators[]
24- helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0-rc1 &
25- helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.7.0-rc1 &
26- helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0-rc1 &
27- helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0-rc1 &
28- helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0-rc1 &
29- helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.7.0-rc1 &
24+ helm install --wait zookeeper-operator oci://oci.stackable.tech/sdp-charts/zookeeper-operator --version 25.7.0 &
25+ helm install --wait hdfs-operator oci://oci.stackable.tech/sdp-charts/hdfs-operator --version 25.7.0 &
26+ helm install --wait commons-operator oci://oci.stackable.tech/sdp-charts/commons-operator --version 25.7.0 &
27+ helm install --wait secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator --version 25.7.0 &
28+ helm install --wait listener-operator oci://oci.stackable.tech/sdp-charts/listener-operator --version 25.7.0 &
29+ helm install --wait hbase-operator oci://oci.stackable.tech/sdp-charts/hbase-operator --version 25.7.0 &
3030wait
3131# end::helm-install-operators[]
3232;;
3333" stackablectl" )
3434echo " installing Operators with stackablectl"
3535# tag::stackablectl-install-operators[]
3636stackablectl operator install \
37- commons=25.7.0-rc1 \
38- secret=25.7.0-rc1 \
39- listener=25.7.0-rc1 \
40- zookeeper=25.7.0-rc1 \
41- hdfs=25.7.0-rc1 \
42- hbase=25.7.0-rc1
37+ commons=25.7.0 \
38+ secret=25.7.0 \
39+ listener=25.7.0 \
40+ zookeeper=25.7.0 \
41+ hdfs=25.7.0 \
42+ hbase=25.7.0
4343# end::stackablectl-install-operators[]
4444;;
4545* )
Original file line number Diff line number Diff line change 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 zookeeper=25.7.0-rc1 operator
5- Installed hdfs=25.7.0-rc1 operator
6- Installed hbase=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 zookeeper=25.7.0 operator
5+ Installed hdfs=25.7.0 operator
6+ Installed hbase=25.7.0 operator
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : hbck2
11- image : oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0-rc1
11+ image : oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0
1212 volumeMounts :
1313 - name : hbase-config
1414 mountPath : /stackable/conf
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : hbase
11- image : oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0-rc1
11+ image : oci.stackable.tech/sdp/hbase:2.6.2-stackable25.7.0
1212 volumeMounts :
1313 - name : hbase-config
1414 mountPath : /stackable/conf
Original file line number Diff line number Diff line change 33 repo_name : sdp-charts
44 repo_url : oci.stackable.tech
55versions :
6- commons : 25.7.0-rc1
7- secret : 25.7.0-rc1
8- listener : 25.7.0-rc1
9- zookeeper : 25.7.0-rc1
10- hdfs : 25.7.0-rc1
11- hbase : 25.7.0-rc1
6+ commons : 25.7.0
7+ secret : 25.7.0
8+ listener : 25.7.0
9+ zookeeper : 25.7.0
10+ hdfs : 25.7.0
11+ hbase : 25.7.0
You can’t perform that action at this time.
0 commit comments