Euan Kemp
c154180073
k3s: add ipset runtime dependency
...
Fixes #176445
The included change to the k3s test fails without the package change.
2023-02-19 14:38:40 +09:00
superherointj
e836805076
Merge pull request #215482 from moduon/k3s-test-all-versions
...
k3s: test all versions
2023-02-14 12:31:32 -03:00
Jairo Llopis
f0a6595fe5
k3s: add passthru.tests to all derivations
2023-02-13 08:33:20 +00:00
Jairo Llopis
7cf8b72ddd
k3s_1_23: 1.23.6+k3s1 -> 1.23.16+k3s1
...
- Update to latest upstream release.
- Include some changes from 0f9165d8b6
to fix downloads.
- Add myself as maintainer.
@moduon MT-1718
2023-02-09 09:04:20 +00:00
superherointj
ce2fdc9766
k3s: add multiple versions
2023-02-07 12:27:14 -03:00
superherointj
2fa6c09924
k3s: add superherointj as maintainer
2023-01-31 07:54:28 -03:00
R. Ryantm
e28154dccd
k3s: 1.26.0+k3s2 -> 1.26.1+k3s1
2023-01-28 04:03:45 +00:00
Shawn8901
0a1dd3ced1
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 17:29:20 +01:00
Euan Kemp
0f9165d8b6
k3s: 1.25.3+k3s1 -> 1.26.0+k3s2
...
We dropped behind on releases for a bit due to our automatic update
script breaking.
This happened because of the traefik chart packaging changing
considerably. See the related upstream PR https://github.com/k3s-io/k3s/pull/6519
This updates our packaging to work with the new setup. Conveniently,
this also lets us drop a patch since chart packaging upstream has
simplified some too.
2023-01-17 17:54:38 +09:00
Sandro Jäckel
04a1c0d7ad
treewide: fix quoting of GITHUB_TOKEN in curl
2022-12-17 23:32:43 +01:00
R. Ryantm
16b094714a
k3s: 1.25.2+k3s1 -> 1.25.3+k3s1
2022-10-26 09:16:53 +00:00
superherointj
2e19f2fa53
maintainers: remove superherointj
2022-10-04 14:06:48 -03:00
superherointj
2d55e4d1ee
k3s: 1.25.2+k3s1 -> 1.25.2+k3s1
2022-10-02 13:01:47 -03:00
superherointj
49b299074d
k3s: convenience change to update script
2022-10-02 11:11:00 -03:00
Nick Cao
6a3d7aeb8e
k3s: fix cross compilation
2022-09-21 10:02:51 +08:00
R. Ryantm
59447eb5d3
k3s: 1.24.4+k3s1 -> 1.25.0+k3s1
2022-09-15 13:37:03 +00:00
superherointj
925f53cc98
k3s: 1.24.3+k3s1 -> 1.24.4+k3s1
2022-08-25 20:49:56 -03:00
Euan Kemp
d5b1e25711
nixos/tests/k3s: reorganize test into a subdirectory
...
In preperation for more tests, coming soon.
2022-07-30 11:55:23 -07:00
R. Ryantm
642aeda7af
k3s: 1.24.2+k3s2 -> 1.24.3+k3s1
2022-07-19 05:22:44 +00:00
R. Ryantm
7b29bfd3af
k3s: 1.24.2+k3s1 -> 1.24.2+k3s2
2022-07-08 05:44:30 +00:00
R. Ryantm
567bcc9216
k3s: 1.24.1+k3s1 -> 1.24.2+k3s1
2022-06-28 06:15:37 +00:00
superherointj
e7313b2243
k3s: 1.23.6+k3s1 -> 1.24.1+k3s1
2022-06-15 16:40:29 -03:00
superherointj
a6a0c44760
k3s: remove docker support
2022-06-15 16:40:29 -03:00
Euan Kemp
527f2375d0
k3s: 1.23.5+k3s1 -> 1.23.6+k3s1
...
This updates k3s.
This one's done by hand rather than via the update bot since the
upstream repo ended up in a state where `go mod download` didn't work,
and we had `proxyVendor` set (which causes a `go mod download`).
Deleting `proxyVendor` works now though, and I didn't actually fully
understand why it was needed before, so I've removed that. Which
unblocks the update.
The actual update was done via `./update.sh` after removing
`proxyVendor` and the `k3sServerVendorSha256` variables.
2022-05-07 14:56:39 -07:00
superherointj
f8dc166d73
k3s: 1.23.4+k3s1 -> 1.23.5+k3s1
2022-04-12 13:49:27 -03:00
R. Ryantm
4d35db2050
k3s: 1.23.3+k3s1 -> 1.23.4+k3s1
2022-03-15 04:42:53 +00:00
superherointj
fa6becdfa3
k3s: fix update script
2022-03-12 10:50:29 -03:00
superherointj
820d3be488
k3s: add superherointj to maintainers
2022-02-27 15:05:51 -08:00
superherointj
f79572f92f
k3s: update script fixed
2022-02-27 15:05:51 -08:00
Euan Kemp
02f8cd56dc
k3s: add mic92 as a maintainer
...
Per https://github.com/NixOS/nixpkgs/pull/158089#issuecomment-1033397045
2022-02-11 01:51:50 -08:00
Euan Kemp
7a7335d43e
k3s: v1.22.3+k3s1 -> 1.23.3+k3s1
...
This PR also reworks the packaging of k3s significantly.
Notably, it makes the following changes:
1. buildGoModule instead of buildGoPackage + mkDerivation (for the final one)
2. Merges the final two derivations (k3s user binary + wrapper script stuff) into one
3. Reduces the amount of patching & usage of upstream packaging scripts
And of course updates to 1.23
I'm not really sure yet if this is significantly better than the
previous packaging model, but it at least seems a little nicer I guess?
buildGoModule is nice, even if we have to hack around it quite a bit to
get a 'go generate' in there.
2022-02-08 00:43:41 -08:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages
2022-01-23 21:08:10 +01:00
R. Ryantm
2dafedfda4
k3s: 1.22.2+k3s2 -> 1.22.3+k3s1
2021-11-14 03:20:02 +00:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
github-actions[bot]
6bb6e64046
Merge master into staging-next
2021-10-26 12:01:25 +00:00
superherointj
451e72636e
k3s: updateScript 6th fix
2021-10-23 10:33:17 -03:00
superherointj
834dec327f
k3s: 1.21.4+k3s1 -> 1.22.2+k3s2
2021-10-23 10:32:28 -03:00
github-actions[bot]
872437b0f0
Merge master into staging-next
2021-10-21 00:01:47 +00:00
superherointj
5a1513b87f
k3s: fix updateScript 5th attempt
2021-10-20 17:28:16 -03:00
Martin Weinelt
adf4e67dd4
Merge remote-tracking branch 'origin/staging' into staging-next
2021-10-15 01:34:36 +02:00
superherointj
235dccbfff
k3s: update script fix #3
2021-10-14 15:17:45 -03:00
Florian Klink
b112f366fb
Merge pull request #81172 from misuzu/iptables-switch
...
iptables: switch from iptables-legacy to iptables-nftables-compat
2021-10-12 12:38:56 +02:00
superherointj
bc9b01fadd
k3s: updateScript updated
2021-10-06 15:00:47 -03:00
superherointj
bf2a70691b
fluxcd: fix escape on updateScript
2021-10-02 22:58:03 -03:00
superherointj
39f00331dd
k3s: fix escape on updateScript
2021-10-02 22:57:59 -03:00
misuzu
f8235a5981
k3s: drop ipset for compatibility with iptables-nft
2021-09-28 10:47:50 +03:00
superherointj
000ae67128
k3s: add updateScript
2021-09-22 00:06:13 -03:00
superherointj
34fc789a94
k3s: 1.21.3+k3s1 -> 1.21.4+k3s1
2021-08-25 16:11:48 -03:00
superherointj
b675981126
k3s: 1.21.2+k3s1 -> 1.21.3+k3s1
2021-07-23 05:39:35 -03:00
superherointj
5494ab9fde
k3s: 1.21.0+k3s1 -> 1.21.2+k3s1
2021-07-12 12:22:02 -03:00