mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.49.0
This commit is contained in:
parent
b42af74983
commit
e098cdca17
@ -1,3 +1,28 @@
|
||||
- commits:
|
||||
- subject: 'build, deploy: Improve logging of image build messages'
|
||||
hash: 8bb211e4418981523c9f133e25cfac2043e46328
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'build, deploy: Add support for multiarch base images'
|
||||
hash: ffccbfba126f9cbd09611dc43508aba73a8bf97a
|
||||
body: |
|
||||
Bump version of balena-multibuild to the one that supports multiarch
|
||||
Remove previous hack to avoid sending platform information to multibuild
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Paul Jonathan <pj@balena.io>
|
||||
signed-off-by: Paul Jonathan <pj@balena.io>
|
||||
See: 'https://github.com/balena-io/balena-cli/issues/1508'
|
||||
see: 'https://github.com/balena-io/balena-cli/issues/1508'
|
||||
author: toochevere
|
||||
nested: []
|
||||
version: 12.49.0
|
||||
date: 2021-09-23T19:56:39.460Z
|
||||
- commits:
|
||||
- subject: Update balena-sdk to 15.51.1
|
||||
hash: de95262f9351f6ed8a54b05eedac7b6162036ba1
|
||||
|
@ -4,6 +4,11 @@ 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.49.0 - 2021-09-23
|
||||
|
||||
* build, deploy: Improve logging of image build messages [Paulo Castro]
|
||||
* build, deploy: Add support for multiarch base images [toochevere]
|
||||
|
||||
## 12.48.15 - 2021-09-22
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.15",
|
||||
"version": "12.49.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.15",
|
||||
"version": "12.49.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -290,6 +290,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-09-22T07:20:45.125Z"
|
||||
"publishedAt": "2021-09-23T19:56:39.698Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user