mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 07:10:48 +00:00
v11.12.1
This commit is contained in:
parent
87e84efb48
commit
ccdb2ef10a
@ -1,3 +1,32 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update resumable-request
|
||||||
|
hash: abf5cac4a3d784a6ad1f545f14b15b5149f13afa
|
||||||
|
body: |
|
||||||
|
Update resumable-request from 2.0.0 to 2.0.1
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Add .versionbot/CHANGELOG.yml for nested changelogs
|
||||||
|
hash: e11bf1fd3f505a83eb1c0bd872d3a90ee1ba4137
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
- subject: Optimize lodash dependency
|
||||||
|
hash: 40146b216300b0b16f7004e8266d16696928ea14
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: resumable-request-2.0.1
|
||||||
|
date: 2020-08-05T09:48:49.433Z
|
||||||
|
version: 11.12.1
|
||||||
|
date: 2020-08-05T11:28:50.822Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update contrato to 0.5
|
- subject: Update contrato to 0.5
|
||||||
hash: 17c370863cca6bf5ddfaceffdbae96b92db24bbc
|
hash: 17c370863cca6bf5ddfaceffdbae96b92db24bbc
|
||||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,6 +4,21 @@ 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/).
|
||||||
|
|
||||||
|
# v11.12.1
|
||||||
|
## (2020-08-05)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update resumable-request [Pagan Gazzard] </summary>
|
||||||
|
|
||||||
|
> ## resumable-request-2.0.1
|
||||||
|
> ### (2020-08-05)
|
||||||
|
>
|
||||||
|
> * Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard]
|
||||||
|
> * Optimize lodash dependency [Pagan Gazzard]
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
# v11.12.0
|
# v11.12.0
|
||||||
## (2020-08-05)
|
## (2020-08-05)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.12.0",
|
"version": "11.12.1",
|
||||||
"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": "11.12.0",
|
"version": "11.12.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user