forked from cloudflare/binary-install
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5d2c29
commit 464bb38
Showing
3 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# `binary-install` changelog | ||
|
||
## v1.1.0 | ||
|
||
### Features | ||
|
||
- Adds an optional third argument to `new Binary` to configure the installation directory - @wighawag, PR #29 | ||
|
||
Example: `new Binary("my-binary", "https://example.com/my-binary.tar.gz", { "installDirectory": "/tmp/custom-dir" })` | ||
|
||
### Maintenance | ||
|
||
- Updates `binary-install-example` to download Intel binaries by default for Apple Silicon machines - @maxdeviant, PR #24 | ||
|
||
- Fix log suppression configuration - @maxdeviant, PR #23 | ||
|
||
This PR makes the `suppressLogs` behavior actually respected, before it was inverted and would log messages incorrectly. | ||
|
||
- Wait for a complete install before running a binary - @wighawag, PR #28 fixes #27 | ||
|
||
Sometimes installation wouldn't complete before the binary was run, this PR rewrites the code to fully complete installation before continuing to execution. | ||
|
||
- Fix up integration tests - @EverlastingBugstopper, PR #31 | ||
|
||
This relied on overriding `installDirectory` with the new feature in this release, thanks @wighawag! | ||
|
||
## [<= v1.0.6] | ||
|
||
There are no changelog entries pre-v1.1.0. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters