Commit graph

79 commits

Author SHA1 Message Date
R. RyanTM 25e53061fa
minikube: 1.18.1 -> 1.19.0 (#119050) 2021-04-12 12:36:12 -07:00
R. RyanTM ae1c5e993b minikube: 1.18.0 -> 1.18.1 2021-03-11 02:15:05 +00:00
Diego Rodriguez 13be7fd7b7
minikube: 1.17.1 -> 1.18.0 2021-03-01 17:31:30 -07:00
Diego Rodriguez eb41c40eb0
minikube: 1.17.0 -> 1.17.1 2021-01-29 15:49:18 -07:00
zowoq f8013960c6 minikube: 1.16.0 -> 1.17.0
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-23 11:31:36 +10:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Diego Rodriguez 43f84e1d69 minikube: 1.15.1 -> 1.16.0 2021-01-05 19:44:35 +10:00
R. RyanTM c281582aeb minikube: 1.15.0 -> 1.15.1 2020-11-22 03:36:17 +00:00
R. RyanTM ecd3ac0fbd minikube: 1.14.2 -> 1.15.0 2020-11-19 09:07:03 +10:00
Diego Rodriguez 734434c1d8 minikube: 1.14.1 -> 1.14.2 2020-11-09 12:17:31 +00:00
R. RyanTM dab7064970 minikube: 1.14.0 -> 1.14.1 2020-10-25 21:18:39 +00:00
Diego Rodriguez 9eb0c32118
minikube: 1.13.1 -> 1.14.0 2020-10-14 00:30:40 -06:00
Diego Rodriguez 7c55217904
minikube: 1.13.0 -> 1.13.1 2020-10-09 18:34:52 -06:00
R. RyanTM 4441733e47 minikube: 1.12.3 -> 1.13.0 2020-09-05 07:45:12 +00:00
Diego Rodriguez af09ae1268
minikube: 1.12.2 -> 1.12.3 2020-08-14 17:42:05 -06:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 95ec8d2bd7 minikube: 1.12.1 -> 1.12.2 2020-08-07 13:44:14 +10:00
Diego Rodriguez e5bd8864c5 minikube: 0.12.0 -> 0.12.1 2020-07-21 08:42:54 +10:00
Mario Rodas 9e8cc18327
minikube: install fish completions 2020-07-12 04:20:00 -05:00
Mario Rodas 2c774044e2 minikube: use src.rev as commit 2020-07-12 04:20:00 -05:00
R. RyanTM c0a0552f10 minikube: 1.11.0 -> 1.12.0 2020-07-12 09:11:50 +00:00
zowoq 268ea8abf4 minikube: 1.10.1 -> 1.11.0
https://github.com/kubernetes/minikube/releases/tag/v1.11.0
2020-05-30 08:21:37 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
zowoq ff720ad8af minikube: 1.10.0 -> 1.10.1
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-13 13:20:49 +10:00
zowoq 9452d34b14 minikube: 1.9.2 -> 1.10.0
https://github.com/kubernetes/minikube/releases/tag/v1.10.0
2020-05-12 19:47:31 +10:00
zowoq 9e6db1f44a minikube: use makefile 2020-04-30 08:12:22 +10:00
ngerstle 5c644c4204 minikube: 1.8.1 -> 1.9.2 2020-04-10 21:21:35 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 4e9e877ca3 minikube: fix build on darwin 2020-03-21 06:17:00 -05:00
Atkins d8b2f2b1ed
minikube: 1.6.2 -> 1.8.1 2020-03-07 22:58:56 +08:00
Atkins d6fe4e1ec1 minikube: 1.5.2 -> 1.6.2 2020-03-07 22:35:15 +08:00
Atkins 8d5e32ec44 minikube: 1.3.1 -> 1.5.2 2020-03-07 22:35:15 +08:00
Atkins 37aab73f56 minikube: 1.2.0 -> 1.3.1 2020-03-07 22:35:15 +08:00
Andrew Childs 90776e1de5 minikube: restore plugins
These were dropped in a12efe947f
2019-08-22 18:33:54 +09:00
Vincent Demeester a12efe947f
minikube: 1.0.1 -> 1.2.0
Also switch to go modules.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-07-28 07:53:52 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Vincent Demeester 8e10b333fb minikube: 1.0.0 -> 1.0.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-11 13:41:12 -04:00
Vincent Demeester fd3fdc31b4 minikube: 0.35.0 -> 1.0.0 (#58475)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-31 00:21:00 +01:00
Vincent Demeester 1f037a90f1 minikube: 0.30.0 -> 0.35.0 (#56879)
* 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>
2019-03-08 22:01:53 +01:00
Periklis Tsirakidis e5ee89f758 minikube: bump version 0.29.0 -> 0.30.0
This is a fix release for CVE-2018-1002103. More details in
https://github.com/kubernetes/minikube/issues/3208
2018-10-12 10:24:56 +02:00
Vincent Demeester ba98a7aea1
minikube: 0.28.1 -> 0.29.0
Hard-code kubernetes version as the upstream python script is broken/not-up-to-date

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-03 16:41:03 +02:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tim Steinbach b77a32f6cf
minikube: 0.28.0 -> 0.28.1 2018-07-20 08:18:01 -04:00
Tim Steinbach e08b53df15
minikube: 0.27.0 -> 0.28.0 2018-07-03 09:18:01 -04:00
Tad Fisher aef546444c minikube: bundle kvm2 driver 2018-06-23 16:01:38 -07:00
Nick Novitski a797bd6bda minikube: build hyperkit driver on darwin 2018-05-28 00:30:00 +02:00
Nick Novitski 4e31cf1849 minikube: set version of vendored kubernetes libraries
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.
2018-05-28 00:30:00 +02:00
Nick Novitski d2130cd8b6 minikube: remove kubernetes dependency 2018-05-28 00:30:00 +02:00