Skip to content

Commit 26f0ab5

Browse files
authored
chore: update products for 25.7.0 (#659)
* chore: bump latest hbase version to 2.6.2 and remove 2.4.18 * chore: bump omid to 1.1.3 * chore: update changelog * fix snapshot export test * update changelog
1 parent ae89c00 commit 26f0ab5

File tree

17 files changed

+33
-27
lines changed

17 files changed

+33
-27
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
99
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1010
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
11+
- Added support for HBase 2.6.2 ([#659]):
1112

1213
### Changed
1314

@@ -35,6 +36,7 @@
3536

3637
- test: ZooKeeper 3.9.2 removed ([#654]).
3738
- test: Remove HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#655]).
39+
- test: HBase 2.4.18 removed ([#659]):
3840

3941
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
4042
[#645]: https://github.com/stackabletech/hbase-operator/pull/645
@@ -44,6 +46,7 @@
4446
[#654]: https://github.com/stackabletech/hbase-operator/pull/654
4547
[#655]: https://github.com/stackabletech/hbase-operator/pull/655
4648
[#657]: https://github.com/stackabletech/hbase-operator/pull/657
49+
[#659]: https://github.com/stackabletech/hbase-operator/pull/659
4750
[#660]: https://github.com/stackabletech/hbase-operator/pull/660
4851
[#661]: https://github.com/stackabletech/hbase-operator/pull/661
4952

docs/modules/hbase/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ version() {
129129
echo "Check cluster version..."
130130
cluster_version=$(version | jq -r '.Version')
131131

132-
if [ "$cluster_version" == "2.6.1" ]; then
132+
if [ "$cluster_version" == "2.6.2" ]; then
133133
echo "Cluster version: $cluster_version"
134134
else
135135
echo "Unexpected version: $cluster_version"

docs/modules/hbase/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ version() {
129129
echo "Check cluster version..."
130130
cluster_version=$(version | jq -r '.Version')
131131

132-
if [ "$cluster_version" == "2.6.1" ]; then
132+
if [ "$cluster_version" == "2.6.2" ]; then
133133
echo "Cluster version: $cluster_version"
134134
else
135135
echo "Unexpected version: $cluster_version"

docs/modules/hbase/examples/getting_started/hbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hbase
66
spec:
77
image:
8-
productVersion: 2.6.1
8+
productVersion: 2.6.2
99
clusterConfig:
1010
hdfsConfigMapName: simple-hdfs
1111
zookeeperConfigMapName: simple-hbase-znode

docs/modules/hbase/examples/getting_started/hbase.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hbase
66
spec:
77
image:
8-
productVersion: 2.6.1
8+
productVersion: 2.6.2
99
clusterConfig:
1010
hdfsConfigMapName: simple-hdfs
1111
zookeeperConfigMapName: simple-hbase-znode

docs/modules/hbase/examples/usage-guide/hbck2-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbck2
11-
image: oci.stackable.tech/sdp/hbase:2.6.1-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable0.0.0-dev
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/examples/usage-guide/hbck2-job.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbck2
11-
image: oci.stackable.tech/sdp/hbase:2.6.1-stackable{{ versions.hbase }}
11+
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable{{ versions.hbase }}
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbase
11-
image: oci.stackable.tech/sdp/hbase:2.6.1-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable0.0.0-dev
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
containers:
1010
- name: hbase
11-
image: oci.stackable.tech/sdp/hbase:2.6.1-stackable{{ versions.hbase }}
11+
image: oci.stackable.tech/sdp/hbase:2.6.2-stackable{{ versions.hbase }}
1212
volumeMounts:
1313
- name: hbase-config
1414
mountPath: /stackable/conf

docs/modules/hbase/pages/getting_started/first_steps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ include::example$getting_started/getting_started.sh[tag=cluster-version]
8585
This returns the version that was specified in the HBase cluster definition:
8686

8787
[source,json]
88-
{"Version":"2.6.1"}
88+
{"Version":"2.6.2"}
8989

9090
The cluster status can be checked and formatted like this:
9191

0 commit comments

Comments
 (0)