mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.17.4
This commit is contained in:
parent
5f74023bb8
commit
07fa504c78
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.3",
|
||||
"version": "11.17.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user