Skip to content

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer commented Sep 9, 2025

stackable-operator 0.97.0

Added

  • BREAKING: Add a new CLI flag/env to disabling CRD maintenance: --disable-crd-maintenance (#1085).

Removed

  • BREAKING: Remove the Merge implementation for PodTemplateSpec (#1087).
    It was broken because the instance was overridden by the given defaults.
    This function is not used by the Stackable operators.

Fixed

  • Don't default the termination_grace_period of the ProbeBuilder to 0, as this is an invalid value (#1090).

stackable-versioned 0.8.2

Added

  • Add new #[versioned(hint)] argument to provide type hints for struct fields (#1089).
    • #[versioned(hint(option))] for fields wrapped in an Option. Generates .map(Into::into).
    • #[versioned(hint(vec))] for fields wrapped in an Vec. Generates .into_iter().map(Into::into).collect().

Fixed

  • Correctly emit enum variant fields in From impl blocks (#1086).

stackable-webhook 0.6.0

Added

  • BREAKING: Support disabling CRD maintenance using a new boolean flag in ConversionWebhookOptions (#1085).

@sbernauer sbernauer self-assigned this Sep 9, 2025
@sbernauer sbernauer moved this to Development: Waiting for Review in Stackable Engineering Sep 9, 2025
@sbernauer sbernauer requested a review from a team September 9, 2025 12:15
@Techassi Techassi self-requested a review September 9, 2025 12:24
@Techassi Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Sep 9, 2025
@sbernauer sbernauer added this pull request to the merge queue Sep 10, 2025
@sbernauer sbernauer moved this from Development: In Review to Development: Done in Stackable Engineering Sep 10, 2025
Merged via the queue into main with commit 36e9fad Sep 10, 2025
8 checks passed
@sbernauer sbernauer deleted the release-0.97.0 branch September 10, 2025 14:11
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants