mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.28
This commit is contained in:
parent
ec263d3028
commit
ca7e42b2c7
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: Use dmidecode to read cpuid in non ARM devices
|
||||
hash: d06b8e053ea0a66ba9fba4552499c7393ceee5fc
|
||||
body: |
|
||||
Cpu id is set to null so far for non ARM devices (e.g. Intel NUC). This
|
||||
parses the output of dmidecode to get the cpu id and system model.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
- subject: Use dmidecode to read cpuid in non ARM devices
|
||||
hash: c7fc7aacf838e8867890d16e77cfaa44bb62f700
|
||||
body: |
|
||||
Cpu id is set to null so far for non ARM devices (e.g. Intel NUC). This
|
||||
parses the output of dmidecode to get the cpu id and system model.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.11.28
|
||||
date: 2022-01-19T13:35:11.021Z
|
||||
- commits:
|
||||
- subject: 'docs: Clarify that update locks prevent restarts from env var changes'
|
||||
hash: 111db221772138048e16ba2b1a4f5d14a8a53aa0
|
||||
|
@ -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.28
|
||||
## (2022-01-19)
|
||||
|
||||
* Use dmidecode to read cpuid in non ARM devices [Felipe Lalanne]
|
||||
* Use dmidecode to read cpuid in non ARM devices [Felipe Lalanne]
|
||||
|
||||
# v12.11.27
|
||||
## (2022-01-18)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.27
|
||||
version: 12.11.28
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.27",
|
||||
"version": "12.11.28",
|
||||
"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.27",
|
||||
"version": "12.11.28",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-01-18T12:22:23.911Z"
|
||||
"publishedAt": "2022-01-19T13:35:11.256Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user