Commit Graph

101 Commits

Author SHA1 Message Date
R. Ryantm
9b24d0634a minikube: 1.32.0 -> 1.33.0 2024-04-20 02:29:02 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Zaripov Kamil
6018b404c8 minikube: use correct paths for firmware in case of qemu driver 2024-02-13 15:46:54 +02:00
R. Ryantm
ed05e9994b minikube: 1.31.2 -> 1.32.0 2023-11-09 08:08:29 +00:00
R. Ryantm
c25ef1580c minikube: 1.31.1 -> 1.31.2 2023-08-24 21:03:35 +00:00
R. Ryantm
03e8f7bba7 minikube: 1.30.1 -> 1.31.1 2023-07-30 18:16:16 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
fb6e8efc1c minikube: 1.29.0 -> 1.30.1 2023-04-20 10:52:54 +00:00
R. Ryantm
8fdaf00e8c minikube: 1.28.0 -> 1.29.0 2023-01-31 08:33:49 +00:00
R. Ryantm
977a0c9460 minikube: 1.27.1 -> 1.28.0 2022-11-16 16:48:43 +08:00
R. Ryantm
b54605669c minikube: 1.27.0 -> 1.27.1 2022-10-08 15:42:55 +00:00
R. Ryantm
89f7fc5daa minikube: 1.26.1 -> 1.27.0 2022-09-16 18:06:00 +00:00
R. Ryantm
2429891689 minikube: 1.26.0 -> 1.26.1 2022-08-04 08:12:33 +10:00
Alex Andrews
4d62e9dd51 minikube: 1.25.2 -> 1.26.0 2022-06-29 23:01:49 +01:00
Nick Novitski
d7b3ff6d56 minikube: disable update notifications
Note that the kubectl download message setting was removed from the
upstream program, so MINIKUBE_WANTKUBECTLDOWNLOADMSG=false no longer has
an effect on behavior.
2022-04-14 22:12:25 -07:00
R. Ryantm
126d0be6b8 minikube: 1.25.1 -> 1.25.2 2022-02-25 12:09:30 +00:00
R. Ryantm
b72e9a7ac0 minikube: 1.24.0 -> 1.25.1 2022-01-24 19:29:29 +00:00
zowoq
c43b896e07 minikube: update vendorSha256 2022-01-11 06:31:22 +10:00
R. Ryantm
365fde6b11 minikube: 1.23.2 -> 1.24.0 2021-12-07 14:59:55 +00:00
R. RyanTM
e2468d4fb3 minikube: 1.23.0 -> 1.23.2 2021-09-23 04:02:19 +00:00
R. RyanTM
fcaea23d6a minikube: 1.22.0 -> 1.23.0 2021-09-15 17:56:02 +00:00
Hubert Jasudowicz
60e09601df minikube: 1.21.0 -> 1.22.0 2021-07-29 14:29:54 +10:00
Stefan Frijters
b93605da8f minikube: 1.20.0 -> 1.21.0 2021-06-30 06:24:52 +10:00
zowoq
fe8e7c435a minikube: 1.19.0 -> 1.20.0
https://github.com/kubernetes/minikube/releases/tag/v1.20.0
2021-05-14 06:20:31 +10:00
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