mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-04 18:12:56 +00:00
v12.10.9
This commit is contained in:
parent
154b1ce118
commit
eeefc3abdd
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update URL to balena-proxy-config source code
|
||||||
|
hash: 2bcc3aeb56cce11b21d411ee55492109ebaf259f
|
||||||
|
body: |
|
||||||
|
Use a GitHub permalink that includes the commit in
|
||||||
|
case the file changes and the reference becomes out-of-date.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
version: 12.10.9
|
||||||
|
date: 2021-09-02T12:25:21.696Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Bump path-parse from 1.0.6 to 1.0.7
|
- subject: Bump path-parse from 1.0.6 to 1.0.7
|
||||||
hash: 2e38356bf4f5157483017ea2e6670514cbca49c1
|
hash: 2e38356bf4f5157483017ea2e6670514cbca49c1
|
||||||
|
@ -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.9
|
||||||
|
## (2021-09-02)
|
||||||
|
|
||||||
|
* Update URL to balena-proxy-config source code [Kyle Harding]
|
||||||
|
|
||||||
# v12.10.8
|
# v12.10.8
|
||||||
## (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.8",
|
"version": "12.10.9",
|
||||||
"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.8",
|
"version": "12.10.9",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-09-01T20:50:51.796Z"
|
"publishedAt": "2021-09-02T12:25:21.880Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user