This commit is contained in:
Balena CI 2020-02-17 17:51:58 +02:00
parent 59b9429570
commit 278d7fd02c
4 changed files with 42 additions and 2 deletions

View File

@ -1,3 +1,36 @@
- commits:
- subject: Add tests for project directory validation
hash: 9e870b08a7802ca0132d6fd99a7d89cfdb8314cb
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: >-
Add project directory validation for balena push / build / deploy
commands
hash: 671dca8287ae3d79feae1c7ccdb7d60abaf1f760
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
- subject: Refactor 'balena push' error handling
hash: a15060e9fc2e4d408c9f5ef4315d98d99d56cdcd
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Add and refactor tests for push/build/deploy commands (docker-compose)
hash: 0738dd152067d7aabdb1b424cc7737a3a70ca3bd
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.27.0
date: 2020-02-17T15:22:23.003Z
- commits:
- subject: Add '--cache-from' option to balena build and deploy commands
hash: a1c406a4795e3f91963676f923ca607df975a2c7

View File

@ -4,6 +4,13 @@ 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.27.0 - 2020-02-17
* Add tests for project directory validation [Paulo Castro]
* Add project directory validation for balena push / build / deploy commands [Paulo Castro]
* Refactor 'balena push' error handling [Paulo Castro]
* Add and refactor tests for push/build/deploy commands (docker-compose) [Paulo Castro]
## 11.26.0 - 2020-02-14
* Add '--cache-from' option to balena build and deploy commands [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.26.0",
"version": "11.27.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",