From 3da3ca9f9cc322aab296c022e9bcc1da9dec7cef Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:52:26 +0300 Subject: [PATCH] v14.0.9 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 48c7be17..6e225e00 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Use fatrw binary to read/write from boot partition + hash: c6f5af1fd9434e796bcb3ba42ff00b1568f29895 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 14.0.9 + title: "'Use fatrw for writes to /mnt/boot'" + date: 2022-07-05T21:51:29.670Z - commits: - subject: Specify that Supervisor will not restore previous lock status from user containers diff --git a/CHANGELOG.md b/CHANGELOG.md index 850ae854..98c18ac1 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/). +# v14.0.9 +## (2022-07-05) + +* Use fatrw binary to read/write from boot partition [Felipe Lalanne] + # v14.0.8 ## (2022-06-27) diff --git a/VERSION b/VERSION index 979f1e31..a03a651b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.8 \ No newline at end of file +14.0.9 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 557f2e12..5d21e1c4 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: 14.0.8 +version: 14.0.9 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 9200eb2e..36ddd21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.8", + "version": "14.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50596d67..1ca52566 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": "14.0.8", + "version": "14.0.9", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2022-06-27T15:50:09.190Z" + "publishedAt": "2022-07-05T21:51:30.371Z" } }