zowoq
b283b64580
kube3d: remove extra mainProgram
...
fixes eval
2022-05-01 11:43:50 +10:00
Artturi
3c99563f7a
Merge pull request #166237 from 06kellyjac/k3d
...
kube3d: 5.3.0 -> 5.4.1
2022-05-01 04:28:03 +03:00
Malo Bourgon
0e802eafad
treewide: add meta.mainProgram to many packages
2022-04-14 10:24:01 -07:00
06kellyjac
2d7bf4c4db
kube3d: 5.3.0 -> 5.4.1
...
Updated github location after the move
Fall back on default k3sVersion in the code
Added some validation to the k3sVersion that can be overriden
Enabled tests
Added mainProgram to meta
2022-04-06 20:32:01 +01:00
Manuel Mendez
10d3e3a0f4
go: convert alternating regex string to list of packages to exclude
...
This is just easier to read.
2022-03-04 13:32:44 +10:00
R. Ryantm
b0f0772603
kube3d: 5.2.2 -> 5.3.0
2022-02-12 12:21:42 +00:00
Bobby Rong
c7e8747a74
Merge pull request #152768 from r-ryantm/auto-update/kube3d
...
kube3d: 5.2.1 -> 5.2.2
2022-01-20 18:13:46 +08:00
Bailey Hayes
6d3026184a
maintainers: add ricochet
2022-01-11 18:49:07 +00:00
Bailey Hayes
c4260c76cf
kube3d: add darwin platforms
2022-01-10 19:22:01 -05:00
R. Ryantm
367ec166d6
kube3d: 5.2.1 -> 5.2.2
2021-12-30 18:21:25 +00:00
JesusMtnez
8aac7efe52
kube3d: 5.2.0 -> 5.2.1
2021-12-09 08:56:36 +01:00
R. Ryantm
6776d13d5c
kube3d: 5.0.3 -> 5.2.0
2021-12-07 08:38:54 +00:00
R. Ryantm
4307f06667
kube3d: 5.0.0 -> 5.0.3
2021-11-03 07:51:28 +00:00
JesusMtnez
2961446fec
kube3d: 4.4.8 -> 5.0.0
2021-10-06 09:55:24 +02:00
06kellyjac
a6adf3beab
kube3d: 4.4.7 -> 4.4.8
2021-08-26 09:41:39 +01:00
zowoq
ae31e8b199
kube3d: buildFlagsArray -> ldflags
2021-08-21 18:23:47 +10:00
06kellyjac
021bc5b929
kube3d: 4.4.6 -> 4.4.7
2021-07-09 12:02:50 +01:00
06kellyjac
d478698364
kube3d: 4.4.5 -> 4.4.6
2021-06-16 15:35:34 +01:00
06kellyjac
73953ec2ef
kube3d: 4.4.4 -> 4.4.5
2021-06-13 21:00:21 +01:00
06kellyjac
c1883518b6
kube3d: 4.4.3 -> 4.4.4
2021-05-19 16:10:34 +01:00
R. RyanTM
39805ad19c
kube3d: 4.4.2 -> 4.4.3
2021-04-30 02:27:54 +00:00
06kellyjac
9d70d47a84
kube3d: 4.4.1 -> 4.4.2
...
exclude docgen as we dont use it and it is breaking the build
> main module (github.com/rancher/k3d/v4) does not contain package
github.com/rancher/k3d/v4/docgen
2021-04-20 11:11:45 +01:00
06kellyjac
aeb4a2b5e6
kube3d: correct the k3sVersion to be inline with upstream
2021-04-08 08:44:45 +01:00
06kellyjac
e66701943d
kube3d: 4.4.0 -> 4.4.1
2021-04-06 21:23:25 +01:00
06kellyjac
b27e590f7f
kube3d: 4.3.0 -> 4.4.0
...
add installCheckPhase
2021-03-30 12:23:33 +01:00
06kellyjac
b1f2dc3cab
kube3d: 4.2.0 -> 4.3.0
...
- Bump k3sVersion to match official release
- Set buildFlagsArray in bash
- Add changelog
2021-03-11 14:13:44 +00:00
06kellyjac
b30013757b
kube3d: 4.1.1 -> 4.2.0
2021-02-09 20:11:37 +00:00
06kellyjac
50457fa4de
kube3d: 4.1.0 -> 4.1.1
2021-02-07 12:33:37 +00:00
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