mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v11.26.0
This commit is contained in:
parent
e773549297
commit
5dbace353d
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.18",
|
||||
"version": "11.26.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user