Skip to content

chore: Upgrade stackable-operator to 0.110.1#679

Open
siegfriedweber wants to merge 6 commits intomainfrom
chore/upgrade-operator-rs-0.110.1
Open

chore: Upgrade stackable-operator to 0.110.1#679
siegfriedweber wants to merge 6 commits intomainfrom
chore/upgrade-operator-rs-0.110.1

Conversation

@siegfriedweber
Copy link
Copy Markdown
Member

@siegfriedweber siegfriedweber commented Apr 27, 2026

Description

Part of stackabletech/issues#844

Bump stackable-operator to 0.110.1:

  • Replaced the untyped HashMap<String, HashMap<String, String>> config overrides with typed ConfigOverrides structs that only accept the known files.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added
  • Links to generated (nightly) docs added
  • Release note snippet added
  • Add type/deprecation label & add to the deprecation schedule
  • Add type/experimental label & add to the experimental features tracker

@siegfriedweber siegfriedweber requested a review from a team April 29, 2026 14:30
@siegfriedweber siegfriedweber moved this to Development: Waiting for Review in Stackable Engineering Apr 29, 2026
@siegfriedweber siegfriedweber marked this pull request as ready for review April 29, 2026 14:30
@adwk67 adwk67 requested review from adwk67 and removed request for a team April 29, 2026 15:49
@adwk67 adwk67 moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Apr 29, 2026
.context(TlsCertSecretClassVolumeBuildSnafu)?,
SecretOperatorVolumeSourceBuilder::new(
secret_name,
SecretClassVolumeProvisionParts::PublicPrivate,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please drop a comment as usual?

.to_volume(credentials.secret_class.as_ref())
.to_volume(
credentials.secret_class.as_ref(),
SecretClassVolumeProvisionParts::PublicPrivate,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please drop a comment as usual?

volume_name.clone(),
secret_class_volume
.to_volume(volume_name)
.to_volume(volume_name, SecretClassVolumeProvisionParts::PublicPrivate)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please drop a comment as usual?

.context(TlsCertSecretClassVolumeBuildSnafu)?,
SecretOperatorVolumeSourceBuilder::new(
cert_secret,
SecretClassVolumeProvisionParts::PublicPrivate,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please drop a comment as usual?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Development: In Review

Development

Successfully merging this pull request may close these issues.

3 participants