Skip to content

Commit bb7ec11

Browse files
committed
Merge branch 'main' into chore/add-crd-versioning
2 parents 219d332 + 4058b98 commit bb7ec11

File tree

81 files changed

+1735
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1735
-605
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@
99
- Run a `containerdebug` process in the background of each HBase container to collect debugging information ([#605]).
1010
- Aggregate emitted Kubernetes events on the CustomResources ([#612]).
1111
- Support configuring JVM arguments ([#620]).
12+
- Added support for HBase 2.6.1 ([#627]):
1213

1314
### Removed
1415

1516
- BREAKING: The field `config.hbaseOpts` has been removed. Use JVM argument overrides instead to configure additional JVM arguments ([#620]).
1617

1718
### Changed
1819

20+
- Support moving regions to other Pods during graceful shutdown of region servers ([#570]).
1921
- Default to OCI for image metadata and product image selection ([#611]).
2022

23+
[#570]: https://github.com/stackabletech/hbase-operator/pull/570
2124
[#598]: https://github.com/stackabletech/hbase-operator/pull/598
2225
[#605]: https://github.com/stackabletech/hbase-operator/pull/605
2326
[#611]: https://github.com/stackabletech/hbase-operator/pull/611
2427
[#612]: https://github.com/stackabletech/hbase-operator/pull/612
2528
[#620]: https://github.com/stackabletech/hbase-operator/pull/620
29+
[#627]: https://github.com/stackabletech/hbase-operator/pull/627
2630

2731
## [24.11.1] - 2025-01-09
2832

0 commit comments

Comments
 (0)