mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.13.0
This commit is contained in:
parent
54bcbb5d91
commit
3718473f05
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: Bump balena-sdk to v12.12.0 to stop using image maker endpoints
|
||||
hash: 408f739e2d41fbf6993d29932965618ef23794db
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#1453'
|
||||
resolves: '#1453'
|
||||
Depends-on: 'https://github.com/balena-io-modules/balena-image-manager/pull/45'
|
||||
depends-on: 'https://github.com/balena-io-modules/balena-image-manager/pull/45'
|
||||
HQ: 'https://github.com/balena-io/balena/issues/1744'
|
||||
hq: 'https://github.com/balena-io/balena/issues/1744'
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
author: Thodoris Greasidis
|
||||
version: 11.13.0
|
||||
date: 2019-09-30T12:41:21.992Z
|
||||
- commits:
|
||||
- subject: Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
|
||||
hash: f9d6a0ee72c33f159d43ecb0dcb51c2522fa213a
|
||||
|
@ -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/).
|
||||
|
||||
## 11.13.0 - 2019-09-30
|
||||
|
||||
* Bump balena-sdk to v12.12.0 to stop using image maker endpoints [Thodoris Greasidis]
|
||||
|
||||
## 11.12.0 - 2019-09-24
|
||||
|
||||
* Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.12.0",
|
||||
"version": "11.13.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.12.0",
|
||||
"version": "11.13.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user