This commit is contained in:
Balena CI 2021-11-15 16:12:10 +02:00 committed by VersionBot
parent 2940ab6e1a
commit 32c2c36035
5 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Re-add resinci config to control node checks
hash: eb09ecd3653dc3d7d3f6d24de73c73f5a1437449
body: ''
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.8
date: 2021-11-12T19:02:59.834Z
- commits:
- subject: Wait for images to be ready before moving between releases
hash: 7aedc97ee185953a3068ce3ef9743989e32a75b2

View File

@ -4,6 +4,10 @@ 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/).
## 12.11.8 - 2021-11-12
* Re-add resinci config to control node checks [Felipe Lalanne]
# v12.11.7
## (2021-11-11)

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 12.11.7
version: 12.11.8

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.5",
"version": "12.11.8",
"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.11.5",
"version": "12.11.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-11-10T15:25:46.878Z"
"publishedAt": "2021-11-12T19:03:00.088Z"
}
}