Commit Graph

707 Commits

Author SHA1 Message Date
R. Ryantm
0fe340d03f kubevirt: 1.0.1 -> 1.1.0 2023-11-22 09:09:24 +00:00
Artturi
ea1083e832
Merge pull request #268557 from dawidd6/multipass-fix 2023-11-21 00:19:04 +02:00
Jon Seager
2d706ffaf3
multipass: fix broken fetch of git submodules in build 2023-11-20 10:37:27 +01:00
R. Ryantm
201a1b5b70 govc: 0.33.0 -> 0.33.1 2023-11-18 20:44:13 +00:00
Nick Cao
bcc70105ef
Merge pull request #266214 from dawidd6/multipass-1.12
multipass: 1.12.1 -> 1.12.2
2023-11-14 12:07:36 -05:00
Dawid Dziurla
a0698f018a
multipass: patch to fix build 2023-11-08 16:07:30 +01:00
Dawid Dziurla
70cd0d9edd
multipass: 1.12.1 -> 1.12.2
Diff: https://github.com/canonical/multipass/compare/refs/tags/v1.12.1...v1.12.2
2023-11-08 10:46:22 +01:00
Morgan Jones
58d3a7b870
ovftool: 4.5.0 -> 4.6.2 (4.6.0 on i686-linux) 2023-11-04 17:41:29 -07:00
R. Ryantm
fdd0f1d151 jumppad: 0.5.51 -> 0.5.53 2023-11-04 11:09:28 -07:00
OTABI Tomoya
d327b3b27e
Merge pull request #263074 from techknowlogick/linode-5450
linode-cli: 5.26.1 -> 5.45.0
2023-11-04 18:07:59 +09:00
techknowlogick
d200fd6430 linode-cli: 5.26.1 -> 5.45.0 2023-11-03 23:14:41 -04:00
Kirill Radzikhovskyy
41ea90d43a awsebcli: set mainProgram 2023-11-03 16:55:11 +11:00
OTABI Tomoya
0e7e1c61f0
Merge pull request #263574 from r-ryantm/auto-update/govc
govc: 0.32.0 -> 0.33.0
2023-11-02 11:44:46 +09:00
Paul Meyer
576aee4186 mkosi: fix mcopy using host timezone for fat timestamps
Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-27 12:40:01 +02:00
Paul Meyer
96685a75ca mkosi: fix repart hardlink store leak into image
Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-27 10:54:40 +02:00
R. Ryantm
08f81afb5d govc: 0.32.0 -> 0.33.0 2023-10-26 11:55:29 +00:00
Mario Rodas
0c4654d09a
Merge pull request #263271 from r-ryantm/auto-update/cloud-init
cloud-init: 23.3.1 -> 23.3.3
2023-10-26 05:20:11 -05:00
R. Ryantm
cf2ad4676c cloud-init: 23.3.1 -> 23.3.3 2023-10-25 04:24:31 +00:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
techknowlogick
0f3bf1c226 linode-cli: add techknowlogick to maintainers 2023-10-24 01:24:24 -04:00
R. Ryantm
f3720f2e61 kubevirt: 1.0.0 -> 1.0.1 2023-10-18 15:59:42 +00:00
Weijia Wang
fa14c19880
Merge pull request #255728 from r-ryantm/auto-update/alpine-make-vm-image
alpine-make-vm-image: 0.11.1 -> 0.12.0
2023-10-13 15:29:04 +02:00
Weijia Wang
57d7492e31 alpine-make-vm-image: add dosfstools to path 2023-10-13 02:31:41 +02:00
OTABI Tomoya
3a563673f5
Merge pull request #259273 from kirillrdy/awsebcli
awsebcli: 3.20.9 -> 3.20.10
2023-10-07 10:50:39 +09:00
Kirill Radzikhovskyy
ceee1d1c6b awsebcli: 3.20.9 -> 3.20.10 2023-10-06 10:13:11 +11:00
Paul Meyer
957bbc2bb9 mkosi: 17.1 -> 18
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-05 17:17:23 +02:00
Artturi
a2a9468c21
Merge pull request #258717 from r-ryantm/auto-update/govc 2023-10-04 00:34:00 +03:00
Fabian Affolter
49dd200502
Merge pull request #251519 from r-ryantm/auto-update/google-guest-agent
google-guest-agent: 20230726.00 -> 20230821.00
2023-10-03 09:01:40 +02:00
R. Ryantm
9b258d825c govc: 0.30.7 -> 0.32.0 2023-10-03 04:31:29 +00:00
Fabian Affolter
e554d7260d
google-guest-agent: add changelog to meta
- minor clean-up
2023-10-02 22:15:43 +02:00
R. Ryantm
6d94fa46cd jumppad: 0.5.38 -> 0.5.51 2023-10-01 01:49:14 +00:00
Paul Meyer
1d319ed00f mkosi: 15.2-pre -> 17.1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:43:57 +02:00
Malte Poll
7330ec0151 mkosi: apply mcopy SOURCE_DATE_EPOCH patch to systemd
Previously, mcopy SOURCE_DATE_EPOCH wasn't propageted to mcopy.
This patch enables reproducible builds with mkosi.

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Signed-off-by: Malte Poll <mp@edgeless.systems>
2023-09-28 14:43:57 +02:00
Paul Meyer
123eeffafc mkosi: apply verity seed patch to systemd
This patch enables setting the a seed for systemd repart, which is usually
non-deterministic. It enables reproducible builds with mkosi.

Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:43:57 +02:00
Paul Meyer
c7d925bbe5 mkosi: use systemd 254 options
Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:40:53 +02:00
Paul Meyer
8271210aaa mkosi: add qemu for starting vms
Adding the option to build mkosi with qemu support, which enables
the usage of 'mkosi qemu' to boot the previously built image as VM.
This will only work for host=target right now, further effort
is required to allow target with different arch.

Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:40:53 +02:00
Paul Meyer
c19e5ee301 mkosi: fix missing pefile dependency
When building a bootable image, mkosi will invoke python with a script
that import pefile. We therefor add a python interpreter with the
needed module and pass it over the intended env var.

Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:40:53 +02:00
Paul Meyer
49942168e2 mkosi: fix ukify path
could also be passed by --tools-tree

Co-authored-by: Malte Poll <mp@edgeless.systems>
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-28 14:40:53 +02:00
R. Ryantm
2ffd00f882 google-guest-oslogin: 20230821.01 -> 20230831.00 2023-09-20 05:37:08 +00:00
Weijia Wang
6273c3e5b7
Merge pull request #255893 from illustris/cloud-init
cloud-init: 23.2.2 -> 23.3.1
2023-09-18 22:54:44 +02:00
illustris
d82098c215
cloud-init: 23.2.2 -> 23.3.1 2023-09-18 19:13:21 +05:30
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
2917eced08 alpine-make-vm-image: 0.11.1 -> 0.12.0 2023-09-17 18:12:34 +00: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
OTABI Tomoya
5f28735283
Merge pull request #252634 from kirillrdy/awsebcli
awsebcli: 3.20.7 -> 3.20.9
2023-09-01 09:35:39 +09:00
Kirill Radzikhovskyy
c9766c5335 awsebcli: 3.20.7 -> 3.20.9 2023-09-01 07:09:42 +10:00
Aaron Jheng
76cf59a3f7
reg: use sri hash 2023-08-30 10:08:36 +08:00
Florian Klink
b21265ec87
Merge pull request #251570 from r-ryantm/auto-update/google-guest-oslogin
google-guest-oslogin: 20230808.00 -> 20230821.01
2023-08-28 11:41:45 +03:00
Theodore Ni
8d5f4d61a8
mkosi: add missing build dependencies 2023-08-26 08:51:06 -07:00
R. Ryantm
94e6e837f4 google-guest-oslogin: 20230808.00 -> 20230821.01 2023-08-26 10:26:00 +00:00