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

Rename aws-k8s to aws-k8s-1.15 #785

Merged
merged 2 commits into from
Feb 27, 2020
Merged

Rename aws-k8s to aws-k8s-1.15 #785

merged 2 commits into from
Feb 27, 2020

Commits on Feb 27, 2020

  1. Rename aws-k8s variant to aws-k8s-1.15

    This requires removing the variants workspace, which we had intended to do
    anyway because you wouldn't want to build the whole workspace.  It needs to be
    removed now because "." isn't valid in a package name, and we were passing the
    variant name to build the variant's "package".
    tjkirch committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    60ebe8c View commit details
    Browse the repository at this point in the history
  2. updog: print space between variant and version rather than hyphen

    Variant names can include versions (e.g. aws-k8s-1.15) and seeing that combined
    with the update version using a hyphen can be confusing.  For example, in
    aws-k8s-1.15-0.3.0, it's unclear what each version applies to.  This change
    uses a space instead, to visually separate the two components.
    tjkirch committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5666387 View commit details
    Browse the repository at this point in the history