diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f769d4e3..d235696d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: 'patch: Fix the sysInfo.getCpuId() test' + hash: 50a2f3d313d8883c077aea7e57188b1354942edd + body: '' + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + - subject: 'patch: Fix substring end parameter for accurate CPU ID' + hash: d058f43febe397857ddaa7e72a58310e89576e28 + body: '' + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 12.5.10 + date: 2021-04-12T21:52:54.458Z - commits: - subject: Fix broken IPAM network validation hash: fdb37191e7cd53d4731f9c75e2780959368b305c diff --git a/CHANGELOG.md b/CHANGELOG.md index e22dc7f8..3607618c 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.5.10 +## (2021-04-12) + +* patch: Fix the sysInfo.getCpuId() test [Vipul Gupta (@vipulgupta2048)] +* patch: Fix substring end parameter for accurate CPU ID [Vipul Gupta (@vipulgupta2048)] + # v12.5.9 ## (2021-04-09) diff --git a/VERSION b/VERSION index dff17723..5ed637cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.9 \ No newline at end of file +12.5.10 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index afa51e29..10ca14ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.5.9", + "version": "12.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 886018e2..879ca91d 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.5.9", + "version": "12.5.10", "license": "Apache-2.0", "repository": { "type": "git",