Skip to content

Commit 1cbfc30

Browse files
committed
changelog
1 parent f96a7be commit 1cbfc30

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ All notable changes to this project will be documented in this file.
99
- Support for fault-tolerant execution ([#779]).
1010
- Helm: Allow Pod `priorityClassName` to be configured ([#798]).
1111

12+
### Fixed
13+
14+
- Previously we had a bug that could lead to missing certificates ([#796]).
15+
16+
This could be the case when the Stackable PKI rotated it's CA certificate or you specify multiple
17+
CAs in your SecretClass.
18+
Especially the CA rotation could brake working clusters.
19+
We now correctly handle multiple certificates for both cases.
20+
See [this GitHub issue](https://github.com/stackabletech/issues/issues/764) for details
21+
1222
[#779]: https://github.com/stackabletech/trino-operator/pull/779
23+
[#796]: https://github.com/stackabletech/trino-operator/pull/796
1324
[#798]: https://github.com/stackabletech/trino-operator/pull/798
1425

1526
## [25.7.0] - 2025-07-23

0 commit comments

Comments
 (0)