Skip to content

Commit e37cd3c

Browse files
committed
Merge branch 'main' into feat/stabilise-opa-auth
2 parents af0d693 + 9274d3e commit e37cd3c

12 files changed

Lines changed: 109 additions & 94 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [26.3.0] - 2026-03-16
6+
7+
## [26.3.0-rc1] - 2026-03-16
8+
59
### Added
610

711
- Add conversion webhook ([#733]).
@@ -15,10 +19,14 @@
1519

1620
### Changed
1721

18-
- Bump stackable-operator to 0.106.2, and strum to 0.28 ([#737]).
22+
- Bump stackable-operator to 0.108.0, and strum to 0.28 ([#737], [#740]).
1923
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#730]).
2024
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#724]).
2125

26+
### Fixed
27+
28+
- Fix "404 page not found" error for the initial object list ([#740]).
29+
2230
### Removed
2331

2432
- Remove support for Hbase 2.6.2 ([#729]).
@@ -32,6 +40,7 @@
3240
[#730]: https://github.com/stackabletech/hbase-operator/pull/730
3341
[#733]: https://github.com/stackabletech/hbase-operator/pull/733
3442
[#737]: https://github.com/stackabletech/hbase-operator/pull/737
43+
[#740]: https://github.com/stackabletech/hbase-operator/pull/740
3544

3645
## [25.11.0] - 2025-11-07
3746

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/stackabletech/hbase-operator"
1111

1212
[workspace.dependencies]
1313
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.8.0" }
14-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.106.2", features = ["telemetry", "versioned", "webhook"] }
14+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.108.0", features = ["crds", "webhook"] }
1515

1616
anyhow = "1.0"
1717
built = { version = "0.8", features = ["chrono", "git2"] }

0 commit comments

Comments
 (0)