This commit is contained in:
Balena CI 2020-02-14 17:26:58 +02:00
parent e773549297
commit 5dbace353d
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add '--cache-from' option to balena build and deploy commands
hash: a1c406a4795e3f91963676f923ca607df975a2c7
body: >
It implements the same feature as the "docker build --cache-from"
option.
footer:
Resolves: '#1616'
resolves: '#1616'
Change-type: minor
change-type: minor
author: Paulo Castro
version: 11.26.0
date: 2020-02-14T13:26:13.826Z
- commits:
- subject: >-
Fix balena push "Segmentation fault" on Windows (replace 'mmmagic' with

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.26.0 - 2020-02-14
* Add '--cache-from' option to balena build and deploy commands [Paulo Castro]
## 11.25.18 - 2020-02-13
* Fix balena push "Segmentation fault" on Windows (replace 'mmmagic' with 'isBinaryFile') [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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