Skip to content

Commit 141f5d2

Browse files
chore(hbase): Add 2.6.4, remove 2.6.2 (#729)
* test: Add 2.6.4, Remove 2.6.2 * docs: Add 2.6.4 and promote to LTS * docs(getting_started): Use 2.6.4 * chore: Update changelog * test: Add 2.6.4 to test cases, remove 2.6.2 * test: Bump 2.6.3 to 2.6.4 * docs(getting_started): Use 2.6.4 * docs: Use 2.6.4 * Apply suggestions from code review Co-authored-by: Lukas Krug <lukas.krug@stackable.tech> --------- Co-authored-by: Lukas Krug <lukas.krug@stackable.tech>
1 parent c049c3f commit 141f5d2

14 files changed

Lines changed: 30 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@
1010
- Support objectOverrides using `.spec.objectOverrides`.
1111
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#725]).
1212
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#727]).
13+
- Add support for Hbase 2.6.4 (as LTS) ([#729]).
1314

1415
### Changed
1516

1617
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#724]).
1718

19+
### Removed
20+
21+
- Remove support for Hbase 2.6.2 ([#729]).
22+
1823
[#708]: https://github.com/stackabletech/hbase-operator/pull/708
1924
[#716]: https://github.com/stackabletech/hbase-operator/pull/716
2025
[#724]: https://github.com/stackabletech/hbase-operator/pull/724
2126
[#725]: https://github.com/stackabletech/hbase-operator/pull/725
2227
[#727]: https://github.com/stackabletech/hbase-operator/pull/727
28+
[#729]: https://github.com/stackabletech/hbase-operator/pull/729
2329

2430
## [25.11.0] - 2025-11-07
2531

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.3
8+
productVersion: 2.6.4
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.3
8+
productVersion: 2.6.4
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.3-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-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.3-stackable{{ versions.hbase }}
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-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.3-stackable0.0.0-dev
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-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.3-stackable{{ versions.hbase }}
11+
image: oci.stackable.tech/sdp/hbase:2.6.4-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.3"}
88+
{"Version":"2.6.4"}
8989

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

docs/modules/hbase/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// This is a separate file, since it is used by both the direct HBase-Operator documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 2.6.3 (LTS)
6-
- 2.6.2 (Deprecated)
5+
- 2.6.4 (LTS)
6+
- 2.6.3

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ mod tests {
147147
name: simple-hbase
148148
spec:
149149
image:
150-
productVersion: 2.6.3
150+
productVersion: 2.6.4
151151
clusterConfig:
152152
hdfsConfigMapName: simple-hdfs
153153
zookeeperConfigMapName: simple-znode
@@ -184,7 +184,7 @@ mod tests {
184184
name: simple-hbase
185185
spec:
186186
image:
187-
productVersion: 2.6.3
187+
productVersion: 2.6.4
188188
clusterConfig:
189189
hdfsConfigMapName: simple-hdfs
190190
zookeeperConfigMapName: simple-znode

0 commit comments

Comments
 (0)