mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.0
This commit is contained in:
parent
df8ce0bbe0
commit
9676ea94cb
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: 'osConfigure/localFlash: Add support for Node.js v14'
|
||||
hash: ac96616e4e5f9e246dcdfbf38252812f4b3109bb
|
||||
body: "* Replace old resin-image-fs with newer balena-image-fs\n* package.json: Remove resin-image-fs package\n* package: Install dependencies that work with node14\n* Remove resin-image-fs typings\n* Fix etcher-sdk related types\n* local/flash: Add unmountOnSuccess, write, direct properties on flash\n\tTaken from https://github.com/balena-io-modules/etcher-sdk/blob/master/examples/multi-destination.ts\n* tests/utils/eol-conversion: Remove ext2fs sample binary\n\tSpecifically ext2fs/build/Release/bindings.node\n\tI removed it because the file doesn't exist\n* tests/test-data/pkg: Add new expected warnings darwin/linux/windows\n* os/configure: Remove windows check\n* local/flash: Check if environment is WSL and show warning message\n* Get tests to pass with certain Node v14 warning messages\n* INSTALL-WINDOWS: Remove os configure warning\n\nImprove push and logs support for Node.js v14 (bump 'net-keepalive')\n"
|
||||
footer:
|
||||
Resolves: '#1990'
|
||||
resolves: '#1990'
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
|
||||
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
|
||||
author: Marios Balamatsias
|
||||
nested: []
|
||||
version: 12.44.0
|
||||
date: 2021-03-30T22:22:13.821Z
|
||||
- commits:
|
||||
- subject: 'docker: Improve handling of Docker-in-Docker errors'
|
||||
hash: 9036ce9af373eb8d328f105839163db0cae38ae6
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 12.44.0 - 2021-03-30
|
||||
|
||||
* osConfigure/localFlash: Add support for Node.js v14 [Marios Balamatsias]
|
||||
|
||||
## 12.43.2 - 2021-03-26
|
||||
|
||||
* docker: Improve handling of Docker-in-Docker errors [Kyle Harding]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.43.2",
|
||||
"version": "12.44.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.43.2",
|
||||
"version": "12.44.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user