This commit is contained in:
balenaCI 2023-01-10 13:43:24 +00:00
parent bc727521c6
commit e65dc82cfe
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 26 additions and 3 deletions

@ -1,3 +1,22 @@
- commits:
- subject: Process livepush build logs inline
hash: 578de7bcd4d1ec6a106251d19305c99c250458c1
body: |
When using livepush, the CLI parses the build logs to obtain the stage
image ids, which are necessary for properly running livepush.
This process used to store the full log output in memory before parsing
the logs for obtaining the stage ids. We have seen this cause issues
before because of the excessive memory usage and it is one the suspects
of #2165, which is blocking the update to Node 14
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 15.0.1
title: ""
date: 2023-01-10T13:43:22.577Z
- commits:
- subject: "preload: Drops ability to preload Intel Edison (EOL 2017) Upgrade
balena-preload from 12.2.0 to 13.0.0"

@ -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/).
## 15.0.1 - 2023-01-10
* Process livepush build logs inline [Felipe Lalanne]
## 15.0.0 - 2023-01-02
* preload: Drops ability to preload Intel Edison (EOL 2017) Upgrade balena-preload from 12.2.0 to 13.0.0 [JOASSART Edwin]

2
npm-shrinkwrap.json generated

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.0.0",
"version": "15.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.0.0",
"version": "15.0.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-01-02T15:21:58.082Z"
"publishedAt": "2023-01-10T13:43:23.538Z"
}
}