Commit Graph

35 Commits

Author SHA1 Message Date
Aaron Jheng
6682fa7526
kind: 0.20.0 -> 0.22.0 2024-02-15 13:05:59 +08:00
Paul Meyer
77d6ba8a4c treewide: remove explicit -buildid=
from buildGoModules invocations

This is now always set by buildGoModule.
2023-12-28 09:59:34 +01:00
Peder Bergebakken Sundt
9573657ebc kind: fix -ldflags typo 2023-10-20 23:32:27 +02:00
R. Ryantm
d125020699 kind: 0.19.0 -> 0.20.0 2023-06-18 02:31:49 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
2dc0152662 kind: 0.18.0 -> 0.19.0 2023-05-21 02:44:47 +00:00
Kenny MacDermid
86d052f7d4
kind: 0.17.0 -> 0.18.0
Release notes:
https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0
2023-04-04 20:23:07 -03:00
Shawn8901
a59dda942c treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
R. Ryantm
5ab7ec1e32 kind: 0.15.0 -> 0.17.0 2022-10-27 10:51:59 +00:00
R. Ryantm
30ad7637e4 kind: 0.14.0 -> 0.15.0 2022-09-02 15:47:04 +00:00
Maxine Aubrey
5b062820b6
kind: 0.11.1 -> 0.14.0
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.12.0
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.13.0
- https://github.com/kubernetes-sigs/kind/releases/tag/v0.14.0

Changes:
- update/fix nixos specific kernel module path patch
- change build options to match upstream
- pin major go version to match upstream
2022-05-26 22:09:55 +02:00
Atkins Chang
303f9b6b44
kind: patch for correct kernal module path
Signed-off-by: Atkins Chang <atkinschang@gmail.com>
2021-08-07 00:10:12 +08:00
R. RyanTM
d86a0722be kind: 0.11.0 -> 0.11.1 2021-05-28 21:20:38 +00:00
Austin Seipp
bc9bb977d2
kind: 0.10.0 -> 0.11.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-05-21 04:31:38 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jörg Thalheim
09f47ac855
Merge branch 'master' into development-tools-stdenv-lib 2021-01-23 15:57:23 +00:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0 2021-01-22 22:54:10 -05:00
Jon Banafato
d0bc05438b kind: 0.8.1 -> 0.9.0
kind has a new bugfix release. [Changelog](https://github.com/kubernetes-sigs/kind/releases/tag/v0.9.0)

This commit also enables fish completions, which were added to kind in
0.8.0.
2020-10-24 12:37:52 -04:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Shuhao Wu
e7bbcb3cb6 Updated kind from 0.7 -> 0.8.1
Also use buildGoModule instead of buildGoPackages
2020-05-12 19:41:48 +00:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq
454f8ef82a kind: update completion 2020-04-27 08:48:42 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Roman Kuznetsov
30de00b7ae
kind: 0.6.1 -> 0.7.0 2020-01-16 21:16:42 +01:00
Giacomo Longo
ec3435244e kind: 0.5.1 -> 0.6.1 2019-12-13 06:42:45 +01:00
zimbatm
bcc8db0298
kind: 0.3.0 -> 0.5.1 (#68319) 2019-09-09 13:12:59 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörn Gersdorf
1bc73d1a9a kind: 0.2.1 -> v0.3.0 (#61964)
Co-Authored-By: lewo <lewo@abesis.fr>
2019-05-23 20:04:56 -05:00
Austin Seipp
da57a2fa60
kind: 0.1.0 -> 0.2.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-23 09:16:31 -05:00
tobias pflug
fe1d31480c kind: 0.0.1 -> 0.1.0 2019-02-06 10:51:00 +01:00
David McKay
fbabead264
kind: master -> 0.0.1 2018-12-13 20:32:59 +00:00
Jaka Hudoklin
6124447a54
kind: init at 2ae73f8e 2018-10-26 23:05:15 +02:00