mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v12.9.5
This commit is contained in:
parent
17d09b91ae
commit
19bcc6232b
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.9.4",
|
||||
"version": "12.9.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user