Skip to content

Commit 5b1335f

Browse files
committed
changelog
1 parent ac5925c commit 5b1335f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ All notable changes to this project will be documented in this file.
99
- Previously, the shared secret as well as the client spooling secret have been placed in immutable Kubernetes Secrets.
1010
This caused problems, as they have been cached by Kubernetes, so re-creations of the mentioned Secrets (e.g. by deleting and re-creating the stacklet)
1111
could cause Trino Pods to have different shared secrets, causing workers failing to join the coordinator.
12-
This fix places the secrets in mutable Kubernetes Secrets going forward and migrates existing immutable Secrets to mutable by re-creating them ([#XXX]).
12+
This fix places the secrets in mutable Kubernetes Secrets going forward and migrates existing immutable Secrets to mutable by re-creating them ([#876]).
1313

14-
[#XXX]: https://github.com/stackabletech/trino-operator/pull/XXX
14+
[#876]: https://github.com/stackabletech/trino-operator/pull/876
1515

1616
## [26.3.0] - 2026-03-16
1717

0 commit comments

Comments
 (0)