Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/openshift-install: Add a 'version' subcommand #390

Merged
merged 2 commits into from
Oct 2, 2018

Commits on Oct 2, 2018

  1. cmd/openshift-install: Add a 'version' subcommand

    And calculate its value based on the most recent Git tag (relative to
    HEAD).  This makes it easy for callers to report the version they're
    using when reporting issues (or successes :).
    wking committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    12e7b79 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: Start documenting changes

    This project has been evolving rapidly, which makes it hard for
    occasional users to keep up.  By cutting releases and documenting new
    features, deprecations, etc., we can make it easier for users to get
    back up to speed.  Cutting releases also reduces our maintenance
    burden by focusing users on the weekly (or whatever) release instead
    of "wherever master was when I cloned".
    wking committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    7c12d54 View commit details
    Browse the repository at this point in the history