diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 72aa3ab51..a7d8e7b56 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,49 @@ +- commits: + - subject: "os configure: Give precedence to the boot partition located in the + image over the device-type.json contents" + hash: dbe177e76639040c5fac49746fbbcee2e3360d0a + body: | + Update balena-device-init from 8.0.0 to 8.1.0 + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: + - commits: + - subject: Try to find the boot partition by inspecting the image + hash: de53f11c56133bf2757c5361f8dbc6afa9e826fc + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: balena-device-init-8.1.0 + title: "" + date: 2024-12-30T12:41:49.474Z + - commits: + - subject: Drop the unnecessary eslint.config.js + hash: 91d587f34bf985bf65e6c21278e7cd70f9281656 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "packacke.json: Explicitly set type commonjs" + hash: f6a0be1d12f09d7d910e5ae35f48f1268542a74e + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: balena-device-init-8.0.1 + title: "" + date: 2024-12-19T13:41:14.170Z + version: 20.2.0 + title: "" + date: 2024-12-31T18:41:45.907Z - commits: - subject: Add more realistic os configure tests hash: 305d65d5ed07cce767599ac4e5dd131e2a87d10d diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d0e66a5..ecd80e720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.2.0 - 2024-12-31 + + +
+ os configure: Give precedence to the boot partition located in the image over the device-type.json contents [Thodoris Greasidis] + +> ### balena-device-init-8.1.0 - Invalid date +> +> * Try to find the boot partition by inspecting the image [Thodoris Greasidis] +> +> ### balena-device-init-8.0.1 - 2024-12-19 +> +> * Drop the unnecessary eslint.config.js [Thodoris Greasidis] +> * packacke.json: Explicitly set type commonjs [Thodoris Greasidis] +> + +
+ ## 20.1.6 - 2024-12-30 * Add more realistic os configure tests [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 807d4175e..4d1b652d6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.1.6", + "version": "20.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.1.6", + "version": "20.2.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6aa3ddcef..163e751b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.1.6", + "version": "20.2.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-30T17:16:10.325Z" + "publishedAt": "2024-12-31T18:41:47.452Z" } }