mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 15:02:23 +00:00
v11.9.7
This commit is contained in:
parent
7fcf26e161
commit
cc4a089388
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: 'docker-utils: Test network gateway determination logic'
|
||||
hash: 6ef3bd2362ebd185053a351490f6561ec10b84d8
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Rich Bayliss <rich@balena.io>
|
||||
signed-off-by: Rich Bayliss <rich@balena.io>
|
||||
author: Rich Bayliss
|
||||
nested: []
|
||||
- subject: Fix docker-util using incorrect reference for function
|
||||
hash: 3b3babfd62868e986788d6c2f4fcede915fb4711
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
signed-off-by: Miguel Casqueira <miguel@balena.io>
|
||||
author: Miguel Casqueira
|
||||
nested: []
|
||||
version: 11.9.7
|
||||
date: 2020-07-22T12:19:06.693Z
|
||||
- commits:
|
||||
- subject: Fix purge and restart invocations by providing instanced apps
|
||||
hash: d14d8f31ccee62fa8cec88209cc3674a1b280e34
|
||||
|
@ -4,6 +4,12 @@ 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.9.7
|
||||
## (2020-07-22)
|
||||
|
||||
* docker-utils: Test network gateway determination logic [Rich Bayliss]
|
||||
* Fix docker-util using incorrect reference for function [Miguel Casqueira]
|
||||
|
||||
# v11.9.6
|
||||
## (2020-07-20)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.9.6",
|
||||
"version": "11.9.7",
|
||||
"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.9.6",
|
||||
"version": "11.9.7",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user