mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
v12.5.10
This commit is contained in:
parent
192589d19e
commit
5a7511b1a2
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.5.9",
|
||||
"version": "12.5.10",
|
||||
"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.5.9",
|
||||
"version": "12.5.10",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user