This commit is contained in:
Balena CI 2021-11-15 20:13:52 +02:00 committed by VersionBot
parent a3b4dc98ac
commit 9a820770e8
6 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Go back to `docker` repo type to fix versioning
hash: 47eae7200edd5ce377a5f464e80d6758bf625c8b
body: |
Previous commit now changed ChangeLog format and skipped update of
VERSION file.
This reverts config back to `docker` and fixes changelog
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.9
date: 2021-11-15T15:21:07.713Z
- commits:
- subject: Re-add resinci config to control node checks
hash: eb09ecd3653dc3d7d3f6d24de73c73f5a1437449

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.11.9
## (2021-11-15)
* Go back to `docker` repo type to fix versioning [Felipe Lalanne]
# v12.11.8
## (2021-11-12)

View File

@ -1 +1 @@
12.11.7
12.11.9

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.8
version: 12.11.9

2
package-lock.json generated
View File

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