mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.38.8
This commit is contained in:
parent
a05dcf08b8
commit
43b93e7fd4
@ -1,3 +1,25 @@
|
||||
- commits:
|
||||
- subject: 'build/deploy: Update QEMU to speed up emulated builds'
|
||||
hash: 9636985ee7648dca6967cf35ddd7bb122cfbc65c
|
||||
body: |
|
||||
QEMU v5 has quite a few improvements over v4, and the speed
|
||||
difference when emulating arm is quite noticible.
|
||||
|
||||
We tested this with, and without, our single-core limitation
|
||||
patch and have not been able to reproduce the stability
|
||||
issues we were seeing in v4 so the patch was removed in
|
||||
this release.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Connects-to: 'https://github.com/balena-io/balena-io/issues/2340'
|
||||
connects-to: 'https://github.com/balena-io/balena-io/issues/2340'
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.38.8
|
||||
date: 2021-01-29T14:30:42.894Z
|
||||
- commits:
|
||||
- subject: 'tunnel: Add note re openBalena version compatibility'
|
||||
hash: 941c36525951f41f1c8b5933dc76d64b9e16a205
|
||||
|
@ -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.38.8 - 2021-01-29
|
||||
|
||||
* build/deploy: Update QEMU to speed up emulated builds [Kyle Harding]
|
||||
|
||||
## 12.38.7 - 2021-01-25
|
||||
|
||||
* tunnel: Add note re openBalena version compatibility [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.7",
|
||||
"version": "12.38.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.7",
|
||||
"version": "12.38.8",
|
||||
"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