Skip to content

Commit 333c9a5

Browse files
committed
Update Changelog.md
1 parent 7872da6 commit 333c9a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#752]).
8+
- Add support for HBase 2.6.6 (as LTS) ([#767]).
89

910
### Changed
1011

@@ -16,11 +17,16 @@
1617
- Internal operator refactoring: introduce dereference() and validate() steps in the reconciler ([#757]).
1718
- test: Bump vector-aggregator to 0.55.0, replace /graphql call with gRPC call ([#762]).
1819

20+
### Removed
21+
22+
- Remove support for 2.6.3 ([#767]).
23+
1924
[#745]: https://github.com/stackabletech/hbase-operator/pull/745
2025
[#751]: https://github.com/stackabletech/hbase-operator/pull/751
2126
[#752]: https://github.com/stackabletech/hbase-operator/pull/752
2227
[#757]: https://github.com/stackabletech/hbase-operator/pull/757
2328
[#762]: https://github.com/stackabletech/hbase-operator/pull/762
29+
[#767]: https://github.com/stackabletech/hbase-operator/pull/767
2430

2531
## [26.3.0] - 2026-03-16
2632

0 commit comments

Comments
 (0)