This commit is contained in:
Balena CI 2021-04-13 01:04:59 +03:00 committed by VersionBot
parent 192589d19e
commit 5a7511b1a2
5 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'patch: Fix the sysInfo.getCpuId() test'
hash: 50a2f3d313d8883c077aea7e57188b1354942edd
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: []
- subject: 'patch: Fix substring end parameter for accurate CPU ID'
hash: d058f43febe397857ddaa7e72a58310e89576e28
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.5.10
date: 2021-04-12T21:52:54.458Z
- commits:
- subject: Fix broken IPAM network validation
hash: fdb37191e7cd53d4731f9c75e2780959368b305c

View File

@ -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)

View File

@ -1 +1 @@
12.5.9
12.5.10

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.5.9",
"version": "12.5.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",