mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 06:26:35 +00:00
v11.11.5
This commit is contained in:
parent
eff8d91105
commit
31cc14c8f8
@ -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:
|
||||
- subject: 'bug: Fix undefined containerId object'
|
||||
hash: 59561132cc11074d2acf4ac06b477196b42cf569
|
||||
|
@ -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!
|
||||
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
|
||||
## (2020-07-31)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.11.4",
|
||||
"version": "11.11.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"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.",
|
||||
"version": "11.11.4",
|
||||
"version": "11.11.5",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user