From b91b72c40826136c43f4ef726dc5611964f6c55c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 29 Dec 2021 16:47:51 +0200 Subject: [PATCH] v13.1.0 --- .versionbot/CHANGELOG.yml | 66 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 19 +++++++++++ npm-shrinkwrap.json | 2 +- package.json | 4 +-- 4 files changed, 88 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b8cfbb72..d776a700 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,69 @@ +- commits: + - subject: 'os configure, config generate: Add ''--dev'' option for OS developmentMode' + hash: 7d58b8c120b574679f8fa591343a3c3134a1b14d + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + - subject: 'local configure: Allow configuring ''developmentMode'' in config.json' + hash: 851301a336c82d1ad024527a47fd0960f9060d9c + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + - subject: 'os build-config: Clarify command purpose in help output' + hash: ec6fd050f69dbc237b9c424ffe67276e3f5d951c + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'device os-update: Add support for unified dev/prod balenaOS releases' + hash: 6f810538828ec737bab31d344a86c6d9e1e62f1c + body: | + Update balena-sdk from 16.8.1 to 16.9.0 + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: + - commits: + - subject: Support upgrading .dev to unified OS releases + hash: 00aebd0b24837871e0809b9ccbcbe3ebbbfc2692 + body: '' + footer: + Change-type: minor + change-type: minor + See: >- + https://github.com/balena-io-modules/balena-hup-action-utils/pull/25 + see: >- + https://github.com/balena-io-modules/balena-hup-action-utils/pull/25 + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-16.9.0 + date: 2021-12-24T18:24:20.435Z + - commits: + - subject: 'tests: Stop using mochainon' + hash: dcbf45331d4cd37cc42f26da3fafed32a9ab8df6 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-16.8.2 + date: 2021-12-24T17:23:32.282Z + version: 13.1.0 + date: 2021-12-29T14:22:18.514Z - commits: - subject: Update oclif hash: acd352cb3c9685612ec0bc274c80a5502c031ed0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b6396366..5f7585c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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/). +## 13.1.0 - 2021-12-29 + +* os configure, config generate: Add '--dev' option for OS developmentMode [Paulo Castro] +* local configure: Allow configuring 'developmentMode' in config.json [Paulo Castro] +* os build-config: Clarify command purpose in help output [Paulo Castro] + +
+ device os-update: Add support for unified dev/prod balenaOS releases [Paulo Castro] + +> ### balena-sdk-16.9.0 - 2021-12-24 +> +> * Support upgrading .dev to unified OS releases [Thodoris Greasidis] +> +> ### balena-sdk-16.8.2 - 2021-12-24 +> +> * tests: Stop using mochainon [Thodoris Greasidis] +> +
+ ## 13.0.2 - 2021-12-24 * Update oclif [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8a691394..cd9af583 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.2", + "version": "13.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e47fdc20..db38823d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.2", + "version": "13.1.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-12-24T17:47:32.417Z" + "publishedAt": "2021-12-29T14:22:18.997Z" } }