openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.69k stars 153 forks source link

[enhancement] show upgrade message #541

Closed qrkourier closed 1 year ago

qrkourier commented 2 years ago

It would be helpful for the ziti-tunnel CLI to print a warning message to stderr when an upgrade for the same CPU architecture is available. Here's an example of the message printed by the kOps CLI.

*********************************************************************************

A new kops version is available: 1.21.2
Upgrading is recommended
More information: https://github.com/kubernetes/kops/blob/master/permalinks/upgrade_kops.md#1.21.2

*********************************************************************************
qrkourier commented 2 years ago

@dovholuknf @plorenz I'd be interested in contributing this if you are able to give me some direction and coaching.

plorenz commented 2 years ago

@dovholuknf @plorenz I'd be interested in contributing this if you are able to give me some direction and coaching.

Sure, seems like a nice, user-friendly feature :+1:

qrkourier commented 1 year ago

This was done.