diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 55221698..d8fe4935 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f61ec17d..08687f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 97119331..04f4154c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.27 \ No newline at end of file +12.11.28 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 36f69d80..531db554 100644 --- a/balena.yml +++ b/balena.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 8adbc9c4..548c3d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.27", + "version": "12.11.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0c10eb3..bcdb0bad 100644 --- a/package.json +++ b/package.json @@ -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" } }