Skip to content
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

Synchronize MAS and CLI version numbers #1166

Open
nogayama opened this issue Aug 9, 2024 · 1 comment
Open

Synchronize MAS and CLI version numbers #1166

nogayama opened this issue Aug 9, 2024 · 1 comment
Assignees
Labels
Enhancement New feature or request

Comments

@nogayama
Copy link

nogayama commented Aug 9, 2024

Feature and motivation

Currently the version number of MAS and CLI are independently allocated. So It is hard to find the stable CLI version to install specific MAS version. If we assign the version number with the corresponding MAS that can be installed by the CLI, It is very use full to identify which CLI should be used.

Usage example

For example, if MAS version is v9.1.1, and core implementation of CLI version is 1.2.3, then CLI version can be v9.1.1.cli.1.2.3.

@nogayama nogayama added the Enhancement New feature or request label Aug 9, 2024
@durera
Copy link
Contributor

durera commented Aug 9, 2024

The version of MAS has no direct bearing on the version of the CLI to use/there is not a 1:1 relationship.

We publish the recommended versions of the CLI to use for installing older catalogs so that customers can use versions of the CLI that were tested with the same catalog they want to use; generally speaking any version of the CLI will support the most recent 4 months worth of catalogs, so when installing older catalogs for whatever reason, older versions of the CLI should be used.

Use the information here to match the catalog you are using with the recommended version of the CLI: https://ibm-mas.github.io/cli/catalogs/#static-catalogs

image

@durera durera self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants