Skip to content

Commit 9be0dc7

Browse files
authored
fix: Bump stackable-operator for delayed controller functionality (#688)
* fix: Delay controller startup to avoid 404 in initial list * chore: Add changelog entry
1 parent 64c7512 commit 9be0dc7

File tree

7 files changed

+311
-305
lines changed

7 files changed

+311
-305
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9-
- Bump stackable-operator to 0.106.2, strum to 0.28, snafu to 0.9, and ldap3 to 0.12 ([#685]).
9+
- Bump stackable-operator to 0.108.0, strum to 0.28, snafu to 0.9, and ldap3 to 0.12 ([#685], [#688]).
1010
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#674]).
1111
- OLM deployer doesn't add owner references to cluster scoped objects anymore ([#667]).
1212
Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
### Fixed
1818

19-
- Fix "404 page not found" error for the initial object list ([#687]).
19+
- Fix "404 page not found" error for the initial object list ([#687], [#688]).
2020

2121
### Removed
2222

@@ -45,6 +45,7 @@ All notable changes to this project will be documented in this file.
4545
[#674]: https://github.com/stackabletech/secret-operator/pull/674
4646
[#685]: https://github.com/stackabletech/secret-operator/pull/685
4747
[#687]: https://github.com/stackabletech/secret-operator/pull/687
48+
[#688]: https://github.com/stackabletech/secret-operator/pull/688
4849
4950
## [25.11.0] - 2025-11-07
5051

Cargo.lock

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

0 commit comments

Comments
 (0)