This commit is contained in:
Balena CI 2021-11-10 17:36:27 +02:00 committed by VersionBot
parent f7d597e5f2
commit 78b0df7e19
6 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Fix livepush to work with Dockerfile.template
hash: 31dac598a8c86be3e2f244c90bb15051cf919384
body: ''
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.11.5
date: 2021-11-10T15:25:46.622Z
- commits:
- subject: Remove .resinci.yml file
hash: 22324885ea4f4eb51015654a01aa8fc9526b0096

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.5
## (2021-11-10)
* Fix livepush to work with Dockerfile.template [Felipe Lalanne]
# v12.11.4
## (2021-11-09)

View File

@ -1 +1 @@
12.11.4
12.11.5

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.4
version: 12.11.5

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.11.4",
"version": "12.11.5",
"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.4",
"version": "12.11.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-11-09T06:15:35.165Z"
"publishedAt": "2021-11-10T15:25:46.878Z"
}
}