mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-25 05:19:59 +00:00
v12.5.12
This commit is contained in:
parent
52279a9e84
commit
5b7bc8a870
@ -1,3 +1,20 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Bump ssri from 6.0.1 to 6.0.2
|
||||||
|
hash: ae8dc8ff227237444ae532cf7e817bfc463fbac5
|
||||||
|
body: |
|
||||||
|
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
|
||||||
|
- [Release notes](https://github.com/npm/ssri/releases)
|
||||||
|
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
|
||||||
|
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.5.12
|
||||||
|
date: 2021-04-20T22:52:22.531Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Refactor extra_uEnv to not match with intel nuc
|
- subject: Refactor extra_uEnv to not match with intel nuc
|
||||||
hash: e6eda0fca7b280aa5453972a26c36ab6895c227a
|
hash: e6eda0fca7b280aa5453972a26c36ab6895c227a
|
||||||
|
@ -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.5.12
|
||||||
|
## (2021-04-20)
|
||||||
|
|
||||||
|
* Bump ssri from 6.0.1 to 6.0.2 [dependabot[bot]]
|
||||||
|
|
||||||
# v12.5.11
|
# v12.5.11
|
||||||
## (2021-04-14)
|
## (2021-04-14)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.5.11",
|
"version": "12.5.12",
|
||||||
"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.5.11",
|
"version": "12.5.12",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user