Skip to content

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Oct 6, 2025

This releases stackable-operator 0.99.0 and stackable-shared 0.0.3:

stackable-operator 0.99.0

Added

  • Add CLI argument and env var to disable the end-of-support checker: EOS_DISABLED (--eos-disabled) (#1101).
  • Add end-of-support checker (#1096).
    • The EoS checker can be constructed using EndOfSupportChecker::new().
    • Add new MaintenanceOptions and EndOfSupportOptions structs.
    • Add new CLI arguments and env vars:
      • EOS_CHECK_MODE (--eos-check-mode) to set the EoS check mode. Currently, only "offline" is supported.
      • EOS_INTERVAL (--eos-interval) to set the interval in which the operator checks if it is EoS.

Changed

  • Update the end-of-support warning message (#1103)
  • BREAKING: ProductOperatorRun was renamed to RunArguments (#1096).
  • BREAKING: The disable_crd_maintenance field was moved from RunArguments into MaintenanceOptions.
    The CLI interface is unchanged (#1096).
  • BREAKING: Integration of KubernetesClusterInfoOptions with clap is now gated behind the clap feature flag.
    This is only breaking if default features for stackable-operator are disabled (#1096).
  • BREAKING: Bump product-config to 0.8.0 (#1098).

stackable-shared 0.0.3

Added

  • Add conversion implementations between Duration and chrono::TimeDelta (#1103).
@Techassi Techassi self-assigned this Oct 6, 2025
@Techassi Techassi moved this to Development: Waiting for Review in Stackable Engineering Oct 6, 2025
@maltesander maltesander self-requested a review October 6, 2025 08:25
@maltesander maltesander moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Oct 6, 2025
Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

@Techassi Techassi added this pull request to the merge queue Oct 6, 2025
@Techassi Techassi moved this from Development: In Review to Development: Done in Stackable Engineering Oct 6, 2025
Merged via the queue into main with commit be42204 Oct 6, 2025
8 checks passed
@Techassi Techassi deleted the chore/release-workspace-members branch October 6, 2025 08:32
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants