mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.54.3
This commit is contained in:
parent
498e21f0ab
commit
97978ff812
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Improve directory scan speed prior to tarballing
|
||||
hash: 257dd514ed7c0f6988b8a47219991cc4f61b4529
|
||||
body: >
|
||||
This changes improves the speed that the project is tarballed by
|
||||
switching from
|
||||
|
||||
`klaw` to `recursive-fs` and not running `lstat` on files that are
|
||||
ignored.
|
||||
|
||||
Whilst testing with the Jellyfish repository, which contains a number of
|
||||
|
||||
sub directories, each with their own node_modules folder, I was able to
|
||||
|
||||
reduce the time taken to scan and tarball the project from 70s to 11s,
|
||||
|
||||
which is a massive improvement.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||
signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||
author: Lucian Buzzo
|
||||
nested: []
|
||||
version: 12.54.3
|
||||
date: 2021-11-26T13:59:56.032Z
|
||||
- commits:
|
||||
- subject: Set the correct target state when using Compose "image" field
|
||||
hash: d2a5a9ba8638e712a4b286ce6775158c89615b08
|
||||
|
@ -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.54.3 - 2021-11-26
|
||||
|
||||
* Improve directory scan speed prior to tarballing [Lucian Buzzo]
|
||||
|
||||
## 12.54.2 - 2021-11-26
|
||||
|
||||
* Set the correct target state when using Compose "image" field [Lucian Buzzo]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.2",
|
||||
"version": "12.54.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.2",
|
||||
"version": "12.54.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-11-26T10:14:56.665Z"
|
||||
"publishedAt": "2021-11-26T13:59:56.430Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user