Commit Graph

35 Commits

Author SHA1 Message Date
06kellyjac
73f62a6ad3 kube3d: 4.0.0 -> 4.1.0 2021-02-05 20:35:54 +00:00
06kellyjac
4f31c7c748 kube3d: 3.4.0 -> 4.0.0 2021-01-20 14:40:27 +00:00
Giorgi Lekveishvili
5d7b2427bd kube3d: k3sVersion 1.19.4-k3s1 -> 1.20.0+k3s2 2021-01-13 11:49:14 +04:00
06kellyjac
4f1ece1b2c kube3d: 3.3.0 -> 3.4.0 2020-12-07 12:53:17 +00:00
06kellyjac
cdfa9b0c26 kube3d: re-order the derivation and general cleanup
Moved k3sVersion to be a variable.
Converted buildFlagsArray to an array
Moved vendorSha256 closer to src
Moved doCheck between build and install related bits (like where the
phase happens)
Replaced stdenv.lib with lib
2020-11-26 12:37:37 +00:00
06kellyjac
168df5f4ff kube3d: mention k3d in the short description
While I was able to find `deno` by searching for "executable" from it's
longDescription on search.nixos.org, I couldn't find it using `nix search`

`nix search` seems to only look at the short description so it's worth
including there too.
2020-11-26 12:36:32 +00:00
06kellyjac
7a03c0f5fe kube3d: add a longDescription to provide detail and help searches
search.nixos.org was able to show me `deno` when searching for
"executable" which was in the longDescription
2020-11-26 12:36:31 +00:00
06kellyjac
c36b5d5799 kube3d: nixpkgs-fmt the file to fit contributing guidelines 2020-11-26 12:36:29 +00:00
06kellyjac
4ef6aaef7d kube3d: 3.2.1 -> 3.3.0 2020-11-23 16:23:12 +00:00
R. RyanTM
aaa295cf8b kube3d: 3.2.0 -> 3.2.1 2020-11-15 08:32:55 +00:00
06kellyjac
feca10b61d kube3d: move to new installShellCompletion style 2020-11-10 13:39:08 +00:00
06kellyjac
dc506de1fe kube3d: 3.1.5 -> 3.2.0 2020-11-10 13:38:09 +00:00
06kellyjac
aaa2cf6b26 kube3d: add jk as a maintainer
Add jk (myself) as a maintainer to help keeping kube3d working and
up-to-date.
2020-10-26 09:24:52 +00:00
06kellyjac
797a3421cd kube3d: 3.1.4 -> 3.1.5 2020-10-26 09:24:51 +00:00
06kellyjac
ba708de881 kube3d: 3.1.3 -> 3.1.4 2020-10-26 09:24:51 +00:00
06kellyjac
56de136664 kube3d: 3.1.2 -> 3.1.3 2020-10-26 09:24:51 +00:00
06kellyjac
f28030496d kube3d: 3.1.1 -> 3.1.2 2020-10-26 09:24:51 +00:00
06kellyjac
caaca24a57 kube3d: 3.1.0 -> 3.1.1 2020-10-26 09:24:51 +00:00
06kellyjac
31ae30a932 kube3d: 3.0.2 -> 3.1.0
Also bumped k3sVersion
2020-10-26 09:24:51 +00:00
06kellyjac
4c812da8e5 kube3d: add completion for fish
fish completion was added in 3.0.2
https://github.com/rancher/k3d/releases/tag/v3.0.2
2020-10-26 09:24:51 +00:00
R. RyanTM
be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
R. RyanTM
ba7eeb94f6 kube3d: 3.0.0 -> 3.0.1 2020-08-22 10:33:58 +00: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
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
David Arnold
850d2844e5
kube3d: fix verion prefix tu pull correct image
docker pull rancher/k3d-proxy:3.0.0
Error response from daemon: manifest for rancher/k3d-proxy:3.0.0 not found: manifest unknown: manifest unknown

vs

docker pull rancher/k3d-proxy:v3.0.0
v3.0.0: Pulling from rancher/k3d-proxy

The version tag selects the image tag.
2020-07-22 20:15:05 -05:00
David Arnold
7f8171b2b6
kub3d: add shell completions 2020-07-22 20:06:14 -05:00
David Arnold
8edebc80d6
kube3d 1.7.0 -> 3.0.0 2020-07-22 19:35:01 -05:00
R. RyanTM
e9576c83bf kube3d: 1.6.0 -> 1.7.0 2020-05-19 09:02:50 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
ngerstle
cde784aaa3 kube3d: correct k3s version tag 2020-03-05 00:31:01 +01:00
ngerstle
d8e5885075 kube3d: 1.3.1 -> 1.6.0 2020-03-01 11:24:41 +01:00
José Luis Lafuente
b2c12abb28 kube3d: build as GoModule instead of GoPackage (#70062)
Also adds build flags version and k3sVersion. Previously it was using the default, dev and latest
2019-09-30 17:37:37 -04:00
José Luis Lafuente
2e73605c1a
kube3d: 1.1.0 -> 1.3.1 2019-08-06 17:01:06 +02:00
N G
35efc84284 kub3d: init at v1.1.0 2019-07-01 11:02:04 +02:00