mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.29
This commit is contained in:
parent
db6f226b7a
commit
fba0317620
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'patch: Update fleet terminology for application update locks'
|
||||
hash: 6357d3541ea726db565be947b3f9e4484707389c
|
||||
body: ''
|
||||
footer: {}
|
||||
author: Vipul Gupta
|
||||
nested: []
|
||||
- subject: 'patch: Update fleet terminology for the Supervisor API'
|
||||
hash: a631e86997624a562914e5a8c6c2c60c05470d13
|
||||
body: ''
|
||||
footer:
|
||||
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
|
||||
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
|
||||
author: Vipul Gupta (@vipulgupta2048)
|
||||
nested: []
|
||||
version: 12.11.29
|
||||
date: 2022-01-20T12:51:52.460Z
|
||||
- commits:
|
||||
- subject: Use dmidecode to read cpuid in non ARM devices
|
||||
hash: d06b8e053ea0a66ba9fba4552499c7393ceee5fc
|
||||
|
@ -4,6 +4,12 @@ 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.29
|
||||
## (2022-01-20)
|
||||
|
||||
* patch: Update fleet terminology for application update locks [Vipul Gupta]
|
||||
* patch: Update fleet terminology for the Supervisor API [Vipul Gupta (@vipulgupta2048)]
|
||||
|
||||
# v12.11.28
|
||||
## (2022-01-19)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.28
|
||||
version: 12.11.29
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.28",
|
||||
"version": "12.11.29",
|
||||
"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.28",
|
||||
"version": "12.11.29",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-19T13:35:11.256Z"
|
||||
"publishedAt": "2022-01-20T12:51:52.693Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user