Skip to content

chore: Release workspace members (stackable-operator 0.95.0) #1081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2025

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer commented Aug 21, 2025

This PR releases

stackable-operator 0.95.0

Added

  • Add ProbeBuilder to build Kubernetes container probes (#1078).
  • Re-export stackable-certs and stackable-webhook crates (#1074).
  • BREAKING: Add two new required CLI arguments: --operator-namespace and --operator-service-name.
    These two values are used to construct the service name in the CRD conversion webhook (#1066).
  • Re-export stackable-certs and stackable-webhook crates (#1074).

Changed

  • BREAKING: The ResolvedProductImage field app_version_label was renamed to app_version_label_value to match changes to its type (#1076).
  • BREAKING: Rename two fields of the ProductOperatorRun struct for consistency and clarity (#1066):
    • telemetry_arguments -> telemetry
    • cluster_info_opts -> cluster_info
  • BREAKING: Some modules have been moved into the stackable-shared crate, so that they can also be
    used in stackable-certs and stackable-webhook (#1074):
    • The module stackable_operator::time has moved to stackable_operator::shared::time
    • The module stackable_operator::commons::secret has moved to stackable_operator::shared::secret

Fixed

  • BREAKING: Fix bug where ResolvedProductImage::app_version_label could not be used as a label value because it can contain invalid characters.
    This is the case when referencing custom images via a @sha256:... hash. As such, the product_image_selection::resolve function is now fallible (#1076).

stackable-shared 0.0.2

Added

  • Some modules have been moved into the stackable-shared crate, so that they can also be
    used in stackable-certs and stackable-webhook (#1074):
    • The module stackable_operator::time has moved to stackable_operator::shared::time
    • The module stackable_operator::commons::secret has moved to stackable_operator::shared::secret

stackable-versioned 0.8.1

Fixed

  • Replace the hardcoded ::stackable_versioned path in the tracking_from function with the configurable crate override (#1079).

stackable-versioned-macros 0.8.1

stackable-webhook 0.5.0

Changed

  • BREAKING: Re-write the ConversionWebhookServer.
    It can now do CRD conversions, handle multiple CRDs and takes care of reconciling the CRDs (#1066).
  • BREAKING: The TlsServer can now handle certificate rotation.
    To achieve this, a new CertificateResolver was added.
    Also, TlsServer::new now returns an additional mpsc::Receiver<Certificate>, so that the caller
    can get notified about certificate rotations happening (#1066).
  • stackable_webhook::Options has been renamed to stackable_webhook::WebhookOptions, as well as
    OptionsBuilder to WebhookOptionsBuilder (#1066).

Removed

  • Remove StatefulWebhookHandler to reduce maintenance effort.
    Also, webhooks are ideally stateless, so that they can be scaled horizontally.
    It can be re-added once needed (#1066).

@sbernauer sbernauer self-assigned this Aug 21, 2025
@sbernauer sbernauer requested a review from a team August 21, 2025 06:58
@sbernauer sbernauer moved this to Development: Waiting for Review in Stackable Engineering Aug 21, 2025
@sbernauer sbernauer changed the title chore: Release workspace members chore: Release workspace members (stackable-operator 0.95.0) Aug 21, 2025
Copy link
Member

@Techassi Techassi left a comment

Choose a reason for hiding this comment

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

Changes look good, but can we paste the relevant parts of the changelog in the PR description, similar to how it was done in #900.

@Techassi Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Aug 21, 2025
@sbernauer
Copy link
Member Author

done

@sbernauer sbernauer enabled auto-merge August 21, 2025 07:14
@sbernauer sbernauer added this pull request to the merge queue Aug 21, 2025
Merged via the queue into main with commit 20659fe Aug 21, 2025
8 checks passed
@sbernauer sbernauer deleted the release/0.95.0 branch August 21, 2025 07:23
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Development: Done
Development

Successfully merging this pull request may close these issues.

2 participants