From 7c4974f4f53f16f7db7ec34374e86d795c6da67c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sun, 15 Aug 2021 20:09:40 +0300 Subject: [PATCH] v12.46.0 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 17f37bbe..65881c4a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Add `--draft` option to `balena push` + hash: 254ef1c8cfd8c8faeebb4097c8853e83ecfee190 + body: > + This change will allow to build releases as draft and have them being + + set as final at a later stage. This change is part of a larger feature + towards + + using the builder as part of CI/CD pipelines. + footer: + Depends-on: 'https://github.com/balena-io/balena-builder/pull/868' + depends-on: 'https://github.com/balena-io/balena-builder/pull/868' + Change-type: minor + change-type: minor + author: Felipe Lalanne + nested: [] + version: 12.46.0 + date: 2021-08-15T16:45:37.972Z - commits: - subject: 'push, build: Improve error handling (identify which service failed)' hash: c7bbbc4159185d804c0d05c8768252a5ce4b0341 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0c3f58..cfa72831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 12.46.0 - 2021-08-15 + +* Add `--draft` option to `balena push` [Felipe Lalanne] + ## 12.45.2 - 2021-08-13 * push, build: Improve error handling (identify which service failed) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7ad5244f..fe9a2130 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.45.2", + "version": "12.46.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e96e92b7..7cc00c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.45.2", + "version": "12.46.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-08-13T23:59:02.899Z" + "publishedAt": "2021-08-15T16:45:38.192Z" } }