mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 23:30:48 +00:00
v11.11.6
This commit is contained in:
parent
44d7afe50b
commit
02cb6d8d75
@ -1,3 +1,20 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
Fixes documentation - ping doesn't need apiKey and minor documentation
|
||||||
|
formatting changes.
|
||||||
|
hash: 82dda7d852773a58ddbdc4a614ef3a3b7ff15462
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-Type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Nitish Agarwal <1592163+nitishagar@users.noreply.github.com>
|
||||||
|
signed-off-by: Nitish Agarwal <1592163+nitishagar@users.noreply.github.com>
|
||||||
|
Co-authored-by: xginn8 <xginn8@users.noreply.github.com>
|
||||||
|
co-authored-by: xginn8 <xginn8@users.noreply.github.com>
|
||||||
|
author: Nitish Agarwal
|
||||||
|
nested: []
|
||||||
|
version: 11.11.6
|
||||||
|
date: 2020-07-31T18:10:27.470Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'Fixes #1299 v1 start/stop endpoint issue with service access.'
|
- subject: 'Fixes #1299 v1 start/stop endpoint issue with service access.'
|
||||||
hash: 11cac2dd696dc267758351be131c3db8eae4470e
|
hash: 11cac2dd696dc267758351be131c3db8eae4470e
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v11.11.6
|
||||||
|
## (2020-07-31)
|
||||||
|
|
||||||
|
* Fixes documentation - ping doesn't need apiKey and minor documentation formatting changes. [Nitish Agarwal]
|
||||||
|
|
||||||
# v11.11.5
|
# v11.11.5
|
||||||
## (2020-07-31)
|
## (2020-07-31)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.11.5",
|
"version": "11.11.6",
|
||||||
"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.11.5",
|
"version": "11.11.6",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user