v12.10.15

This commit is contained in:
Balena CI 2021-09-30 17:18:40 +03:00 committed by VersionBot
parent cb1d5af2f8
commit d86ae94525
6 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add supervisor docker-compose
hash: 68d60d8aaadf17a06c66bf4f8f1f3261a0e93ccb
body: |
This will allow the supervisor service to be correctly named on the API
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.10.15
date: 2021-09-30T01:10:09.305Z
- commits:
- subject: Only deploy on commits from `balena-ci` and versionbot
hash: f13221bbd86e5ce9e61e9bc0697cd27e0e970b9a

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/).
# v12.10.15
## (2021-09-30)
* Add supervisor docker-compose [Felipe Lalanne]
# v12.10.14
## (2021-09-29)

View File

@ -1 +1 @@
12.10.14
12.10.15

View File

@ -1,5 +1,5 @@
name: balena-supervisor
description: "Balena Supervisor: balena's agent on devices."
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.10.14
version: 12.10.15

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.14",
"version": "12.10.15",
"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": "12.10.14",
"version": "12.10.15",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-09-29T12:45:50.580Z"
"publishedAt": "2021-09-30T01:10:09.550Z"
}
}