mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v12.39.1
This commit is contained in:
parent
e2c0c2f359
commit
a701cd8d4d
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'build/deploy: fix emulated builds to use fully static qemu binaries'
|
||||
hash: 15fc805f893d330af3c733c40bd2d7ae35a2cb98
|
||||
body: |
|
||||
Avoid possible situations where the local glibc may not support
|
||||
the required syscalls for arm emulation during build/deploy.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Conneted-to: 'https://github.com/balena-io/qemu/issues/21'
|
||||
conneted-to: 'https://github.com/balena-io/qemu/issues/21'
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.39.1
|
||||
date: 2021-02-06T15:01:02.577Z
|
||||
- commits:
|
||||
- subject: Add command `device local-mode`
|
||||
hash: e47fd0c887f3b8fc30dd15e4ea5528c85296b738
|
||||
|
@ -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.39.1 - 2021-02-06
|
||||
|
||||
* build/deploy: fix emulated builds to use fully static qemu binaries [Kyle Harding]
|
||||
|
||||
## 12.39.0 - 2021-02-04
|
||||
|
||||
* Add command `device local-mode` [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.39.0",
|
||||
"version": "12.39.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.39.0",
|
||||
"version": "12.39.1",
|
||||
"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