mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-04 18:12:56 +00:00
v12.4.4
This commit is contained in:
parent
8183c5b4cb
commit
2f74ca11bf
@ -1,3 +1,22 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Bump elliptic from 6.5.3 to 6.5.4
|
||||||
|
hash: f013f04e4d0ab502f87bde263ce3ef6217a84640
|
||||||
|
body: >
|
||||||
|
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to
|
||||||
|
6.5.4.
|
||||||
|
|
||||||
|
- [Release notes](https://github.com/indutny/elliptic/releases)
|
||||||
|
|
||||||
|
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: 'dependabot[bot] <support@github.com>'
|
||||||
|
signed-off-by: 'dependabot[bot] <support@github.com>'
|
||||||
|
author: 'dependabot[bot]'
|
||||||
|
nested: []
|
||||||
|
version: 12.4.4
|
||||||
|
date: 2021-03-09T18:05:32.658Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Refactor journalctl monitor to only spawn new process on exit
|
- subject: Refactor journalctl monitor to only spawn new process on exit
|
||||||
hash: 898b72c7f706ef9482b76b5acfa0ecd6d3ae6c99
|
hash: 898b72c7f706ef9482b76b5acfa0ecd6d3ae6c99
|
||||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v12.4.4
|
||||||
|
## (2021-03-09)
|
||||||
|
|
||||||
|
* Bump elliptic from 6.5.3 to 6.5.4 [dependabot[bot]]
|
||||||
|
|
||||||
# v12.4.3
|
# v12.4.3
|
||||||
## (2021-02-24)
|
## (2021-02-24)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.4.3",
|
"version": "12.4.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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.4.3",
|
"version": "12.4.4",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user