-
Notifications
You must be signed in to change notification settings - Fork 276
OSM CLI prompt to upgrade #2294
Comments
From my shell scripts - I use this to get the latest release for certain automation tasks: curl --silent "https://api.github.com/repos/openservicemesh/osm/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' The Go version of this in the OSM CLI would be great. The second step would be to compare the latest available with what's running in the Kubernetes cluster.
|
I can work on it pls assign it to me |
Added default label |
Hi pls assign it to me. |
This issue will be closed due to a long period of inactivity. If you would like this issue to remain open then please comment or update. |
can be fixed by #5266 |
We can close this now fixed by #5266 |
This issue will be closed due to a long period of inactivity. If you would like this issue to remain open then please comment or update. |
Issue closed due to inactivity. |
Please describe the Improvement and/or Feature Request
OSM CLI should have a way to detect its own version compared to the installed chart version and prompt user to upgrade the CLI.
Scope (please mark with X where applicable)
Possible use cases
The text was updated successfully, but these errors were encountered: