Commit graph

3613 commits

Author SHA1 Message Date
github-actions[bot] 58485aaddb
Merge master into staging-next 2023-10-13 00:02:24 +00:00
Astro 2f0415e589 firecracker: 1.4.1 -> 1.5.0 2023-10-12 15:31:40 -05:00
Muhammad Falak R Wani 3608abee2e firecracker: 1.4.0 -> 1.4.1
Diff: https://github.com/firecracker-microvm/firecracker/compare/v1.4.0...v1.4.1
Changelog: https://github.com/firecracker-microvm/firecracker/releases/tag/v1.4.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-10-12 15:31:40 -05:00
github-actions[bot] b1ae965cda
Merge master into staging-next 2023-10-10 18:00:56 +00:00
Christina Sørensen 6517ad0ee5
containerd: 1.7.5 -> 1.7.7
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-10 10:21:04 +02:00
github-actions[bot] 75d4639be3
Merge master into staging-next 2023-10-09 18:00:59 +00:00
maxine 1329cc64d1
Merge pull request #259638 from amaxine/docker_20.10.26
docker_20_10: 20.10.25 -> 20.10.26
2023-10-09 17:55:32 +02:00
github-actions[bot] 8443de20df
Merge master into staging-next 2023-10-09 06:01:20 +00:00
maxine 2b87093f03
Merge pull request #259700 from r-ryantm/auto-update/docker-distribution
docker-distribution: 2.8.2 -> 2.8.3
2023-10-09 02:13:33 +02:00
github-actions[bot] 0b4a97a07f
Merge master into staging-next 2023-10-08 12:01:23 +00:00
Artturi 0c83dbe002
Merge pull request #259681 from r-ryantm/auto-update/colima 2023-10-08 09:47:29 +03:00
R. Ryantm 55e2bfcb46 docker-distribution: 2.8.2 -> 2.8.3 2023-10-08 06:40:39 +00:00
Fabián Heredia Montiel 7f16b623fc Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 00:18:22 -06:00
R. Ryantm e78ba9972f colima: 0.5.5 -> 0.5.6 2023-10-08 03:26:55 +00:00
Maxine Aubrey 1f5aa3b5e2
docker_20_10: 20.10.25 -> 20.10.26
https://github.com/moby/moby/releases/tag/v20.10.26
https://github.com/containerd/containerd/releases/tag/v1.6.22
https://github.com/opencontainers/runc/releases/tag/v1.1.8
2023-10-07 23:48:32 +02:00
R. Ryantm e9250af877 ecs-agent: 1.75.3 -> 1.76.0 2023-10-07 03:19:15 +00:00
Robert Hensing bb35cbc40e runc: Remove procps from wrapper
This reduces `runc` output closure size, particularly when not part of a
NixOS configuration.

`procps` was added in 50e24b8e0a, with the commit message indicating
the purpose of adding `systemctl` and `busctl`, both of which are
provided by `systemd` and not `procps`.

Presumably `procps` was added to make `runc ps` work regardless of the
environment, but this incurs a significant cost in terms of closure size,
especially when `runc` is packaged into something other than a NixOS
system, such as a dev shell or a package that does not use `runc ps`.

The alternative for improving the closure size would be to trim `procps`
itself. Currently it has a `systemd` dependency that's a significant cost.
However, removing that would also change `ps` and therefore `runc ps`
behavior. Furthermore, it would put two `procps` variants into the closure
of NixOS systems, when installed there.

Considering the above and the fact that the best `ps` is already present on
NixOS and most systems, I consider it the best solution not to bundle it
with `runc`, and take it from the environment instead.
2023-10-06 11:55:07 +02:00
Vladimír Čunát fa7835846a
Merge branch 'master' into staging-next 2023-10-04 22:40:54 +02:00
Sascha Grunert d647b9b4b5
catatonit: remove fetchpatch and format inputs
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-10-04 14:09:15 +02:00
github-actions[bot] c7a3c2d71b
Merge master into staging-next 2023-10-04 12:01:01 +00:00
Mario Rodas 7131f3c223
Merge pull request #258952 from saschagrunert/catatonit
catatonit: 0.1.7 -> 0.2.0
2023-10-04 06:30:54 -05:00
Mario Rodas 7640d55fe7
Merge pull request #258941 from r-ryantm/auto-update/nixpacks
nixpacks: 1.15.0 -> 1.17.0
2023-10-04 05:25:23 -05:00
Sascha Grunert 6a62df5a8f
catatonit: 0.1.7 -> 0.2.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-10-04 11:43:14 +02:00
R. Ryantm 13cf12cc1f nixpacks: 1.15.0 -> 1.17.0 2023-10-04 06:12:05 +00:00
Cyrill Zadra 565a409df9 podman: 4.6.2 -> 4.7.0 2023-10-03 14:42:40 +02:00
github-actions[bot] c1a6c05aa7
Merge master into staging-next 2023-09-29 12:01:16 +00:00
Aaron Jheng 88fc33d348
nvidia-{docker,podman}: use buildGoModule 2023-09-29 05:48:10 +00:00
github-actions[bot] e0e21b78ec
Merge master into staging-next 2023-09-29 00:02:21 +00:00
Sascha Grunert 90fbb5f7cc
crun: 1.9 -> 1.9.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-28 09:01:16 +02:00
Vladimír Čunát 4eae6fe151
Merge #247401: glibc: 2.37-39 -> 2.38-23
...into staging
2023-09-27 18:04:40 +02:00
techknowlogick 86353a0c20 tart: 1.6.0 -> 2.0.0 2023-09-26 22:01:46 -04:00
Astro e97f8fecfa
rust-hypervisor-firmware: fix build (#257345)
Co-authored-by: Yureka <yuka@yuka.dev>
2023-09-26 13:57:46 +02:00
Astro f08dd27257 stratovirt: 2.2.0 -> 2.3.0 2023-09-25 21:53:43 +00:00
Alyssa Ross a2024d5e35 crosvm.meta.mainProgram: init 2023-09-25 12:41:28 +00:00
Alyssa Ross ac683a485f cloud-hypervisor.meta.mainProgram: init 2023-09-25 12:41:28 +00:00
Sergei Trofimovich a7e7daf60d qemu: 8.1.0 -> 8.1.1 2023-09-25 06:28:00 +00:00
Maximilian Bosch 774a808ec9
kvmtool: fix build w/ glibc-2.38
Failing Hydra build: https://hydra.nixos.org/build/230541621
2023-09-24 15:12:06 +02:00
Alyssa Ross c497931955 cloud-hypervisor: 34.0 -> 35.0 2023-09-24 09:28:26 +00:00
Alyssa Ross e556540620 crosvm: 116.1 -> 117.0 2023-09-24 07:34:10 +00:00
Anthony Roussel a4ec989176
win-virtio: 0.1.229-1 -> 0.1.240-1 2023-09-23 04:18:45 +02:00
Weijia Wang 8c2d11a800
Merge pull request #256708 from star-szr/ddev-1.22.3
ddev: 1.22.2 -> 1.22.3
2023-09-22 20:53:51 +02:00
Anthony Roussel 1cf41e128b
vpcs: 0.8.2 -> 0.8.3, enable darwin support (#256458)
* vpcs: 0.8.2 -> 0.8.3

https://github.com/GNS3/vpcs/compare/v0.8.2...v0.8.3

* vpcs: enable darwin support

* vpcs: add anthonyroussel to maintainers

* vpcs: add passthru.tests.version

* vpcs: add meta.mainProgram

* vpcs: drop gcc

* vpcs: refactor

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-09-22 17:21:51 +02:00
Scott Zhu Reeves 4c87c30d00 ddev: 1.22.2 -> 1.22.3 2023-09-22 10:48:23 -04:00
Weijia Wang 8c9aa9a700
Merge pull request #255180 from kjeremy/jkolb/open-vm-tools-to-finalattrs
open-vm-tools: Move from rec to finalAttrs
2023-09-22 01:08:42 +02:00
Aaron Jheng d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
Pol Dellaiera 008c18a71c
Merge pull request #255879 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.75.0 -> 1.75.3
2023-09-20 20:04:18 +02:00
Alyssa Ross f9a5d84f4a cloud-hypervisor: disable vmm tests
These require KVM, which we can't assume is available in builders.

Fixes: 4afa887b8a ("cloud-hypervisor: run more tests")
2023-09-19 14:53:53 +00:00
Weijia Wang a176fd4c36
Merge pull request #255478 from mfrw/mfrw/kvmtool
kvmtool: unstable-2023-04-06 -> unstable-2023-07-12
2023-09-18 23:05:08 +02:00
Jeremy Kolb f4ab490058 open-vm-tools: Move from rec to finalAttrs 2023-09-18 11:26:00 -04:00
Pierre Bourdon 19c6ce8a9b
Merge pull request #255785 from mweinelt/maintainers-update
maintainers: Fix github account names
2023-09-18 14:59:47 +02:00
R. Ryantm 9adfe9986a ecs-agent: 1.75.0 -> 1.75.3 2023-09-18 12:34:51 +00:00
Thomas Gerbet ad6a4051a6
Merge pull request #255746 from r-ryantm/auto-update/buildkit-nix
buildkit-nix: 0.1.0 -> 0.1.1
2023-09-18 07:13:28 +02:00
Fabián Heredia Montiel 89342e2a38
Merge pull request #255766 from r-ryantm/auto-update/nixpacks
nixpacks: 1.14.0 -> 1.15.0
2023-09-17 22:30:24 -06:00
Pierre Bourdon 44d14bee4b
Merge pull request #255752 from r-ryantm/auto-update/ddev
ddev: 1.22.1 -> 1.22.2
2023-09-18 03:05:21 +02:00
Martin Weinelt eb019b5a6b
maintainers: Fix github account names
and drop package maintainership for removed maintainers.

PlayerNameHere is now known on github as dixslyf. Editing maintainer-list.nix…
Borlaag likely deleted their github account
bhootjb is now known on github as jyssh. Editing maintainer-list.nix…
IvanMalison is now known on github as colonelpanic8. Editing maintainer-list.nix…
jonnybolton is now known on github as jonnynightingale. Editing maintainer-list.nix…
ee2500 likely deleted their github account
lethalman is now known on github as lucabrunox. Editing maintainer-list.nix…
theHedgehog0 is now known on github as pyrox0. Editing maintainer-list.nix…
maddiethecafebabe likely deleted their github account
nebulka1 likely deleted their github account
christianharke is now known on github as rake5k. Editing maintainer-list.nix…
razvan-flavius-panda is now known on github as freeman42x. Editing maintainer-list.nix…
joscha has no github handle
RichterOliver is now known on github as ORichterSec. Editing maintainer-list.nix…
DomesticMoth is now known on github as asciimoth. Editing maintainer-list.nix…
pjbarnoy is now known on github as waaamb. Editing maintainer-list.nix…
2023-09-18 02:44:11 +02:00
R. Ryantm 1866206b5f nixpacks: 1.14.0 -> 1.15.0 2023-09-17 22:18:56 +00:00
R. Ryantm af0a09c57c ddev: 1.22.1 -> 1.22.2 2023-09-17 20:43:14 +00:00
R. Ryantm c4bf73c108 buildkit-nix: 0.1.0 -> 0.1.1 2023-09-17 20:23:55 +00:00
John Garcia c0633919a6 distrobox: Replace sha256 with hash 2023-09-17 15:37:01 +01:00
John Garcia f00c7e4a56 distrobox: Use rec-less, overlay-style overridable recursive attributes 2023-09-17 15:36:09 +01:00
markuskowa 30e943ff0c
Merge pull request #253350 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 12.2.5 -> 12.3.0
2023-09-17 12:53:13 +02:00
Muhammad Falak R Wani c06e06f343 kvmtool: fix mainProgram as lkvm instead of nvramtool
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-16 19:29:33 +05:30
Muhammad Falak R Wani ab63498ff6 kvmtool: unstable-2023-04-06 -> unstable-2023-07-12
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-16 19:27:00 +05:30
Muhammad Falak R Wani 195132361d kvmtool: add mfrw as maintainer
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-16 19:27:00 +05:30
Alyssa Ross 4afa887b8a
cloud-hypervisor: run more tests 2023-09-14 14:13:30 +00:00
Mario Rodas 54721761e4
Merge pull request #254899 from saschagrunert/conmon-rs
conmon-rs: 0.6.0 -> 0.6.1
2023-09-13 06:39:30 -05:00
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
Fabián Heredia Montiel 37123711fc
Merge pull request #254879 from LibreCybernetics/treewide-vendorhash
treewide: vendorSha256 → vendorHash
2023-09-13 02:59:20 -05:00
Sascha Grunert 3d3e257e05
conmon-rs: 0.6.0 -> 0.6.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-13 09:31:41 +02:00
Fabián Heredia Montiel ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
R. Ryantm 0282547595 nixpacks: 1.13.0 -> 1.14.0 2023-09-13 01:01:47 +00:00
Fabián Heredia Montiel 831e3d73a5
Merge pull request #254760 from raboof/docker-sbom-cli-plugin
docker-sbom: init at 0.6.1
2023-09-12 11:18:15 -05:00
Maxine Aubrey 9204ded9bd
maintainers: maxeaubrey → amaxine 2023-09-12 17:21:05 +02:00
Arnout Engelen 13e3f24e7d
docker-sbom: init at 0.6.1
Use `docker-sbom` directly or use `docker.override { sbomSupport = true; }`
to enable `docker sbom` as a subcommand.
2023-09-12 16:13:30 +02:00
Yureka 5d7c754943 electron-bin: place electron files in libexec/ 2023-09-10 14:05:55 +02:00
Sascha Grunert 9acbef97fa
crun: 1.8.7 -> 1.9
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-08 08:55:44 +02:00
André Vitor de Lima Matos 5b0ed68c10 qemu: add pipewire support (8.1 feature) 2023-09-07 08:40:56 +00:00
Weijia Wang 451f44e4a1
Merge pull request #251536 from vifino/vifino/workstation-17.0.2
vmware-workstation: 17.0.0 -> 17.0.2
2023-09-07 01:56:17 +02:00
Weijia Wang 92df924668
Merge pull request #253238 from saschagrunert/conmon-rs
conmon-rs: 0.5.0 -> 0.6.0
2023-09-06 15:53:07 +02:00
R. Ryantm 5431fa20fd podman: 4.6.1 -> 4.6.2 2023-09-06 11:05:02 +00:00
R. Ryantm 63e43aaa9f open-vm-tools: 12.2.5 -> 12.3.0 2023-09-05 02:55:46 +00:00
Jörg Thalheim 238a2f85cf kraft: 0.6.4 -> 0.6.6
Diff: https://github.com/unikraft/kraftkit/compare/v0.6.4...0.6.6
2023-09-04 16:36:42 +02:00
Sascha Grunert 2fefc49874
conmon-rs: 0.5.0 -> 0.6.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-09-04 11:22:46 +02:00
Alyssa Ross 8c27922a0e qemu: 8.0.4 -> 8.1.0 2023-09-04 08:51:56 +00:00
Matthias Beyer b7186a12ca
Merge pull request #252580 from GaetanLepage/apptainer
apptainer: 1.1.7 -> 1.2.2, singularity-ce: 3.11.1 -> 3.11.4
2023-09-04 10:28:57 +02:00
Michael Hoang fe4d446758
Add meta.mainProgram (#252060) 2023-09-01 18:55:03 +03:00
R. Ryantm e063cb481d containerd: 1.7.3 -> 1.7.5 2023-09-01 04:40:55 +00:00
Gaetan Lepage 6a6c30dfc1 singularity-ce: 3.11.1 -> 3.11.4 2023-08-31 16:15:54 +02:00
Gaetan Lepage a2e3cf7ef3 apptainer: 1.1.7 -> 1.2.2 2023-08-31 16:12:15 +02:00
Weijia Wang 3a379c1bbe
Merge pull request #252378 from r-ryantm/auto-update/lima-bin
lima-bin: 0.17.0 -> 0.17.2
2023-08-31 11:18:02 +02:00
Matthias Beyer 0576d06ad3
Merge pull request #252476 from aaronjheng/docker-compose
docker-compose: 2.20.3 -> 2.21.0
2023-08-31 09:46:46 +02:00
Aaron Jheng bd502cad2c
docker-compose: 2.20.3 -> 2.21.0 2023-08-31 10:06:13 +08:00
Weijia Wang b367e03d88
Merge pull request #252417 from wegank/virt-manager-darwin
virt-manager: fix build on darwin
2023-08-31 02:11:08 +02:00
Weijia Wang ff99e985fd lima-bin: set platforms 2023-08-30 20:51:10 +02:00
Weijia Wang 68e06a303a virt-manager: fix build on darwin 2023-08-30 20:44:54 +02:00
R. Ryantm 051f64fab8 lima-bin: 0.17.0 -> 0.17.2 2023-08-30 16:38:56 +00:00
Weijia Wang def0b22f5d
Merge pull request #251876 from r-ryantm/auto-update/nixpacks
nixpacks: 1.12.0 -> 1.13.0
2023-08-29 22:36:38 +02:00
Weijia Wang 9bc01fcaed
Merge pull request #250402 from r-ryantm/auto-update/lima
lima: 0.17.0 -> 0.17.2
2023-08-29 21:42:20 +02:00
Theodore Ni 44ad670fb4
Merge pull request #248932 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.73.1 -> 1.75.0
2023-08-28 15:16:11 -07:00
R. Ryantm 7f90f3b57c nixpacks: 1.12.0 -> 1.13.0 2023-08-28 01:48:49 +00:00