mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
v12.28.0
This commit is contained in:
parent
e9b5773bcb
commit
8137b79078
@ -1,3 +1,32 @@
|
||||
- commits:
|
||||
- subject: 'push: Reduce memory usage when filtering files with dockerignore'
|
||||
hash: 4768f763856aa9f761988477f97ec872d226b004
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'Livepush: Refactor dockerignore filtering and add test cases'
|
||||
hash: d6b324927481ce03217c15509db2e046d74cb208
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'Livepush: Ignore paths set in .dockerignore files'
|
||||
hash: 02a54667469982ba676da5e0b8a0f0f379b320e5
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Josh Bowling <josh@balena.io>
|
||||
signed-off-by: Josh Bowling <josh@balena.io>
|
||||
author: Josh Bowling
|
||||
nested: []
|
||||
version: 12.28.0
|
||||
date: 2020-11-19T17:07:59.865Z
|
||||
- commits:
|
||||
- subject: 'Test code optimization: avoid running ~70 test cases twice'
|
||||
hash: 6a556131995eebc318f5a02831a1cc1e2fb03b36
|
||||
|
@ -4,6 +4,12 @@ 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.28.0 - 2020-11-19
|
||||
|
||||
* push: Reduce memory usage when filtering files with dockerignore [Paulo Castro]
|
||||
* Livepush: Refactor dockerignore filtering and add test cases [Paulo Castro]
|
||||
* Livepush: Ignore paths set in .dockerignore files [Josh Bowling]
|
||||
|
||||
## 12.27.4 - 2020-11-15
|
||||
|
||||
* Test code optimization: avoid running ~70 test cases twice [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.27.4",
|
||||
"version": "12.28.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.27.4",
|
||||
"version": "12.28.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user