summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/minikube/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-05-14minikube: 1.19.0 -> 1.20.0zowoq1-4/+5
https://github.com/kubernetes/minikube/releases/tag/v1.20.0
2021-04-12minikube: 1.18.1 -> 1.19.0 (#119050)R. RyanTM1-3/+3
2021-03-11minikube: 1.18.0 -> 1.18.1R. RyanTM1-3/+3
2021-03-01minikube: 1.17.1 -> 1.18.0Diego Rodriguez1-3/+3
2021-01-29minikube: 1.17.0 -> 1.17.1Diego Rodriguez1-3/+3
2021-01-23minikube: 1.16.0 -> 1.17.0zowoq1-3/+3
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-05minikube: 1.15.1 -> 1.16.0Diego Rodriguez1-3/+3
2020-11-22minikube: 1.15.0 -> 1.15.1R. RyanTM1-2/+2
2020-11-19minikube: 1.14.2 -> 1.15.0R. RyanTM1-3/+3
2020-11-09minikube: 1.14.1 -> 1.14.2Diego Rodriguez1-2/+2
2020-10-25minikube: 1.14.0 -> 1.14.1R. RyanTM1-3/+3
2020-10-14minikube: 1.13.1 -> 1.14.0Diego Rodriguez1-3/+3
2020-10-09minikube: 1.13.0 -> 1.13.1Diego Rodriguez1-3/+3
2020-09-05minikube: 1.12.3 -> 1.13.0R. RyanTM1-3/+3
2020-08-14minikube: 1.12.2 -> 1.12.3Diego Rodriguez1-3/+3
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-08-07minikube: 1.12.1 -> 1.12.2zowoq1-3/+3
2020-07-21minikube: 0.12.0 -> 0.12.1Diego Rodriguez1-3/+3
2020-07-12minikube: install fish completionsMario Rodas1-1/+1
2020-07-12minikube: use src.rev as commitMario Rodas1-4/+1
2020-07-12minikube: 1.11.0 -> 1.12.0R. RyanTM1-3/+3
2020-05-30minikube: 1.10.1 -> 1.11.0zowoq1-3/+3
https://github.com/kubernetes/minikube/releases/tag/v1.11.0
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-1/+1
2020-05-13minikube: 1.10.0 -> 1.10.1zowoq1-3/+3
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-12minikube: 1.9.2 -> 1.10.0zowoq1-4/+4
https://github.com/kubernetes/minikube/releases/tag/v1.10.0
2020-04-30minikube: use makefilezowoq1-38/+27
2020-04-10minikube: 1.8.1 -> 1.9.2ngerstle1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-5/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21minikube: fix build on darwinMario Rodas1-1/+5
2020-03-07minikube: 1.6.2 -> 1.8.1Atkins1-4/+4
2020-03-07minikube: 1.5.2 -> 1.6.2Atkins1-4/+4
2020-03-07minikube: 1.3.1 -> 1.5.2Atkins1-10/+4
2020-03-07minikube: 1.2.0 -> 1.3.1Atkins1-29/+34
2019-08-22minikube: restore pluginsAndrew Childs1-0/+1
These were dropped in a12efe947f90ec816d5a9b5a03922a8eefd476bd
2019-07-28minikube: 1.0.1 -> 1.2.0Vincent Demeester1-20/+13
Also switch to go modules. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-11minikube: 1.0.0 -> 1.0.1Vincent Demeester1-3/+3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-31minikube: 0.35.0 -> 1.0.0 (#58475)Vincent Demeester1-3/+3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08minikube: 0.30.0 -> 0.35.0 (#56879)Vincent Demeester1-5/+7
* minikube: 0.30.0 -> 0.34.1 Signed-off-by: Vincent Demeester <vincent@sbr.pm> * minikube: 0.34.1 -> 0.35.0 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-12minikube: bump version 0.29.0 -> 0.30.0Periklis Tsirakidis1-2/+2
This is a fix release for CVE-2018-1002103. More details in https://github.com/kubernetes/minikube/issues/3208
2018-10-03minikube: 0.28.1 -> 0.29.0Vincent Demeester1-3/+5
Hard-code kubernetes version as the upstream python script is broken/not-up-to-date Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-4/+4
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-2/+2
2018-07-20minikube: 0.28.0 -> 0.28.1Tim Steinbach1-2/+2
2018-07-03minikube: 0.27.0 -> 0.28.0Tim Steinbach1-2/+2
2018-06-23minikube: bundle kvm2 driverTad Fisher1-3/+11
2018-05-28minikube: build hyperkit driver on darwinNick Novitski1-2/+6
2018-05-28minikube: set version of vendored kubernetes librariesNick Novitski1-24/+6
This gives a valid default version when minikube attempts to download localkube, kubeadm, and other binaries, and makes downloading and vendoring localkube as binary data unnecessary.