diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 54573279..09a4c39e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Trim newlines from sysinfo files + hash: 76553c6b4a70896482735a84d2c5ea1ca5e5b8fa + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 13.1.10 + title: "'Trim newlines from sysinfo files'" + date: 2022-05-23T18:46:36.830Z - commits: - subject: Fix serial number support for variscite boards hash: 29867ccf177b27f9dd27ca25c32168b4649c6d00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7635cf26..5593c9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v13.1.10 +## (2022-05-23) + +* Trim newlines from sysinfo files [Felipe Lalanne] + # v13.1.9 ## (2022-05-23) diff --git a/VERSION b/VERSION index fefe0f3c..8aa9f1d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.9 \ No newline at end of file +13.1.10 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 96340371..d949344b 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 13.1.9 +version: 13.1.10 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 33552d32..a4da4912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "13.1.9", + "version": "13.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ca456f5..e51e7575 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "13.1.9", + "version": "13.1.10", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-05-23T14:44:28.668Z" + "publishedAt": "2022-05-23T18:46:37.538Z" } }