Skip to content

Conversation

Techassi
Copy link
Member

@Techassi Techassi commented Sep 18, 2025

Part of/refined in stackabletech/issues#733

This PR adds a new end-of-support (EoS) checker. It will emit warnings (on startup and in regular (once per day by default) intervals) if the operator is considered to be no longer supported. The support phase is currently hard-coded as "built date + one year (365 days)".

@Techassi Techassi self-assigned this Sep 18, 2025
@Techassi Techassi moved this to Development: In Progress in Stackable Engineering Sep 18, 2025
@Techassi Techassi changed the title feat!!(stackable-operator): Add EoS checker feat!(stackable-operator): Add EoS checker Sep 18, 2025
@Techassi Techassi marked this pull request as ready for review September 19, 2025 09:41
@Techassi Techassi moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering Sep 19, 2025
Copy link
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

LGTM

fn verify_cli() {
use clap::CommandFactory;

RunArguments::command().print_long_help().unwrap();
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
RunArguments::command().print_long_help().unwrap();
RunArguments::command().print_long_help().expect("expected to work under normal testing conditions");

@NickLarsenNZ NickLarsenNZ moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Sep 19, 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: In Review
Development

Successfully merging this pull request may close these issues.

2 participants