This commit is contained in:
Balena CI 2020-07-31 20:55:20 +03:00 committed by VersionBot
parent eff8d91105
commit 31cc14c8f8
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Fixes #1299 v1 start/stop endpoint issue with service access.'
hash: 11cac2dd696dc267758351be131c3db8eae4470e
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>
author: Nitish Agarwal
nested: []
version: 11.11.5
date: 2020-07-31T17:42:23.827Z
- commits: - commits:
- subject: 'bug: Fix undefined containerId object' - subject: 'bug: Fix undefined containerId object'
hash: 59561132cc11074d2acf4ac06b477196b42cf569 hash: 59561132cc11074d2acf4ac06b477196b42cf569

View File

@ -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.5
## (2020-07-31)
* Fixes #1299 v1 start/stop endpoint issue with service access. [Nitish Agarwal]
# v11.11.4 # v11.11.4
## (2020-07-31) ## (2020-07-31)

View File

@ -1 +1 @@
11.11.4 11.11.5

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.11.4", "version": "11.11.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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.4", "version": "11.11.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",