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

kops: restructure package to maintain multiple versions in the future #64242

Merged
merged 3 commits into from Aug 5, 2019

Commits on Aug 5, 2019

  1. kops: restructure package to maintain multiple versions in the future

    kops versions are bound to the version of the kubernetes cluster they
    are targeted to maintain (kops 1.12 -> k8s 1.12, kops 1.13 -> k8s 1.13,
    etc). Upgrading kops should therefore be done very deliberately
    as it may affect the cluster it is working with in drastic ways.
    This change introduces the ability to maintain multiple versions of
    kops in nixpkgs, giving the users the ability to pin it to their target
    cluster version when installing
    kampka committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4d50ce9 View commit details
    Browse the repository at this point in the history
  2. kops_1_12: 1.12.2 -> 1.12.3

    kampka committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    2f99b0d View commit details
    Browse the repository at this point in the history
  3. kops_1_13: init at 1.13.0

    kampka committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4839548 View commit details
    Browse the repository at this point in the history