Skip to content

Releases: DeterminateSystems/nix-installer-action

v12

03 Jun 16:36
7993355
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11...v12

v11

09 May 20:30
8cdf194
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10...v11

v10

13 Mar 13:21
de22e16
Compare
Choose a tag to compare

What's Changed

  • action: post-run-job: try clean daemon container, warn on failure by @colemickens in #61
  • No longer require sudo by @Hoverbear in #64
  • Handle docker not existing. by @Hoverbear in #66
  • Don't use docker shim if only using a mounted docker.sock instead of docker-in-docker by @Hoverbear in #67
  • DETERMINATE_NIX_KVM fixup, support Magic Nix Cache + FlakeHub Cache on Namespace runners by @grahamc in #72

Full Changelog: v9...v10

v9

05 Dec 14:27
cd46bde
Compare
Choose a tag to compare

What's Changed

  • Support GitHub Enterprise Server in the access-token config. by @grahamc in #58
  • Support GitHub Enterprise Server using ARC by @grahamc in #59

Full Changelog: v8...v9

v8

21 Nov 19:07
07b8bcb
Compare
Choose a tag to compare

Enables KVM out of the box, for snappy NixOS VM tests.

What's Changed

  • KVM support out of the box, plus a refreshed README by @grahamc in #56

Full Changelog: v7...v8

v7

06 Nov 19:20
5620eb4
Compare
Choose a tag to compare

This release should reduce or eliminate ETXTBSY related errors by relying on the official Github Actions tool cache. This tool cache includes retry support if a download request fails.

On Namespace Runners the action should correctly detect that --init none must be passed to the installer.

What's Changed

  • .github: allow trigger ci manually by @colemickens in #45
  • main.ts: fixup logic to ensure only one installer url override is set by @colemickens in #44
  • Retry (w/ back-off) downloading the installer binary by @colemickens in #46
  • Add check for dist folder by @Hoverbear in #48
  • fix: end the FileStreamWriter for the installer file by @colemickens in #47
  • eslint/tsconfig: validate no floating Promises, adjust tsconfig by @colemickens in #49
  • Detect whether we're running in a Namespace runner, and if so, set init: none by @hugosantos in #52
  • Use Github Actions provided tool cache and exec by @Hoverbear in #53

New Contributors

Full Changelog: v6...v7

v6

12 Oct 18:57
bc7b192
Compare
Choose a tag to compare

Update to node20

What's Changed

Full Changelog: v5...v6

v5

04 Oct 21:46
07ebb8d
Compare
Choose a tag to compare

Support for Act, and beta support for private Flakes on FlakeHub

What's Changed

Full Changelog: v4...v5

v4

06 Jun 14:25
65d7c88
Compare
Choose a tag to compare

What's Changed

  • Update example in README to use v3 by @ajaxbits in #25
  • Add a ?ci=github to GHA requests, to help us test GHA-specific fixes more quickly and perform more controlled roll-outs of new releases. #26

New Contributors

Full Changelog: v3...v4

v3

26 May 16:48
129f079
Compare
Choose a tag to compare

A minor release to address #21.

What's Changed

Full Changelog: v2...v3