Skip to content

Commit 8d296a8

Browse files
committed
Merge branch 'main' into fix/immutable-secrets
2 parents 47d278e + 4e89eac commit 8d296a8

8 files changed

Lines changed: 550 additions & 946 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Bump stackable-operator to 0.109.0 ([#877]).
10+
- Warn when an unsupported OIDC client authentication method is configured ([#877]).
11+
712
### Fixed
813

914
- Previously, the shared secret as well as the client spooling secret have been placed in immutable Kubernetes Secrets.
@@ -12,6 +17,7 @@ All notable changes to this project will be documented in this file.
1217
This fix places the secrets in mutable Kubernetes Secrets going forward and migrates existing immutable Secrets to mutable by re-creating them ([#876]).
1318

1419
[#876]: https://github.com/stackabletech/trino-operator/pull/876
20+
[#877]: https://github.com/stackabletech/trino-operator/pull/877
1521

1622
## [26.3.0] - 2026-03-16
1723

0 commit comments

Comments
 (0)