Commit graph

580 commits

Author SHA1 Message Date
R. Ryantm 4f855640e1 cloud-init: 23.1.1 -> 23.1.2 2023-04-27 13:29:38 +00:00
Jean-François Roche 25671114cd
cloud-init: add udhcpc support (#226216)
* cloud-init: 22.4 -> 23.1.1

* cloud-init: add udhcpc support

Cloud-init use as dhcp client, dhclient, which is coming from the unmaintained package, isc-dhcp-client (refer https://www.isc.org/dhcp/) which ended support in 2022. dhclient is deprecated in nixos

Add patch to use `udhcpc` dhcp client coming from busybox instead.

PR based on #226173

refs #215571

upstream PR: https://github.com/canonical/cloud-init/pull/2125
2023-04-25 13:33:29 +02:00
Kirill Radzikhovskyy 70a89b0500 awsebcli: 3.20.5 -> 3.20.6 2023-04-25 07:39:32 +10:00
R. Ryantm c6382f6544 cri-tools: 1.26.1 -> 1.27.0 2023-04-21 13:13:51 +10:00
R. Ryantm 8bd94a00c5 shipyard: 0.4.14 -> 0.5.2 2023-04-19 22:58:39 +00:00
matthewcroughan 1ee86f28c7 nixos-shell: add jq dependency 2023-04-17 13:44:03 +01:00
Bheesham Persaud b2d23abb0b ec2instanceconnectcli: 1.0.2 -> 1.0.3 2023-04-15 16:48:28 +02:00
github-actions[bot] bcca7c70b6
Merge master into staging-next 2023-04-11 00:02:15 +00:00
Weijia Wang 894ec4859f
Merge pull request #225508 from r-ryantm/auto-update/kubevirt
kubevirt: 0.58.0 -> 0.59.0
2023-04-11 01:25:44 +03:00
R. Ryantm 070cdd9951 google-guest-oslogin: 20230217.00 -> 20230406.02 2023-04-10 16:18:35 +00:00
R. Ryantm 64147e82b1 kubevirt: 0.58.0 -> 0.59.0 2023-04-09 21:46:09 +00:00
Maximilian Bosch c5aabf6392
distrobuilder: fix build w/glibc-2.36
Failing Hydra build: https://hydra.nixos.org/build/193332774
2023-03-29 09:50:28 +02:00
R. Ryantm a6f9791e4a govc: 0.30.2 -> 0.30.4 2023-03-22 17:07:38 +00:00
Kirill Radzikhovskyy e2178f316b awsebcli: 3.20.3 -> 3.20.5 2023-03-16 07:41:06 +11:00
Vladimír Čunát a86610144f
Merge #219444: staging-next 2023-03-04 2023-03-15 17:35:39 +01:00
Sascha Grunert 1544ef2401 cri-tools: 1.26.0 -> 1.26.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-16 00:42:06 +10:00
github-actions[bot] d4187810f9
Merge master into staging-next 2023-03-08 00:02:34 +00:00
Kirill Radzikhovskyy 72d7d2e9cc awsebcli: add kirillrdy as maintainer 2023-03-08 07:33:59 +11:00
Martin Weinelt ba41f2895c awsebcli: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-03-03 23:59:30 +01:00
Kirill Radzikhovskyy 86b4a95fe4 awsebcli: fixup, bump pathspec and termcolor versions 2023-03-03 23:57:09 +01:00
R. Ryantm b9726b4832 google-guest-agent: 20230202.00 -> 20230221.00 2023-02-25 02:18:19 +00:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
R. Ryantm 9d11a0c1ce google-guest-oslogin: 20230202.00 -> 20230217.00 2023-02-22 05:52:50 +00:00
Morgan Jones b11de88b22 ovftool: 4.4.1-16812187 -> 4.5.0-20459872
Use ovftool's bundled OpenSSL since they appear to be tied to it.
2023-02-20 00:46:41 -08:00
R. Ryantm 0e13156ae3 multipass: 1.11.0 -> 1.11.1 2023-02-16 05:11:06 +00:00
Philipp Hausmann 8f972f694f cloud-init: remove phile314 as maintainer 2023-02-09 22:16:44 +01:00
Florian Klink 461ef24010
Merge pull request #214697 from r-ryantm/auto-update/google-guest-oslogin
google-guest-oslogin: 20220721.00 -> 20230202.00
2023-02-05 21:19:31 +01:00
R. Ryantm ce91999174 google-guest-oslogin: 20220721.00 -> 20230202.00 2023-02-05 07:14:03 +00:00
R. Ryantm 09e0365549 google-guest-agent: 20230112.00 -> 20230202.00 2023-02-05 05:34:18 +00:00
Jon Seager db9d730b1e
multipass: init at 1.11.0 2023-02-04 07:44:02 +00:00
R. Ryantm 53c73eb77d govc: 0.30.1 -> 0.30.2 2023-02-02 11:19:41 +00:00
github-actions[bot] 66bb8338fc
Merge master into staging-next 2023-01-31 06:01:26 +00:00
R. Ryantm ffca3fd6cc govc: 0.30.0 -> 0.30.1 2023-01-30 20:55:00 +00:00
Kirill Radzikhovskyy 4fbe3e450b awsebcli: fix up, requests and future dependencies 2023-01-25 06:42:40 +09:00
Weijia Wang 7ed179a6e1
Merge pull request #201255 from r-ryantm/auto-update/linode-cli
linode-cli: 5.25.0 -> 5.26.1
2023-01-23 06:35:29 +01:00
Weijia Wang a00dbbef92
Merge pull request #196105 from r-ryantm/auto-update/kubevirt
kubevirt: 0.57.1 -> 0.58.0
2023-01-22 22:32:34 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt b974cf6522
Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
R. Ryantm 25bf3d689d google-guest-agent: 20221109.00 -> 20230112.00 2023-01-14 02:53:18 +00:00
Martin Weinelt 5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
Alyssa Ross cbf163490e supermin: init at 5.2.2 2023-01-12 01:12:50 +00:00
github-actions[bot] 76d33189ba
Merge master into staging-next 2023-01-07 12:01:24 +00:00
maddiethecafebabe fa908526f3 uefi-run: 0.5.0 -> 0.6.0 2023-01-06 21:18:31 +01:00
Kirill Radzikhovskyy 109aabe2e8 awsebcli: fixup, bump termcolor dependecy 2023-01-05 13:20:46 +01:00
Anthony Roussel 9a0aed0dc1
python310Packages.botocore: 1.27.75 -> 1.29.38 2022-12-28 17:58:33 +01:00
figsoda c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Sascha Grunert bd8c376d2b cri-tools: 1.25.0 -> 1.26.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-12-26 10:18:05 +10:00
Robert Schütz 61184e7ecc xe-guest-utilities: remove references to /bin/sh 2022-12-22 01:25:45 -08:00