From 4c54d6c171491d4d2bfcd62d2bc2ea54e3af8e46 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 26 Aug 2021 18:38:44 +0300 Subject: [PATCH] v12.48.0 --- .versionbot/CHANGELOG.yml | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 47 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 931e4e18..36426d4d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,41 @@ +- commits: + - subject: Add contract contents at release creation time + hash: d0cdc900a2f89a30631cc835d7691ea7ebdb2be3 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Fix env variable to avoid test failures + hash: 972c2470c54c51bd6b4e22ea5bf9b3ff257963c3 + body: '' + footer: + Signed-off-by: Paul Jonathan + signed-off-by: Paul Jonathan + Change-type: patch + change-type: patch + author: toochevere + nested: [] + - subject: >- + Add balena.yml handling and `--draft` to `balena deploy` release + creation + hash: 7d568a928b4297671e3776b72f64a6e2845d5f72 + body: > + This change allows use of a contract and release semver when doing a + push, + + and is part of the larger feature to use the builder as part of a CI/CD + pipeline. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Paul Jonathan + signed-off-by: Paul Jonathan + author: toochevere + nested: [] + version: 12.48.0 + date: 2021-08-26T15:16:03.095Z - commits: - subject: Add deprecation policy checker and --unsupported global flag hash: c2d3eee7cca9570a3307acfc903cf600406667ea diff --git a/CHANGELOG.md b/CHANGELOG.md index faef236c..f1a93427 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.48.0 - 2021-08-26 + +* Add contract contents at release creation time [Paulo Castro] +* Fix env variable to avoid test failures [toochevere] +* Add balena.yml handling and `--draft` to `balena deploy` release creation [toochevere] + ## 12.47.0 - 2021-08-19 * Add deprecation policy checker and --unsupported global flag [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6b37d300..43108ffc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.47.0", + "version": "12.48.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c739e09..30e9bc84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.47.0", + "version": "12.48.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-08-19T22:27:03.396Z" + "publishedAt": "2021-08-26T15:16:03.344Z" } }