Skip to content

Commit 5ba58a1

Browse files
authored
feat: Add graceful shutdown (#804)
* feat: Add graceful shutdown * chore: Update CRD documentation * chore: Bump bytes crate to 1.11.1 Fixes RUSTSEC-2026-0007. * chore: Bump git2 crate to 0.20.4 Fixes RUSTSEC-2026-0008. * chore: Add changelog entry
1 parent 570e56e commit 5ba58a1

7 files changed

Lines changed: 100 additions & 194 deletions

File tree

CHANGELOG.md

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

1616
### Changed
1717

18+
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#804]).
1819
- Introduce `v1alpha2` OpaCluster and mark UIF Entra backend as non-experimental ([#801]).
1920
- Deprecate OPA 1.8.0 ([#797]).
2021
- user-info-fetcher: Move backend initialization and credential resolution into backend-specific implementations ([#782]).
@@ -35,6 +36,7 @@ All notable changes to this project will be documented in this file.
3536
[#799]: https://github.com/stackabletech/opa-operator/pull/799
3637
[#801]: https://github.com/stackabletech/opa-operator/pull/801
3738
[#803]: https://github.com/stackabletech/opa-operator/pull/803
39+
[#804]: https://github.com/stackabletech/opa-operator/pull/804
3840

3941
## [25.11.0] - 2025-11-07
4042

Cargo.lock

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

0 commit comments

Comments
 (0)