From fa3587713757ceafd76583cf38ba3de92a695897 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:48:43 +0000 Subject: [PATCH] v19.0.12 --- .versionbot/CHANGELOG.yml | 36 ++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 47 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 03fa66bdd2..cb9d719df0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,39 @@ +- commits: + - subject: skip + hash: c7441b06ac97a50d8ffefebff3af55e1d12d4035 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + - subject: Add `image-manager` tests + hash: 251d64eb8831555e2cfc8a54c73701eadb8c4f06 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + - subject: Remove `balena-image-manager` dependency + hash: ff9bb52a20b3f21281189ddfbbe1b800e104be1d + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + - subject: Embed `balena-image-manager` instead of having it as a dependency + hash: c799c3f10d1491227fe770ceace46b26ae209b19 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 19.0.12 + title: "" + date: 2024-09-20T17:48:39.881Z - commits: - subject: Remove Bluebird as a direct dependency hash: d39dc5a39ad0ec25e0a690b881c8212699f64162 diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0dc39629..4635a360b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 19.0.12 - 2024-09-20 + +* skip [myarmolinsky] +* Add `image-manager` tests [myarmolinsky] +* Remove `balena-image-manager` dependency [myarmolinsky] +* Embed `balena-image-manager` instead of having it as a dependency [myarmolinsky] + ## 19.0.11 - 2024-09-18 * Remove Bluebird as a direct dependency [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 55087c86f7..60b0190d6f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.11", + "version": "19.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.11", + "version": "19.0.12", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 27e3bc55f5..cfccdd85c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.11", + "version": "19.0.12", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -281,6 +281,6 @@ } }, "versionist": { - "publishedAt": "2024-09-18T16:38:56.766Z" + "publishedAt": "2024-09-20T17:48:40.746Z" } }