summary refs log tree commit diff
path: root/pkgs/development/tools/kind
Commit message (Collapse)AuthorAge
* kind: 0.11.0 -> 0.11.1R. RyanTM2021-05-28
|
* kind: 0.10.0 -> 0.11.0Austin Seipp2021-05-21
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* Merge branch 'master' into development-tools-stdenv-libJörg Thalheim2021-01-23
|\
| * kind: 0.9.0 -> 0.10.0David Birks2021-01-22
| |
* | pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|/
* kind: 0.8.1 -> 0.9.0Jon Banafato2020-10-24
| | | | | | | 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.
* treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott2020-08-11
| | | | | derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* Updated kind from 0.7 -> 0.8.1Shuhao Wu2020-05-12
| | | | Also use buildGoModule instead of buildGoPackages
* treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* kind: update completionzowoq2020-04-27
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* kind: 0.6.1 -> 0.7.0Roman Kuznetsov2020-01-16
|
* kind: 0.5.1 -> 0.6.1Giacomo Longo2019-12-13
|
* kind: 0.3.0 -> 0.5.1 (#68319)zimbatm2019-09-09
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* kind: 0.2.1 -> v0.3.0 (#61964)Jörn Gersdorf2019-05-23
| | | | Co-Authored-By: lewo <lewo@abesis.fr>
* kind: 0.1.0 -> 0.2.1Austin Seipp2019-04-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* kind: 0.0.1 -> 0.1.0tobias pflug2019-02-06
|
* kind: master -> 0.0.1David McKay2018-12-13
|
* kind: init at 2ae73f8eJaka Hudoklin2018-10-26