Skip to content

Commit

Permalink
v12.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Nov 19, 2020
1 parent e9b5773 commit 8137b79
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down

0 comments on commit 8137b79

Please sign in to comment.