-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add command to furyctl to print all KFD available versions #210
Comments
And also, only the released and supported KFD versions And as supported, we mean only "technically" supported |
Edit: Disregard this comment, look at #210 (comment)Questions about the implementation:
Proposed example output of command: > furyctl info distro versions
INFO KFD distribution: v1.30.0
INFO KFD distribution type: OnPremises
INFO networking.calico: vX.X.X
INFO logging.prometheus: vX.X.X
INFO tracing.tempo: vX.X.X
INFO policy.gatekeeper: vX.X.X
INFO dr.velero: vX.X.X
INFO auth.pomerium: vX.X.X |
ok, so we discussed it via chat with @nutellinoit This command should not show the modules version, only the available distro versions, without the need of an active kubernetes cluster. Basically it should fetch the fury-distribution tags on github except RCs. Given this information I would propose a command like Proposed output> furyctl search distro
AVAILABLE KUBERNETES FURY DISTRIBUTION VERSIONS
------------------------------------------------
VERSION RELEASE DATE STATUS NOTES
v1.31.2 2024-12-15 stable Latest stable release
v1.31.1 2024-11-15 stable Upgrade recommended
v1.31.0 2024-10-15 stable Upgrade recommended
v1.30.2 2024-09-15 stable Supported version
v1.30.1 2024-08-15 stable Upgrade recommended
v1.29.2 2023-11-20 stable Supported version |
Update after meeting of 04/02/2025I'll open a PR for the new command The versions to show are only the supported ones (currently latest - 3) in the output we decided to remove the 2 columns
|
Update, in chat @nutellinoit requested to add distribution kind compatibility check with the current furyctl output:
|
via chat with @ralgozino we discussed how to best show that the furyctl is not compatible with new KFD releases. We also decided to not show the previous patch versions for each minor: if there is 1.31.5, we will not show 1.31.4, 1.31.3, 1.31.2 and so on this the new output:
this the output with incompatible versions
|
Add command to furyctl to print all KFD available versions.
E.g.
furyctl info distro versions
The text was updated successfully, but these errors were encountered: