Commit graph

65 commits

Author SHA1 Message Date
Sascha Grunert a865b6e9c6
cri-o: v1.28.0 -> v1.28.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-13 10:19:54 +02:00
Sascha Grunert c8110959c0
cri-o: 1.27.1 -> 1.28.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-08-24 09:14:03 +02:00
R. Ryantm 3297ece10c cri-o-unwrapped: 1.27.0 -> 1.27.1 2023-07-18 11:21:30 +10:00
R. RyanTM de4e75a79b
cri-o: 1.26.3 -> 1.27.0 2023-04-23 21:36:47 +10:00
adisbladis 4ab1021a1b
Merge pull request #213036 from SuperSandro2000/cri-o/update_storagedrivers
nixos/cri-o: add aufs, devmapper, and zfs to storageDrivers
2023-04-15 16:27:50 +12:00
Sandro Jäckel 8ae1412f8e
cri-o: add conntrack-tools to wrapper 2023-04-15 01:15:46 +02:00
Sascha Grunert 0324f56ae3 cri-o: 1.26.2 -> 1.26.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-30 17:38:48 +10:00
Sascha Grunert 16bddcfbaf cri-o: 1.26.1 -> 1.26.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-09 18:28:06 +10:00
Sascha Grunert 15b8157fef cri-o: 1.26.0 -> 1.26.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-12 14:20:41 +10:00
R. Ryantm 2d72d4775e cri-o: 1.25.1 -> 1.26.0 2023-01-08 13:30:27 +10:00
zowoq 4a8663e6d2 cri-o: install cni and crictl files 2023-01-08 13:30:27 +10:00
zowoq 684ffc109e cri-o: refactor wrapper 2022-11-17 07:51:53 +10:00
R. RyanTM 9d9071ae62
cri-o: 1.25.0 -> 1.25.1 (#195047) 2022-10-08 17:46:45 +10:00
Sascha Grunert a274c6d21a cri-o: 1.24.2 -> 1.25.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-08-30 18:17:37 +10:00
zowoq 33313b87e6 buildah, cri-o, podman: drop unneeded cni-plugins input from wrapper 2022-08-19 14:10:47 +10:00
R. RyanTM f2f95b120b
cri-o: 1.24.1 -> 1.24.2 2022-08-10 23:14:58 +10:00
zowoq 7708f1e48c cri-o: 1.24.0 -> 1.24.1
https://github.com/cri-o/cri-o/releases/tag/v1.24.1
2022-06-07 07:46:04 +10:00
zowoq b35ad0da36 cri-o: 1.23.2 -> 1.24.0 2022-06-01 13:30:02 +10:00
R. RyanTM b785f9ea98
cri-o: 1.23.1 -> 1.23.2 (#164563) 2022-03-17 20:20:52 +10:00
Sascha Grunert ebc768a5d5 cri-o: 1.23.0 -> 1.23.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-02-14 18:54:51 +10:00
zowoq 34e964f44c cri-o: 1.22.1 -> 1.23.0
https://github.com/cri-o/cri-o/releases/tag/v1.23.0
2022-02-10 19:09:22 +10:00
zowoq baa566f5a5 cri-o: 1.22.0 -> 1.22.1
https://github.com/cri-o/cri-o/releases/tag/v1.22.1
2021-11-15 18:44:00 +10:00
zowoq 6ad7483734 cri-o: 1.21.2 -> 1.22.0
https://github.com/cri-o/cri-o/releases/tag/v1.22.0
2021-08-26 17:47:16 +10:00
R. RyanTM f145d62cad cri-o-unwrapped: 1.21.1 -> 1.21.2 2021-07-20 10:37:52 +00:00
R. RyanTM 233e6c455b cri-o-unwrapped: 1.21.0 -> 1.21.1 2021-06-29 03:38:15 +00:00
Sascha Grunert b3d70196ea cri-o: 1.20.1 -> 1.21.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-04-14 18:24:07 +10:00
zowoq e579194d15 cri-o: add phase hooks 2021-03-31 21:06:23 +10:00
R. RyanTM da17b1acdf cri-o-unwrapped: 1.20.0 -> 1.20.1 2021-02-25 21:47:20 +00:00
zowoq 369f20924a cri-o: prefer to build wrapper locally
Same as 9c98282609
2021-02-14 07:58:28 +10:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM d71bca5967
cri-o-unwrapped: 1.19.0 -> 1.20.0 (#109920) 2021-01-19 18:58:49 +10:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Sascha Grunert 1e8324291e cri-o: 1.18.3 -> 1.19.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-17 17:50:57 +10:00
zowoq 8dde002724 cri-o: add passthru.tests 2020-08-24 19:19:41 +10:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 1e49cff70c cri-o: 1.18.2 -> 1.18.3
https://github.com/cri-o/cri-o/releases/tag/v1.18.3
2020-07-22 20:27:14 +10:00
zowoq 841ab711ab cri-o: 1.18.1 -> 1.18.2
https://github.com/cri-o/cri-o/releases/tag/v1.18.2
2020-06-20 10:25:24 +10:00
zowoq 9e7fbc6f2c nixos/cri-o, cri-o: add wrapper 2020-05-25 12:27:49 +02:00
zowoq a26035f05f cri-o: 1.18.0 -> 1.18.1
https://github.com/cri-o/cri-o/releases/tag/v1.18.1
2020-05-17 09:16:11 +10:00
zowoq 399f5ea75e cri-o: remove propagated inputs, update buildtags 2020-05-14 23:07:57 +10:00
Sascha Grunert 006e6b052f
cri-o: switch to buildGoModule
This is just a cleanup to switch from buildGoPackage to buildGoModule.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-14 09:32:16 +02:00
zowoq 1d909f5fdb cri-o: drop flavor 2020-05-12 21:33:17 +10:00
zowoq 848a8c1b37 cri-o: install completion/manpages 2020-05-06 16:43:15 +10:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
Mario Rodas ce7272b43c
Merge pull request #85869 from saschagrunert/crio
cri-o: 1.17.3 -> 1.18.0
2020-04-28 07:27:06 -05:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Sascha Grunert 1ae9631725
cri-o: 1.17.3 -> 1.18.0
- Make buildtags being able to set via the BUILDTAGS environment
- Switch to go 1.14

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-24 10:07:06 +02:00
zowoq e3025ca128 cri-o: update maintainers 2020-04-24 08:08:53 +10:00