mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 11:50:27 +00:00
v12.10.7
This commit is contained in:
parent
60d22a49b5
commit
f332ba646d
@ -1,3 +1,26 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Bump tar from 4.4.13 to 4.4.19
|
||||||
|
hash: b7cb494602fbd050bb9e31b5e8293a080349562c
|
||||||
|
body: |
|
||||||
|
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
|
||||||
|
- [Release notes](https://github.com/npm/node-tar/releases)
|
||||||
|
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: tar
|
||||||
|
dependency-type: indirect
|
||||||
|
...
|
||||||
|
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.10.7
|
||||||
|
date: 2021-09-01T20:40:01.473Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Remove "variable list" heading in configuration doc
|
- subject: Remove "variable list" heading in configuration doc
|
||||||
hash: 5205e8ce07375a7bf9ca18f0a28bd73c275acd96
|
hash: 5205e8ce07375a7bf9ca18f0a28bd73c275acd96
|
||||||
|
@ -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.10.7
|
||||||
|
## (2021-09-01)
|
||||||
|
|
||||||
|
* Bump tar from 4.4.13 to 4.4.19 [dependabot[bot]]
|
||||||
|
|
||||||
# v12.10.6
|
# v12.10.6
|
||||||
## (2021-09-01)
|
## (2021-09-01)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.10.6",
|
"version": "12.10.7",
|
||||||
"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.10.6",
|
"version": "12.10.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-09-01T18:06:51.839Z"
|
"publishedAt": "2021-09-01T20:40:01.666Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user