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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f7687e79f42
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20b993ef2c9e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 23, 2019

  1. ksonnet: remove package

    The team behind ksonnet was aquired by VMware, and they decided to end
    work on ksonnet:
    
    From https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware:
    
    > Prior to the acquisition, Heptio had been shifting focus and resources
    > away from ksonnet; with the acquisition, we felt it was the right time
    > to rethink our investment in ksonnet. As a result, work on ksonnet will
    > end and the GitHub repositories will be archived. It’s extremely
    > difficult to step back from a project we have worked so hard on, but
    > we’re excited about our new ideas and vision for changing how developers
    > experience the Kubernetes and cloud native ecosystems.
    flokli committed Jun 23, 2019
    Copy the full SHA
    9635646 View commit details
  2. ksonnet: remove package (#63702)

    The team behind ksonnet was aquired by VMware, and they decided to end
    work on ksonnet:
    
    From https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware:
    
    > Prior to the acquisition, Heptio had been shifting focus and resources
    > away from ksonnet; with the acquisition, we felt it was the right time
    > to rethink our investment in ksonnet. As a result, work on ksonnet will
    > end and the GitHub repositories will be archived. It’s extremely
    > difficult to step back from a project we have worked so hard on, but
    > we’re excited about our new ideas and vision for changing how developers
    > experience the Kubernetes and cloud native ecosystems.
    zimbatm authored Jun 23, 2019
    Copy the full SHA
    20b993e View commit details
Showing with 0 additions and 25 deletions.
  1. +0 −23 pkgs/applications/networking/cluster/ksonnet/default.nix
  2. +0 −2 pkgs/top-level/all-packages.nix
23 changes: 0 additions & 23 deletions pkgs/applications/networking/cluster/ksonnet/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -18761,8 +18761,6 @@ in

ktorrent = libsForQt5.callPackage ../applications/networking/p2p/ktorrent { };

ksonnet = callPackage ../applications/networking/cluster/ksonnet { };

kubecfg = callPackage ../applications/networking/cluster/kubecfg { };

kubeval = callPackage ../applications/networking/cluster/kubeval { };