mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.37.0
This commit is contained in:
parent
f69276e7c9
commit
b5028c65cc
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: Add --additional-space flag to preload
|
||||
hash: 9fff9266d4e10a90c2bfebbac3896a76e31213f9
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Alexis Svinartchouk
|
||||
nested: []
|
||||
- subject: Update balena-preload to 10.4.1
|
||||
hash: 0e7f953f72413b56430f467da77b49fae70a7c69
|
||||
body: >
|
||||
10.4.0 improves image size estimation
|
||||
|
||||
10.4.1 prevents running out of space while pulling images because of
|
||||
temporary files
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Alexis Svinartchouk
|
||||
nested: []
|
||||
version: 12.37.0
|
||||
date: 2020-12-28T16:11:48.896Z
|
||||
- commits:
|
||||
- subject: Update push command for organizations
|
||||
hash: 27e2b03702dca731c999003be80576192134c153
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 12.37.0 - 2020-12-28
|
||||
|
||||
* Add --additional-space flag to preload [Alexis Svinartchouk]
|
||||
* Update balena-preload to 10.4.1 [Alexis Svinartchouk]
|
||||
|
||||
## 12.36.1 - 2020-12-23
|
||||
|
||||
* Update push command for organizations [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.36.1",
|
||||
"version": "12.37.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.36.1",
|
||||
"version": "12.37.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user