ship
ship copied to clipboard
Enhancement: Show version of helm currently vendored in
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
That is a very good idea! We should be doing this for Kustomize and Terraform, too.
This isn't closed yet - we still need to setup a process to include the actual version automatically, instead of hardcoding things