Skip to content

Commit e774fb0

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/generic-database-connection
2 parents 79cb0b7 + e03a420 commit e774fb0

14 files changed

Lines changed: 235 additions & 844 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
- id: cargo-doc
9090
name: cargo-doc
9191
language: system
92-
entry: cargo doc --document-private-items
92+
entry: cargo doc --no-deps --document-private-items
9393
stages: [pre-commit, pre-merge-commit]
9494
pass_filenames: false
9595
files: \.rs$|Cargo\.(toml|lock)

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [26.3.0] - 2026-03-16
8+
9+
## [26.3.0-rc1] - 2026-03-16
10+
711
### Added
812

913
- Add conversion webhook ([#676]).
@@ -15,11 +19,15 @@ All notable changes to this project will be documented in this file.
1519

1620
### Changed
1721

18-
- Bump stackable-operator to 0.106.2, and strum to 0.28 ([#683]).
22+
- Bump stackable-operator to 0.108.0 and strum to 0.28 ([#683], [#685]).
1923
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#670]).
2024
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#664]).
2125
- Deprecate support for `4.1.0` ([#668]).
2226

27+
### Fixed
28+
29+
- Fix "404 page not found" error for the initial object list ([#685]).
30+
2331
[#652]: https://github.com/stackabletech/hive-operator/pull/652
2432
[#664]: https://github.com/stackabletech/hive-operator/pull/664
2533
[#665]: https://github.com/stackabletech/hive-operator/pull/665
@@ -28,6 +36,7 @@ All notable changes to this project will be documented in this file.
2836
[#670]: https://github.com/stackabletech/hive-operator/pull/670
2937
[#676]: https://github.com/stackabletech/hive-operator/pull/676
3038
[#683]: https://github.com/stackabletech/hive-operator/pull/683
39+
[#685]: https://github.com/stackabletech/hive-operator/pull/685
3140

3241
## [25.11.0] - 2025-11-07
3342

0 commit comments

Comments
 (0)