This commit is contained in:
Balena CI 2021-05-12 10:52:42 +03:00 committed by VersionBot
parent bd2363c0b8
commit 8bfaca7d97
5 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: Simplify/optimize filtering non-significant sys info changes
hash: 74ae31fcfd392df901a12972332ecabce5ec62fd
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Avoid double `omit`s whilst filtering current state
hash: 466ff58871cba029b881eb53c4c9cf2eb842eb16
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.7.3
date: 2021-05-12T07:02:13.515Z
- commits:
- subject: Bump lodash from 4.17.20 to 4.17.21
hash: 90fe8359f10094863cf1940b591cfe46f4de1442

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.7.3
## (2021-05-12)
* Simplify/optimize filtering non-significant sys info changes [Pagan Gazzard]
* Avoid double `omit`s whilst filtering current state [Pagan Gazzard]
# v12.7.2
## (2021-05-10)

View File

@ -1 +1 @@
12.7.2
12.7.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.7.2",
"version": "12.7.3",
"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.7.2",
"version": "12.7.3",
"license": "Apache-2.0",
"repository": {
"type": "git",