Skip to content

Commit 32673b6

Browse files
authored
fix: Bump stackable-operator for delayed controller functionality (#740)
* fix: Delay controller startup to avoid 404 in initial list * chore: Remove unused code * chore: Add changelog entry * chore: Add missing permissions
1 parent e971888 commit 32673b6

File tree

8 files changed

+69
-82
lines changed

8 files changed

+69
-82
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515

1616
### Changed
1717

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

22+
### Fixed
23+
24+
- Fix "404 page not found" error for the initial object list ([#740]).
25+
2226
### Removed
2327

2428
- Remove support for Hbase 2.6.2 ([#729]).
@@ -32,6 +36,7 @@
3236
[#730]: https://github.com/stackabletech/hbase-operator/pull/730
3337
[#733]: https://github.com/stackabletech/hbase-operator/pull/733
3438
[#737]: https://github.com/stackabletech/hbase-operator/pull/737
39+
[#740]: https://github.com/stackabletech/hbase-operator/pull/740
3540

3641
## [25.11.0] - 2025-11-07
3742

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)