Commit Graph

507 Commits

Author SHA1 Message Date
Anderson Torres
74a50898fd
Merge pull request #186180 from AndersonTorres/remove-tarballs-nixos
Remove references to tarballs.nixos.org
2022-08-12 02:56:08 -03:00
AndersonTorres
30fc9269c1 ec2-api-tools: remove reference to tarballs.nixos.org 2022-08-11 20:31:57 -03:00
Kirill Radzikhovskyy
5d42df5739 awsebcli: fix build, update botocore to match upstream 2022-08-10 17:09:24 +10:00
R. Ryantm
e52a714ed9 linode-cli: 5.21.0 -> 5.22.0 2022-07-31 19:07:19 +00:00
Sandro
0daccc81b8
Merge pull request #183215 from r-ryantm/auto-update/distrobuilder 2022-07-29 16:50:54 +02:00
R. Ryantm
462ebbe5c4 kubevirt: 0.54.0 -> 0.55.0 2022-07-29 18:29:29 +10:00
Florian Klink
3ad96413d5
Merge pull request #183317 from r-ryantm/auto-update/google-guest-oslogin
google-guest-oslogin: 20220205.00 -> 20220721.00
2022-07-29 13:05:38 +07:00
R. Ryantm
743cc00685 govc: 0.28.0 -> 0.29.0 2022-07-28 13:33:23 +00:00
R. Ryantm
c8ada6f3c7 google-guest-oslogin: 20220205.00 -> 20220721.00 2022-07-28 13:22:28 +00:00
R. Ryantm
d29b571242 distrobuilder: 2.0 -> 2.1 2022-07-28 04:37:36 +00:00
github-actions[bot]
7dca425a79
Merge master into staging-next 2022-07-27 06:01:18 +00:00
R. Ryantm
7add830039 linode-cli: 5.21.0 -> 5.21.0 2022-07-26 06:11:56 +00:00
Kirill Radzikhovskyy
c58d450c37 awsebcli: fixup, use more versions from nixpkgs 2022-07-21 22:35:30 +02:00
Martin Weinelt
5f413aa580 awsebcli: drop requests override, relax constraint
Passing the trustme dependency into requests checkInputs has become an
infinite recursion since the latest hypothesis update.

It is unclear what the dependency chain is that causes this, but there
is little need in overriding requests, since its API is mostly very
stable.
2022-07-21 22:33:37 +02:00
R. Ryantm
1b79dbb4d7 linode-cli: 5.21.0 -> 5.21.0 2022-07-17 05:20:14 +00:00
R. Ryantm
3b541e59ac linode-cli: 5.17.2 -> 5.21.0 2022-07-11 04:59:56 +00:00
Kevin Cox
1b47a92ce4
Merge pull request #178057 from risicle/ris-native-source-provenance-servers-tools-2
treewide/servers,shells,tools: add `sourceType` for more packages
2022-07-07 09:18:24 -04:00
Sebastian Hasler
a2642faaea virtctl: 0.53.0 -> 0.54.0 2022-07-05 17:05:58 -03:00
kilianar
df23b42a9a udocker: fix build failure
use_2to3 was removed from setuptools with version 58.0.0. There is an
upstream issue for this error
(https://github.com/indigo-dc/udocker/issues/358) and has been resolved
with commit
9f7d6c5f9a.
We apply this commit as a patch.

Disable test_02__load_structure because it fails with a
unittest.mock.InvalidSpecError.
2022-07-05 15:36:33 +02:00
Robert Scott
3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
Erik Arvstedt
1a32663efc
treewide: rename maintainer earvstedt -> erikarvstedt
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
2022-06-26 19:12:18 +02:00
Erik Arvstedt
ca12710b06
extra-container: 0.8 -> 0.10 2022-06-26 17:11:35 +02:00
Han Verstraete
6bd1025a28 nixos-shell: 0.2.2 -> 1.0.0 2022-06-19 20:37:25 +08:00
Sergei Trofimovich
5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
Aaron Jheng
3b11bd8857
awless: remove
awless is lack of maintenance from upstream since 2018.
2022-06-17 15:02:31 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Robert Scott
61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Kirill Radzikhovskyy
63576fb5c3 awsebcli: fixup, use python.pkgs.six from nixpkgs 2022-06-12 08:01:13 +10:00
teutat3s
cf594d1f6e
cloud-init: fix missing pyserial dependency
and check for all required imports as per requirements.txt

While debugging missing metadata in the cloud-init boot local phase
in a NixOS VM on SmartOS, the following error was observed:
SystemError: Unable to open /dev/ttyS1
Adding the missing pyserial dependency fixes the above error and
cloud-init metadata detection now works in NixOS VMs on SmartOS
2022-06-07 14:33:03 +02:00
zowoq
b7b91880d3 docker-compose: default to v2 2022-06-06 14:58:18 +10:00
Sergei Trofimovich
3978ed8109 xe-guest-utilities: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: utils.o:xenstore/utils.h:27:
      multiple definition of `xprintf'; xenstored_core.o:xenstore/utils.h:27: first defined here
2022-06-03 08:30:43 +01:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Sascha Grunert
90ce1f86b9 cri-tools: 1.24.1 -> 1.24.2
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-30 21:45:00 +10:00
Rick van Schijndel
223184228c awless: mark broken for aarch64-linux
Unclear if this ever worked.

asm: InitTextSym double init for .Syscall
panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo

goroutine 1 [running]:
cmd/internal/obj.(*LSym).NewFuncInfo(0x400015e100)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/link.go:496 +0x134
cmd/internal/obj.(*Link).InitTextSym(0x400017c000, 0x400015e100, 0x4)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/internal/obj/plist.go:153 +0x10c
cmd/asm/internal/asm.(*Parser).asmText(0x400013fe60, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/asm.go:180 +0x4f0
cmd/asm/internal/asm.(*Parser).pseudo(0x400013fe60, {0x4000130460, 0x4}, {0x400013fd00, 0x3, 0x3})
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:297 +0x7c
cmd/asm/internal/asm.(*Parser).Parse(0x400013fe60)
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/internal/asm/parse.go:105 +0xcc
main.main()
        /nix/store/9nqp0vlgakl12c6irdn3qvicqsvc2zl8-go-1.17.10/share/go/src/cmd/asm/main.go:91 +0x814
2022-05-29 10:56:02 +02:00
Sascha Grunert
a434418bbe cri-tools: 1.23.0 -> 1.24.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-05-24 19:25:12 +10:00
Aaron Jheng
1b74650e61
govc: 0.25.0 -> 0.28.0 2022-05-14 00:47:55 +00:00
Sebastian Hasler
a99b8cac44
kubevirt: 0.52.0 -> 0.53.0 2022-05-12 15:52:07 +02:00
Sandro
58585adbcd
Merge pull request #171862 from WolfangAukang/ovftool 2022-05-09 03:47:09 +02:00
P. R. d. O
b330818d69
ovftool: init at 4.4.1 2022-05-08 14:14:54 -06:00
haslersn
1391482b41
virtctl: init at 0.52.0 (#171734)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-08 22:11:41 +02:00
Patryk Wychowaniec
56ab4f61bc
nixos/lxd: improve tests
- Make tests/lxd.nix use NixOS's lxdMeta & lxdImage to avoid relying on
  3rd party containers such as Alpine Linux for testing purposes.
- Merge tests/lxd-image.nix into tests/lxd.nix, since now both have a
  similar structure.
- Extract duplicated inline LXD configuration into a separate file,
- Add passthru.lxd-nftables & passthru.lxd-image-server.
2022-05-03 12:24:13 +02:00
adisbladis
dc26602aed nixos-container: Add tests to passthru for CI 2022-04-27 18:35:51 +12:00
adisbladis
81d192cfa6 nixos-container: Add compatibility hack for pre-22.05 state/config directories 2022-04-27 18:35:13 +12:00
adisbladis
7d9a979b2e nixos-container: Make configuration and state directories configurable
/etc/containers is also used by Podman, Skopeo & other popular
container tooling so we need to be able to move to another
configuration directory.

The state move is not strictly a requirement but is good for consistency.
2022-04-27 18:35:03 +12:00
Bobby Rong
47fb2d4bb9
Merge pull request #167120 from aaronjheng/marathonctl
marathonctl: 2017-03-06 -> 0.0.7
2022-04-26 16:44:52 +08:00
Martin Weinelt
a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Martin Weinelt
33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Kirill Radzikhovskyy
7f613bbdb6 awsebcli: fixup, downgrade jmespath 2022-04-15 01:39:55 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Ryan Mulligan
542f7f8330
Merge pull request #167614 from r-ryantm/auto-update/linode-cli
linode-cli: 5.17.2 -> 5.17.2
2022-04-11 07:03:01 -07:00
ajs124
58303b3ef5
Merge pull request #164309 from liff/rootlesskit/v0.14
rootlesskit: 0.11.1 -> 1.0.0
2022-04-10 21:35:49 +01:00
R. Ryantm
08f4d64b70 linode-cli: 5.17.2 -> 5.17.2 2022-04-07 00:17:15 +00:00
Kirill Radzikhovskyy
1bd060ba67 awsebcli: fixup 2022-04-05 19:15:30 -04:00
ajs124
9dca986a47 Revert "ovftool: init at 4.4.1"
This reverts commit 0418760037f2aef5e67beccbb1fe58b0fe4d7370.
2022-04-04 15:10:45 +01:00
Aaron Jheng
1f72f97534
marathonctl: 2017-03-06 -> 0.0.7 2022-04-04 03:15:14 +00:00
Andrew Marshall
ebfb266f31 linode-cli: Remove update check
Upon every API call, this program will check the API version and make a
request to PyPi to check the latest version and, if not latest, will
show a warning like

> The API responded with version 1.2.4, which is newer than the CLI's
> version of 1.2.3.  Please update the CLI to get access to the newest
> features.  You can update with a simple `pip install --upgrade
> linode-cli`

This is not really useful with Nix, as the update message is wrong. And
connecting to a third-party on each usage is not desired, either.
2022-04-01 15:38:49 -04:00
Ben Siraphob
61776f460f
treewide: remove stdenv from buildInputs 2022-03-31 11:19:30 -05:00
Olli Helenius
7ee72e5597
rootlesskit: 0.11.1 -> 1.0.0 2022-03-27 15:08:10 +03:00
R. Ryantm
263c767ec6 linode-cli: 5.17.2 -> 5.17.2 2022-03-25 07:14:01 +00:00
Kirill Radzikhovskyy
442c54c475 awsebcli: fixup! 2022-03-19 08:22:01 -04:00
Sandro
fdeb9cb55d
Merge pull request #162497 from r-ryantm/auto-update/shipyard 2022-03-18 15:40:15 +01:00
R. Ryantm
42597db91c linode-cli: 5.17.1 -> 5.17.2 2022-03-11 07:01:15 +00:00
R. Ryantm
45295517b9 shipyard: 0.3.47 -> 0.3.48 2022-03-02 15:45:36 +00:00
R. Ryantm
6fb057df97 shipyard: 0.3.45 -> 0.3.47 2022-02-24 20:19:06 +00:00
Ryan Mulligan
c13e0a5171
Merge pull request #160995 from r-ryantm/auto-update/shipyard
shipyard: 0.3.44 -> 0.3.45
2022-02-23 06:31:54 -08:00
Kirill Radzikhovskyy
800013956d awsebcli: 3.14.2 -> 3.20.3 2022-02-21 14:39:44 -08:00
R. Ryantm
00acde8e58 shipyard: 0.3.44 -> 0.3.45 2022-02-20 02:34:28 +00:00
R. RyanTM
4539bea1e6
shipyard: 0.3.30 -> 0.3.44
(#159751)
2022-02-17 13:29:29 +01:00
R. Ryantm
2ad49320c2 google-guest-oslogin: 20211213.00 -> 20220205.00 2022-02-12 09:20:05 +00:00
R. Ryantm
8279ba6727 linode-cli: 5.16.0 -> 5.17.1 2022-02-10 11:52:42 -08:00
Sandro
5560c824c7
Merge pull request #157761 from tp-la/amazon-ec2-utils 2022-02-07 01:53:35 +01:00
Sandro
255417b8f4
Merge pull request #157146 from illustris/cloudinit 2022-02-07 01:27:21 +01:00
Florian Klink
def482e28d
Merge pull request #150837 from abbradar/google-guest-agent
Move GCE config to google-guest-agent
2022-02-06 11:27:27 +01:00
Nikolay Amiantov
077d0524cc google-compute-engine-oslogin: 20210429.00 -> 20211213.00
* Rename to google-guest-oslogin;
* Fix systemd service;
* Small cleanup.
2022-02-05 23:33:10 +03:00
Nikolay Amiantov
c3f278bfba google-guest-configs: init at 20211116.00 2022-02-05 23:33:10 +03:00
Nikolay Amiantov
6c3dd634ef google-guest-agent: init at 20220104.00 2022-02-05 23:33:10 +03:00
Tom Prince
653a3e4ed0 amazon-ec2-utils: 1.2 -> 2.0
This also replaces the ec2-utils package, which is an older version.
2022-02-04 12:53:58 -07:00
R. Ryantm
01ed75f039 linode-cli: 5.15.0 -> 5.16.0 2022-02-03 05:00:45 +00:00
illustris
f01af2e126 cloud-init: add passthru test 2022-01-31 09:51:19 +05:30
illustris
d0c12f5b3f cloud-init: fix network renderer detection 2022-01-31 09:50:14 +05:30
R. Ryantm
13b987abce linode-cli: 5.14.0 -> 5.15.0 2022-01-27 19:10:32 +00:00
Ryan Mulligan
945ec49904
Merge pull request #154439 from r-ryantm/auto-update/linode-cli
linode-cli: 5.14.0 -> 5.14.0
2022-01-25 20:04:25 -08:00
Sascha Grunert
9ef57dfac7 cri-tools: 1.22.0 -> 1.23.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-18 07:12:18 +10:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
R. Ryantm
7f814614d6 linode-cli: 5.14.0 -> 5.14.0 2022-01-11 05:53:11 +00:00
Renaud
62a112b30e
Merge pull request #153217 from c0bw3b/meta/apsl-asl
Treewide: fix wrong declaration of Apache License 2.0
2022-01-04 13:44:06 +01:00
c0bw3b
658d3e9af8 Treewide: fix wrong declaration of Apache License 2.0
These packages were announced as published under Apple Public Source
License 2.0 ('apsl20' short handle) but they are actually published
under the Apache License 2.0 ('asl20' short handle)
2022-01-02 15:23:43 +01:00
Martin Weinelt
74c730bd87
euca2ools: remove
Uses python2 and the upstream stopped maintaining it in 2017.
2022-01-02 13:38:11 +01:00
zowoq
1277a38c74 cloudmonkey: remove unnecessary runVend 2021-12-31 23:17:48 +10:00
R. Ryantm
bd39ea0730 linode-cli: 5.13.2 -> 5.14.0 2021-12-16 23:44:37 +00:00
Jörn Gersdorf
67f6fbd531 nixos-shell: 0.21 -> 0.22 2021-12-08 20:24:03 +01:00
Ryan Mulligan
794fceb5ce
Merge pull request #148934 from r-ryantm/auto-update/linode-cli
linode-cli: 5.12.0 -> 5.13.2
2021-12-06 18:28:38 -08:00
Kim Lindberger
f9dc6300a8
Merge pull request #148467 from talyz/revert-gce-upgrade
Revert "google-compute-engine: 20190124 -> 20200113.0 (#131761)"
2021-12-06 09:51:02 +01:00
R. Ryantm
512c518814 linode-cli: 5.12.0 -> 5.13.2 2021-12-06 08:43:33 +00:00
Sandro
33d8891fac
Merge pull request #148280 from alyssais/alpine-make-vm-image 2021-12-05 02:07:14 +01:00
talyz
5a4ea496b6
Revert "google-compute-engine: 20190124 -> 20200113.0 (#131761)"
This reverts commit 1748291445122f91aa305de48704fc384c1e6f20.

This upgrade broke the google-compute-config module. See
https://github.com/NixOS/nixpkgs/pull/144761 for more info.
2021-12-03 17:30:55 +01:00
Bobby Rong
a6800d74c5
Merge pull request #143602 from r-ryantm/auto-update/cloudmonkey
cloudmonkey: 6.1.0 -> 6.2.0
2021-12-02 22:22:23 +08:00
Alyssa Ross
25fc09ce0d
alpine-make-vm-image: 0.7.0 -> 0.8.0 2021-12-02 13:53:44 +00:00
Felix Buehler
22dffe27f3 pkgs/tools: use pname&version instead of name 2021-11-30 21:11:29 +01:00
Sandro
f52673af0e
Merge pull request #144700 from ryantm/auto-update/linode-cli 2021-11-30 18:14:55 +01:00