ship icon indicating copy to clipboard operation
ship copied to clipboard

Enhancement: Show version of helm currently vendored in

Open zendril opened this issue 6 years ago • 2 comments

Expected behavior

For each ship release, would like to know what version of helm is vendored in.

This could be added to ship version that can also show the version of helm used.

Something like:

$ ship version
{
    "version": "0.40.0",
    "git": "044996e",
    "buildTime": "2019-04-11T07:06:59Z",
    "dependencies": {
        "helm": {
            "version": "2.13.1"
        }
    }
}

Actual behavior

Today we have no idea what helm version is in use (other than magically knowing that helm is vendored in and coming back to look at the source).

Information

  • Ship version: 0.40.0 Windows
  • Docker version: N/A
  • Command line run: ship version

zendril avatar Apr 19 '19 16:04 zendril

That is a very good idea! We should be doing this for Kustomize and Terraform, too.

laverya avatar Apr 19 '19 16:04 laverya

This isn't closed yet - we still need to setup a process to include the actual version automatically, instead of hardcoding things

laverya avatar Apr 19 '19 18:04 laverya