This commit is contained in:
Balena CI 2022-05-23 18:01:00 +03:00 committed by VersionBot
parent ed657d9f38
commit b361b8eebe
6 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Fix serial number support for variscite boards
hash: 29867ccf177b27f9dd27ca25c32168b4649c6d00
body: |
Closes: #1950
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 13.1.9
title: "'Fix serial number support for variscite boards'"
date: 2022-05-23T14:44:28.150Z
- commits:
- subject: Add compose support for volumes defined with long syntax
hash: 0a9c7282e8921f874315259919ba247236be5d52

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.9
## (2022-05-23)
* Fix serial number support for variscite boards [Felipe Lalanne]
# v13.1.8
## (2022-05-17)

View File

@ -1 +1 @@
13.1.8
13.1.9

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.8
version: 13.1.9
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.8",
"version": "13.1.9",
"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.8",
"version": "13.1.9",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-05-17T18:16:31.037Z"
"publishedAt": "2022-05-23T14:44:28.668Z"
}
}