mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
v12.7.3
This commit is contained in:
parent
bd2363c0b8
commit
8bfaca7d97
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.7.2",
|
||||
"version": "12.7.3",
|
||||
"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.7.2",
|
||||
"version": "12.7.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user