This commit is contained in:
Balena CI 2021-09-23 23:56:47 +03:00 committed by VersionBot
parent b42af74983
commit e098cdca17
4 changed files with 33 additions and 3 deletions

View File

@ -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: - commits:
- subject: Update balena-sdk to 15.51.1 - subject: Update balena-sdk to 15.51.1
hash: de95262f9351f6ed8a54b05eedac7b6162036ba1 hash: de95262f9351f6ed8a54b05eedac7b6162036ba1

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.48.15 - 2021-09-22

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.48.15", "version": "12.49.0",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -290,6 +290,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-09-22T07:20:45.125Z" "publishedAt": "2021-09-23T19:56:39.698Z"
} }
} }