chore: Release stackable-operator 0.109.0 (and others)#1189
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stackable-operator [0.109.0] - 2026-04-07
Added
clientAuthenticationMethodfor OIDC (#1178).This was originally done in [feat: add support for specifying a clientAuthenticationMethod for OIDC #1158] and had been reverted in [revert: Add support for specifying a clientAuthenticationMethod for OIDC #1170].
Derefforkvp::Keyto be more ergonomic to use (#1182).create_random_secret_if_not_existsfunction, which create a random Secret in case it doesn't already exist.It notably also fixes a bug we had in trino and airflow-operator, where we created immutable Secrets,
which lead to problems (#1187).
Changed
Bump stackable-versioned to
0.9.0, refer to its changelog (#1189).Bump stackable-webhook to
0.9.1, refer to its changelog (#1189).BREAKING: Add mandatory
provision_partsargument toSecretOperatorVolumeSourceBuilder::new(#1165).It now forces the caller to make an explicit choice if the public parts are sufficient or if private
(e.g. a certificate for the Pod) parts are needed as well. This is done to avoid accidentally requesting
too much parts. For details see this issue.
Additionally,
SecretClassVolume::to_volumeandSecretClassVolume::to_ephemeral_volume_sourcealso take the same new argument.
Removed
add_prefix,try_add_prefix,set_name, andtry_set_nameassociatedfunctions from
kvp::Keyto disallow mutable access to inner values (#1182).stackable-versioned [0.9.0] - 2026-04-07
Added
#[versioned(crd(scale(...)))]argument to enable the/scalesubresource (#1185).stackable-webhook [0.9.1] - 2026-04-07
Changed