mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
v12.11.44
This commit is contained in:
parent
37f23d670d
commit
88089e22db
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Use balenalib node base image
|
||||
hash: 5513a9a0458a36a71f288fff7e0f739256a78346
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Thomas Manning <thomasm@balena.io>
|
||||
signed-off-by: Thomas Manning <thomasm@balena.io>
|
||||
author: Thomas Manning
|
||||
nested: []
|
||||
version: 12.11.44
|
||||
date: 2022-03-23T22:24:17.889Z
|
||||
- commits:
|
||||
- subject: Always add status to image download report
|
||||
hash: 21c1c006f7b8dfcf566f3e4a8e853e5e9978edf4
|
||||
|
@ -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.44
|
||||
## (2022-03-23)
|
||||
|
||||
* Use balenalib node base image [Thomas Manning]
|
||||
|
||||
# v12.11.43
|
||||
## (2022-03-21)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.43
|
||||
version: 12.11.44
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.43",
|
||||
"version": "12.11.44",
|
||||
"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.11.43",
|
||||
"version": "12.11.44",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-03-21T17:55:39.615Z"
|
||||
"publishedAt": "2022-03-23T22:24:18.393Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user