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

include some vendored dependencies in ship version #916

Merged
merged 2 commits into from
Apr 19, 2019

Conversation

laverya
Copy link
Member

@laverya laverya commented Apr 19, 2019

What I Did

Added helm, kustomize and terraform versions to the ship version command - see #915

How I Did it

For now, these versions are hardcoded as part of the build scripts - this should be updated in the future

How to verify it

run ship version and observe the output:

{
    "version": "v0.40.0-10-gf22ebeeb",
    "git": "f22ebee",
    "buildTime": "2019-04-19T18:24:38Z",
    "dependencies": {
        "helm": "v2.13.0",
        "kustomize": "v2.0.2",
        "terraform": "v0.11.13"
    }
}

Description for the Changelog

ship version includes the versions of some dependencies

Picture of a Ship (not required but encouraged)

USS LST-916

@laverya laverya requested a review from fshot April 19, 2019 17:43
@laverya laverya changed the title hardcode the imported versions of helm, kustomize and terraform include some vendored dependencies in ship version Apr 19, 2019
@laverya laverya merged commit 14db0e3 into replicatedhq:master Apr 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants