This commit is contained in:
Balena CI 2022-05-23 21:55:37 +03:00 committed by VersionBot
parent c8bef47010
commit 564ff186e7
6 changed files with 22 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
13.1.9
13.1.10

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.9",
"version": "13.1.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}