This commit is contained in:
Balena CI 2021-07-22 19:02:51 +03:00 committed by VersionBot
parent 17d09b91ae
commit 19bcc6232b
5 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Log the delta URL that will be downloaded on update
hash: c05c5803f08ddd31eeddb2000cc5f162fb916003
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1755'
closes: '#1755'
author: Felipe Lalanne
nested: []
version: 12.9.5
date: 2021-07-22T15:08:58.505Z
- commits:
- subject: Fix db-helper module for tests
hash: 357d1baf6188d89b8552fd9068dbea9ac50aa008

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.9.5
## (2021-07-22)
* Log the delta URL that will be downloaded on update [Felipe Lalanne]
# v12.9.4
## (2021-07-08)

View File

@ -1 +1 @@
12.9.4
12.9.5

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.9.4",
"version": "12.9.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.9.4",
"version": "12.9.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2021-07-08T18:48:09.186Z"
"publishedAt": "2021-07-22T15:08:58.689Z"
}
}