summary refs log tree commit diff
path: root/pkgs/applications/virtualization
Commit message (Collapse)AuthorAge
* cloud-hypervisor: add virtio-gpu supportAlyssa Ross2023-11-21
| | | | | | | | | The virtio-bindings changes update the bindings for recent kernels, and the vhost change is cherry-picked from crosvm's fork of the crate to add support for their custom extensions. Signed-off-by: Alyssa Ross <alyssa.ross@unikie.com> Signed-off-by: Alyssa Ross <hi@alyssa.is>
* Merge pull request #267860 from mfrw/mfrw/docker-compose-2.23.1Mario Rodas2023-11-18
|\ | | | | docker-compose: 2.23.0 -> 2.23.1
| * docker-compose: 2.23.0 -> 2.23.1Muhammad Falak R Wani2023-11-16
| | | | | | | | | | Diff: https://github.com/docker/compose/compare/v2.23.0...v2.23.1 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* | Merge pull request #268141 from r-ryantm/auto-update/ecs-agentNick Cao2023-11-18
|\ \ | | | | | | ecs-agent: 1.78.0 -> 1.78.1
| * | ecs-agent: 1.78.0 -> 1.78.1R. Ryantm2023-11-17
| | |
* | | Merge pull request #268339 from r-ryantm/auto-update/nixpacksNick Cao2023-11-18
|\ \ \ | | | | | | | | nixpacks: 1.18.0 -> 1.19.0
| * | | nixpacks: 1.18.0 -> 1.19.0R. Ryantm2023-11-18
| | | |
* | | | containerd: 1.7.8 -> 1.7.9Muhammad Falak R Wani2023-11-19
|/ / / | | | | | | | | | | | | | | | Diff: https://github.com/containerd/containerd/compare/v1.7.8...v1.7.9 Changelog: https://github.com/containerd/containerd/releases/tag/v1.7.9 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* | | Merge pull request #267971 from GaetanLepage/singularityWeijia Wang2023-11-18
|\ \ \ | |/ / |/| | singularity: 4.0.1 -> 4.0.2
| * | singularity: 4.0.1 -> 4.0.2Gaetan Lepage2023-11-17
| |/ | | | | | | Changelog: https://github.com/sylabs/singularity/releases/tag/v4.0.2
* / treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph2023-11-17
|/ | | | | | | | stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
* docker: only require glibc on linux where it is supportedIvan Babrou2023-11-15
|
* virt-manager: add missing gstreamer dependenciesMikael Fangel2023-11-15
|
* crosvm: update homepageAlyssa Ross2023-11-15
| | | | There's now a website in addition to the repo, so we should use that.
* Merge pull request #267154 from r-ryantm/auto-update/podman-tuiOTABI Tomoya2023-11-14
|\ | | | | podman-tui: 0.11.0 -> 0.12.0
| * podman-tui: 0.11.0 -> 0.12.0R. Ryantm2023-11-13
| |
* | Merge pull request #266628 from GaetanLepage/singularitySilvan Mosberger2023-11-14
|\ \ | |/ |/| apptainer: 1.2.2 -> 1.2.4, singularity-ce: 3.11.4 -> 4.0.1
| * singularity-ce: 3.11.4 -> 4.0.1Gaetan Lepage2023-11-10
| | | | | | | | Changelog: https://github.com/sylabs/singularity/releases/tag/v4.0.1
| * apptainer: 1.2.2 -> 1.2.4Gaetan Lepage2023-11-10
| | | | | | | | Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.2.4
* | Merge pull request #264442 from anthonyroussel/update-url-redirectsK9002023-11-11
|\ \ | | | | | | treewide: fix redirected and broken URLs
| * | treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| |/ | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* / crosvm: backport page size fix for testsAlyssa Ross2023-11-11
|/ | | | | | | | The version of crosvm we have packaged only passes its tests with 4K pages. The whole patch doesn't apply, but that's okay, because we don't run most of the affected tests.
* Merge pull request #262579 from hercules-ci/qemu-utils-build-closure-sizeRobert Hensing2023-11-08
|\ | | | | `qemu-utils`: reduce build closure size
| * qemu: Build qemu-utils on ofborgRobert Hensing2023-10-29
| | | | | | | | | | | | Makes sure that the qemu-utils build succeeds when qemu-utils is about to be updated. It's a bit of an odd build perhaps, so it's good to check that it still builds.
| * qemu-utils: Rework as an emulatorless qemu buildRobert Hensing2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benefits - Reduce the derivation closure. - This reduces rebuilds and makes derivations that use qemu-utils less susceptible to build errors. - Includes extra qemu tools that weren't included before. - Removes fragile binary copying (old qemu-utils impl). - Can't forget to copy somethat that a binary needs. - Less custom packaging is better. Cost - Adds an 80 second build, but the time is offset by rebuilding its dependents less. - The output of qemu-utils goes from ~7 MB to ~40 MB, but it provides more functionality.
* | Merge pull request #264876 from Rookeur/update-virtualbox-7-0-12Weijia Wang2023-11-07
|\ \ | | | | | | virtualbox: 7.0.10 -> 7.0.12
| * | virtualbox: 7.0.10 -> 7.0.12Adrien Langou2023-11-01
| | |
* | | docker-slim: 1.40.4 -> 1.40.6Mario Rodas2023-11-01
| | | | | | | | | | | | | | | | | | Diff: https://github.com/slimtoolkit/slim/compare/1.40.4...1.40.6 Changelog: https://github.com/slimtoolkit/slim/raw/1.40.6/CHANGELOG.md
* | | containerd: 1.7.7 -> 1.7.8R. Ryantm2023-11-04
| | |
* | | Merge pull request #265249 from r-ryantm/auto-update/podmanadisbladis2023-11-04
|\ \ \ | | | | | | | | podman: 4.7.0 -> 4.7.2
| * | | podman: 4.7.0 -> 4.7.2R. Ryantm2023-11-03
| | | |
* | | | cri-o-unwrapped: 1.28.1 -> 1.28.2R. Ryantm2023-11-03
|/ / /
* | | Merge pull request #264764 from saschagrunert/crunadisbladis2023-11-02
|\ \ \ | |/ / |/| | crun: 1.11 -> 1.11.1
| * | crun: 1.11 -> 1.11.1Sascha Grunert2023-11-01
| | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* | | Merge pull request #264762 from saschagrunert/runcMario Rodas2023-11-01
|\ \ \ | | | | | | | | runc: 1.1.9 -> 1.1.10
| * | | runc: 1.1.9 -> 1.1.10Sascha Grunert2023-11-01
| |/ / | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* | | Merge pull request #263532 from r-ryantm/auto-update/docker-composeFranz Pletz2023-11-01
|\ \ \
| * | | docker-compose: 2.21.0 -> 2.23.0R. Ryantm2023-10-26
| | | |
* | | | imgcrypt: 1.1.8 -> 1.1.9R. Ryantm2023-11-01
| |/ / |/| |
* | | Merge pull request #263719 from saschagrunert/crunadisbladis2023-10-31
|\ \ \ | | | | | | | | crun: 1.10 -> 1.11
| * | | crun: 1.10 -> 1.11Sascha Grunert2023-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* | | | Merge pull request #262269 from r-ryantm/auto-update/nixpacksWeijia Wang2023-10-28
|\ \ \ \ | | | | | | | | | | nixpacks: 1.17.0 -> 1.18.0
| * | | | nixpacks: 1.17.0 -> 1.18.0R. Ryantm2023-10-20
| | | | |
* | | | | Merge pull request #263633 from r-ryantm/auto-update/ecs-agentMario Rodas2023-10-27
|\ \ \ \ \ | | | | | | | | | | | | ecs-agent: 1.76.0 -> 1.78.0
| * | | | | ecs-agent: 1.76.0 -> 1.78.0R. Ryantm2023-10-26
| | |/ / / | |/| | |
* | | | | Merge pull request #263828 from kjeremy/open-vm-tools-12.3.5Martin Weinelt2023-10-27
|\ \ \ \ \ | | | | | | | | | | | | open-vm-tools: 12.3.0 -> 12.3.5
| * | | | | open-vm-tools: 12.3.0 -> 12.3.5Jeremy Kolb2023-10-27
| | | | | | | | | | | | | | | | | | | | | | | | Addresses CVE-2023-34058
* | | | | | ddev: 1.22.3 -> 1.22.4R. Ryantm2023-10-27
| |/ / / / |/| | | |
* | | | | Merge pull request #255157 from techknowlogick/tart-1121Mario Rodas2023-10-26
|\ \ \ \ \ | | | | | | | | | | | | tart: 1.6.0 -> 2.0.0
| * | | | | tart: 1.6.0 -> 2.0.0techknowlogick2023-09-26
| | | | | |