Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Enhancement: Show version of helm currently vendored in #915

Open
zendril opened this issue Apr 19, 2019 · 2 comments
Open

Enhancement: Show version of helm currently vendored in #915

zendril opened this issue Apr 19, 2019 · 2 comments

Comments

@zendril
Copy link

zendril commented Apr 19, 2019

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
@laverya
Copy link
Member

laverya commented Apr 19, 2019

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

@laverya
Copy link
Member

laverya commented Apr 19, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants