mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.44.19
This commit is contained in:
parent
75b2fa0e9e
commit
e2ffc5f068
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix fast-boot module caching with read-only installation folders
|
||||||
|
hash: d15b54cf40ad462112eeb9f7beb93bb1c25d3eb1
|
||||||
|
body: |
|
||||||
|
* Add missing fast-boot `stop()` call on CLI exit to avoid 1s timeout.
|
||||||
|
* Move `.fast-boot.json` to `~/.balena/cli-module-cache.json` to
|
||||||
|
address scenarios where the CLI is installed to a read-only folder:
|
||||||
|
- pkg's internal 'snapshot' filesystem (standalone zip package)
|
||||||
|
- Root-owned folder without write permission to regular users,
|
||||||
|
like `/usr[/local]/lib/balena-cli` (the case of caxa-based
|
||||||
|
installers or the GUI installer for macOS).
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.44.19
|
||||||
|
date: 2021-05-28T14:20:05.160Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update advanced installation instructions
|
- subject: Update advanced installation instructions
|
||||||
hash: 460022a7cfc04a3828662f3f078f17816ea9bcff
|
hash: 460022a7cfc04a3828662f3f078f17816ea9bcff
|
||||||
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.44.19 - 2021-05-28
|
||||||
|
|
||||||
|
* Fix fast-boot module caching with read-only installation folders [Paulo Castro]
|
||||||
|
|
||||||
## 12.44.18 - 2021-05-27
|
## 12.44.18 - 2021-05-27
|
||||||
|
|
||||||
* Update advanced installation instructions [Paulo Castro]
|
* Update advanced installation instructions [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.18",
|
"version": "12.44.19",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.44.18",
|
"version": "12.44.19",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user