Releases: DeterminateSystems/nix-installer-action
Releases · DeterminateSystems/nix-installer-action
v15
v14
What's Changed
- Log in to flakehub for 'fh' too by @grahamc in #110
- Update
detsys-ts
: Log in to flakehub for 'fh' too (#110) by @detsys-pr-bot in #111 - Update
detsys-ts
: Merge pull request #57 from DeterminateSystems/fix-typo by @detsys-pr-bot in #112 - fixup extra arguments by @grahamc in #113
- Update
detsys-ts
: Merge pull request #58 from DeterminateSystems/collect-crash-logs by @detsys-pr-bot in #116 - Update
detsys-ts
: Merge pull request #61 from DeterminateSystems/use-coalesce-for-array by @detsys-pr-bot in #117 - Update
detsys-ts
: Merge pull request #62 from DeterminateSystems/dont-pull-microstackshots by @detsys-pr-bot in #118 - Update
detsys-ts
: Merge pull request #63 from DeterminateSystems/retry-streams by @detsys-pr-bot in #120
Full Changelog: v13...v14
v13
What's Changed
This update primarily improves the docker shim mechanism.
- science: probes to debug fly on GHA by @grahamc in #99
- bump by @grahamc in #100
- Update detsys-ts by @lucperkins in #102
- Update detsys-ts: Merge pull request #51 from DeterminateSystems/add-missing-actions-to-update-matrix
Add missing Actions to update matrix by @detsys-pr-bot in #103
- Update
detsys-ts
: Merge pull request #103 from detsys-pr-bot/detsys-ts-update-515d00bc192ae4460e2122572ebc24020c58ea95 by @detsys-pr-bot in #105 - Update
detsys-ts
: by @detsys-pr-bot in #104 - README: correct the source-url parameter docs by @grahamc in #108
- Share /lib64 into the container by @grahamc in #109
New Contributors
- @detsys-pr-bot made their first contribution in #103
Full Changelog: v12...v13
v12
What's Changed
- Fix ESM build by @lucperkins in #83
- Revert "Fix ESM build" by @grahamc in #86
- Add CI run for aarch64-darwin by @lucperkins in #87
- Update action.yml description for source-url by @lucperkins in #89
- Provide new test matrix for source-* inputs by @lucperkins in #91
- Disable docker under act by @grahamc in #90
- Update detsys-ts by @lucperkins in #93
- tests: make megajob block on failure by @cole-h in #96
- Srv update by @grahamc in #97
- Update detsys-ts (status page changes) by @lucperkins in #98
Full Changelog: v11...v12
v11
What's Changed
- Rebase on top of detsys-ts for abstracting over install.determinate.systems by @grahamc in #74
- Update detsys-ts by @grahamc in #75
- Gracefully handle FlakeHub login failure by @cole-h in #77
- General JS cleanup by @lucperkins in #76
- Fix broken CI caused by Nix reinstallation wiping out the Magic Nix Cache by @lucperkins in #79
- Standardize on v4 of the checkout action by @lucperkins in #80
- Switch to tsup for building by @lucperkins in #82
- Update dependencies by @grahamc in #85
Full Changelog: v10...v11
v10
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
v8
v7
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
- @colemickens made their first contribution in #45
- @hugosantos made their first contribution in #52
Full Changelog: v6...v7