mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v13.1.10
This commit is contained in:
parent
c8bef47010
commit
564ff186e7
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "13.1.9",
|
||||
"version": "13.1.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user