This commit is contained in:
Balena CI 2019-11-06 13:08:49 +02:00
parent 5f74023bb8
commit 07fa504c78
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Support optional containers when pushing to local target
hash: b31e253fa4c5d5a382a55f718091e58f8d022f59
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.17.4
date: 2019-11-06T10:33:49.369Z
- commits:
- subject: Use all available on-device images during local push
hash: 62b7d2fd1a80023fb9aff4dfc54a8faa72040459

View File

@ -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.17.4 - 2019-11-06
* Support optional containers when pushing to local target [Cameron Diver]
## 11.17.3 - 2019-11-04
* Use all available on-device images during local push [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

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