Skip to content

hercules-ci-agent-0.7.1

Compare
Choose a tag to compare
@roberth roberth released this 22 Jul 14:30
· 1384 commits to master since this release
hercules-ci-agent-0.7.1

(NB this release was tagged and published before becoming a GitHub-flavored "Release")

Added

  • Push to any nix store, including S3, using the NixCache kind in binary-caches.json

Changed

  • Switch to Nixpkgs 20.03

  • Environment variables are now passed on to evaluation and build by default. This allows configuration to be passed to Nix without intervention from hercules-ci-agent.

  • trusted-user is not a requirement and is configured automatically when using the NixOS module or nix-darwin module.

Fixed

  • Agent will now reset its connection with hercules-ci.com when pings are not acknowledged in time.

  • Prevent running out of file descriptors by increasing the soft limit if possible.