Commit Graph
971760 Commits
Author SHA1 Message Date
Gaetan Lepage 233926463b python3Packages.jax: 0.8.2 -> 0.9.0
Diff: https://github.com/jax-ml/jax/compare/jax-v0.8.2...jax-v0.9.0

Changelog: https://github.com/jax-ml/jax/releases/tag/jax-v0.9.0
2026-03-24 23:45:23 +00:00
Gaetan Lepage 87256fe0bf python3Packages.jaxopt: fix build 2026-03-24 23:45:23 +00:00
Gaetan Lepage 8abc1f0826 python3Packages.jaxopt: use finalAttrs 2026-03-24 23:45:23 +00:00
Yohann BonifaceandGitHub c1410b5c7c python3Packages.exiv2: 0.18.0 -> 0.18.1; several improvements (#502171) 2026-03-24 23:37:56 +00:00
R. Ryantm 9d7dc8091b marimo: 0.21.0 -> 0.21.1 2026-03-24 23:35:30 +00:00
Gaétan LepageandGitHub 2ac71c20e2 python3Packages.deepwave: fix build (#497734) 2026-03-24 23:31:42 +00:00
zowoqandGitHub c1395268e8 terraform-providers.gitlabhq_gitlab: 18.9.0 -> 18.10.0 (#503194) 2026-03-24 23:29:42 +00:00
nixpkgs-ci[bot]andGitHub be119b34ed easyeffects: 8.1.4 -> 8.1.6 (#503135) 2026-03-24 23:28:33 +00:00
R. Ryantm df60d92c64 python3Packages.langgraph: 1.1.2 -> 1.1.3 2026-03-24 23:20:13 +00:00
R. Ryantm a3862fbed0 terraform-providers.gitlabhq_gitlab: 18.9.0 -> 18.10.0 2026-03-24 23:14:55 +00:00
figsoda 5f4a5d3df0 ty: 0.0.24 -> 0.0.25
Diff: https://github.com/astral-sh/ty/compare/0.0.24...0.0.25

Changelog: https://github.com/astral-sh/ty/blob/0.0.25/CHANGELOG.md
2026-03-24 19:13:43 -04:00
R. Ryantm 28a8020d12 vscode-extensions.shopify.ruby-lsp: 0.10.0 -> 0.10.1 2026-03-24 23:13:23 +00:00
Gaétan LepageandGitHub cff34e32c4 keyleds: fix build (#502864) 2026-03-24 23:12:00 +00:00
Gaétan LepageandGitHub 18d7be0f1f drift: init at 0.6.1 (#501529) 2026-03-24 23:11:20 +00:00
Yohann BonifaceandGitHub d023fabc2d kmscon: don't patch docbook xml manually (#503113) 2026-03-24 23:09:53 +00:00
dotlambdaandGitHub aa55836209 khal: 0.13.0 -> 0.14.0 (#503114) 2026-03-24 23:02:57 +00:00
Gaétan LepageandGitHub b94e684769 python3Packages.translatehtml: 1.5.2 -> 1.5.3; modernize; disable aarch64 tests (#503110) 2026-03-24 23:02:47 +00:00
R. Ryantm a4ee2d51a0 python3Packages.lsassy: 3.1.15 -> 3.1.16 2026-03-24 23:02:30 +00:00
Gaétan LepageandGitHub 7f6954c03b typesetter: 0.11.4 -> 0.12.1 (#503167) 2026-03-24 22:55:42 +00:00
Yohann BonifaceandGitHub 6275bd8e4f python314Packages.nikola: fix build (#501982) 2026-03-24 22:45:15 +00:00
Jan TojnarandGitHub 56ac37aa0f gspell: 1.14.2 -> 1.14.3 (#503184) 2026-03-24 22:43:27 +00:00
LIN, JianandGitHub 079ecdb2b7 emacs: bump elisp packages (#502084) 2026-03-24 22:42:55 +00:00
LIN, JianandGitHub 8c1ecd2eec emacs: bump package-build to 4.0.0-unstable-2026-03-17 (#502085) 2026-03-24 22:42:15 +00:00
Philip Taron 4e9154173d nixosTests.ec2-nixops: fix image.imageFile -> image.fileName
The image.imageFile option was renamed to image.fileName. This broke
the ec2-nixops test at evaluation time.
2026-03-24 15:38:21 -07:00
Philip Taron 7494e88f86 nixosTests: share IMDSv2 server across EC2 test infrastructure
- Extract imds-server derivation into common/imds-server.nix so both
  ec2-image.nix and common/ec2.nix share the same definition.

- Update common/ec2.nix (makeEc2Test) to use the IMDSv2 server
  instead of micro_httpd, and add token/instance-id to the metadata
  directory so the full IMDSv2 flow works.

- Simplify ec2-image.nix to import from the shared definition.
2026-03-24 15:38:21 -07:00
Philip Taron b1444cab3c nixos/virtualisation/ec2: fix preflight validation and variable scoping
- Preflight validation now validates against the endpoint that issued
  the token (IMDS_BASE_URL) instead of re-scanning all endpoints. The
  previous behavior could silently switch to a different endpoint and
  wasted time retrying unreachable ones.

- Add local keyword to endpoint variables in get_imds_token and
  preflight_imds_token to avoid polluting global scope.
2026-03-24 15:38:20 -07:00
Philip Taron c66b3b2d55 nixosTests.ec2-image: replace micro_httpd with IMDSv2-aware server
micro_httpd returns 501 for PUT requests, so IMDSv2 token acquisition
was never actually tested. Replace it with a minimal Python IMDS server
that handles the full IMDSv2 flow: PUT for token, token validation on
GET requests, and file serving from a metadata directory.

This means the test now validates that:
- The fetcher correctly obtains an IMDSv2 token via PUT
- The token is passed on subsequent metadata GET requests
- Requests without a valid token are rejected (401)
2026-03-24 15:38:20 -07:00
Philip Taron 81dce7843c nixosTests.ec2-image: add IPv6 IMDS fallback subtest
Tests that the EC2 metadata fetcher falls back to the IPv6 IMDS
endpoint (fd00:ec2::254) when the IPv4 endpoint is unreachable.

Works around QEMU guestfwd being IPv4-only by running socat +
micro_httpd inside the guest on the IPv6 address, then blocking
IPv4 IMDS with iptables and re-running the fetcher.
2026-03-24 15:38:20 -07:00
Jared DunbarandPhilip Taron 2ef00e2d52 nixos/virtualization/ec2: Adds IPv6 IMDS fetch capability
Updates the EC2 IMDS metadata fetcher script to support IPv6 endpoints. If you start an instance in an IPv6 subnet, if the EC2 instance gets an IPv6 address before the IPv4 address (extremely common), systemd will trigger the IMDS fetcher script and fail to fetch your NixOS configuration, leaving you with a useless unconfigured EC2 instance. This at least allows the NixOS configuration to be fetched and applied.
2026-03-24 15:37:36 -07:00
Philip TaronandGitHub 3f7666150e dependabot-cli: 1.82.0 -> 1.84.0 (#503071) 2026-03-24 22:34:43 +00:00
Yohann BonifaceandGitHub 4a7a4e20bf bibtool: fix build with GCC >= 14 (#503132) 2026-03-24 22:32:27 +00:00
Sergei Trofimovich 8d2afe7137 gspell: 1.14.2 -> 1.14.3
Changes: https://gitlab.gnome.org/GNOME/gspell/-/blob/1.14.3/NEWS?ref_type=tags
2026-03-24 22:27:56 +00:00
R. Ryantm 9ba90f18dc sish: 2.21.1 -> 2.22.1 2026-03-24 22:19:08 +00:00
isabelandGitHub 22c2bff7e7 go-toml: 2.2.4 -> 2.3.0 (#503146) 2026-03-24 22:16:15 +00:00
Anton Mosich f5f373074c python3Packages.sphinxcontrib-newsfeed: drop
The package has last been touched upstream in 2020, and it's not
compatible with sphinx 9.1. It is no longer consumed in nixpkgs by
anything, allowing it to be dropped.
2026-03-24 23:09:44 +01:00
Anton Mosich 7d0d42afb8 khal: 0.13.0 -> 0.14.0
Changelog: https://khal.readthedocs.io/en/v0.14.0/changelog.html#id2
2026-03-24 23:09:41 +01:00
Philip TaronandGitHub a585aaaaad nixos/ec2-metadata-fetcher: decompress EC2 user data if compressed (#290346) 2026-03-24 22:08:08 +00:00
Matteo PaciniandGitHub 8bc295fb25 all-the-package-names: 2.0.2387 -> 2.0.2395 (#503156) 2026-03-24 22:03:27 +00:00
Ameer Taweel 4a1cb93b5f nixos/apparmor: fix short path literals 2026-03-25 00:02:44 +02:00
nixpkgs-ci[bot]andGitHub 142b0ca77c vicinae: 0.20.7 -> 0.20.8 (#503123) 2026-03-24 22:02:37 +00:00
dotlambdaandGitHub 7e58fa6e9d libdeltachat: 2.46.0 -> 2.47.0 (#502932) 2026-03-24 22:01:49 +00:00
dotlambdaandGitHub 0908d8751c python3Packages.coverage: 7.13.4 -> 7.13.5 (#502352) 2026-03-24 22:00:49 +00:00
dotlambdaandGitHub ec98b284f3 python3Packages.approvaltests: 17.2.1 -> 17.4.0 (#502845) 2026-03-24 22:00:14 +00:00
R. Ryantm 102cc67f7d python3Packages.pycrdt: 0.12.49 -> 0.12.50 2026-03-24 21:56:02 +00:00
Philip Taron d09e847072 nixos/ec2-metadata-fetcher: add lzip user-data decompression
Support decompressing lzip-compressed EC2 user data via lzip -dc.
Includes a corresponding NixOS test.
2026-03-24 14:51:59 -07:00
Philip Taron f3b392af9b nixos/ec2-metadata-fetcher: add zstd user-data decompression
Support decompressing Zstandard-compressed EC2 user data via zstdcat.
Includes a corresponding NixOS test.
2026-03-24 14:51:59 -07:00
Philip Taron e3789300b1 nixos/ec2-metadata-fetcher: add xz user-data decompression
Support decompressing XZ-compressed EC2 user data via xzcat.
Includes a corresponding NixOS test.
2026-03-24 14:51:59 -07:00
Philip Taron 45d8ed8f4e nixos/ec2-metadata-fetcher: add bzip2 user-data decompression
Refactor try_decompress to use a decompress_cmd variable, making it
straightforward to add new compression formats. Add bzip2 support
and a corresponding NixOS test.
2026-03-24 14:51:58 -07:00
Philip Taron ea11e1de45 nixos/ec2-image: add test for gzip user-data decompression
Verify that fetch-ec2-metadata correctly decompresses gzip-compressed
EC2 user data. Adds a test helper for reuse by subsequent compression
format tests.
2026-03-24 14:51:58 -07:00
Philip Taron cb4dcba409 nixos/ec2-metadata-fetcher: harden try_decompress
- Declare `ftype` as local to avoid leaking into caller scope
- Skip decompression attempt on empty files
- Clean up temp file on decompression failure
2026-03-24 14:51:57 -07:00