From 36077cacdaf89eea877a0efcc24d4c6b081b9d33 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:17:22 +0000 Subject: [PATCH] v20.1.0 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 053466e1..e6ddcb5e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: "`device os-update`: Add handling for updates that require takeover" + hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + - subject: Update `balena-sdk` + hash: c347b67b250b6e2017f4dcadd5cabeda3b0fb50b + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + - subject: Update `@balena/compose` + hash: 4022beeb56d4f9ac04084a8a4797458fb0d32d64 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 20.1.0 + title: "" + date: 2024-12-12T14:17:15.690Z - commits: - subject: Update shrinkwrapped express to v4.21.1 hash: 38e29251e7600f2b1cffdff6d414073d910259b5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe91683..6bd30900 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/). +## 20.1.0 - 2024-12-12 + +* `device os-update`: Add handling for updates that require takeover [myarmolinsky] +* Update `balena-sdk` [myarmolinsky] +* Update `@balena/compose` [myarmolinsky] + ## 20.0.9 - 2024-12-05 * Update shrinkwrapped express to v4.21.1 [Oskar Williams] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fad2780b..7d563797 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.0.9", + "version": "20.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.0.9", + "version": "20.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4f7c2cac..cea9679e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.0.9", + "version": "20.1.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2024-12-05T12:08:25.127Z" + "publishedAt": "2024-12-12T14:17:16.574Z" } }