This commit is contained in:
Balena CI 2020-10-23 13:07:34 +03:00 committed by VersionBot
parent 7534042519
commit 260a30532a
4 changed files with 55 additions and 2 deletions

View File

@ -1,3 +1,48 @@
- commits:
- subject: 'build/deploy: Add more test cases (--buildArg option)'
hash: 6b208ec2abde887ffd11cfdfb624382ea7bfc049
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Fix typing (don't assume that 'docker-toolbelt' uses Bluebird promises)
hash: 099d755900ff9e3d994b517225da872025c3f445
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'build/deploy: Fix --buildArg option with docker-compose.yml projects'
hash: 3199f15662373ca53fe1c7541259b31799e42315
body: ''
footer:
Resolves: '#1053'
resolves: '#1053'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'build/deploy: Fix image size notice at end of build'
hash: 4c8dc29946067aeaf46789058ecb310d0d862750
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Convert more code to Typescript (compose.js)
hash: 2b22fb89f1a2b25c532a5ec278c800e83cdcfeac
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.25.3
date: 2020-10-21T13:37:13.594Z
- commits: - commits:
- subject: Revert styling of "balena CLI" as "balenaCLI" - subject: Revert styling of "balena CLI" as "balenaCLI"
hash: 478b5dd363288e2556e26b86d91d08e923788bae hash: 478b5dd363288e2556e26b86d91d08e923788bae

View File

@ -4,6 +4,14 @@ 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.25.3 - 2020-10-21
* build/deploy: Add more test cases (--buildArg option) [Paulo Castro]
* Fix typing (don't assume that 'docker-toolbelt' uses Bluebird promises) [Paulo Castro]
* build/deploy: Fix --buildArg option with docker-compose.yml projects [Paulo Castro]
* build/deploy: Fix image size notice at end of build [Paulo Castro]
* Convert more code to Typescript (compose.js) [Paulo Castro]
## 12.25.2 - 2020-10-21 ## 12.25.2 - 2020-10-21
* Revert styling of "balena CLI" as "balenaCLI" [Paulo Castro] * Revert styling of "balena CLI" as "balenaCLI" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.25.2", "version": "12.25.3",
"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",