From 8137b7907813135b45931b1c6f10de46fd782a93 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 19 Nov 2020 20:03:53 +0200 Subject: [PATCH] v12.28.0 --- .versionbot/CHANGELOG.yml | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 081b3be2..c5128d46 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 + signed-off-by: Josh Bowling + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbea3b2..4905ad4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f5ff0e5..9b829696 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.27.4", + "version": "12.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15ec881e..517bd962 100644 --- a/package.json +++ b/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",