Skip to content

Commit

Permalink
v20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 31, 2024
1 parent f0ede6f commit a33a794
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 deletions.
46 changes: 46 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


<details>
<summary> os configure: Give precedence to the boot partition located in the image over the device-type.json contents [Thodoris Greasidis] </summary>

> ### 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]
>

</details>

## 20.1.6 - 2024-12-30

* Add more realistic os configure tests [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2024-12-30T17:16:10.325Z"
"publishedAt": "2024-12-31T18:41:47.452Z"
}
}

0 comments on commit a33a794

Please sign in to comment.