Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d109f68474ec
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8b772254e59f
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

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
    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
    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
    Copy the full SHA
    4839548 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64242 from kampka/refactor_kops

    kops: restructure package to maintain multiple versions in the future
    zimbatm committed Aug 5, 2019
    Copy the full SHA
    8b77225 View commit details
    Browse the repository at this point in the history