mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v7.20.0
This commit is contained in:
parent
5a8191cf79
commit
188e85263f
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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/).
|
||||
|
||||
## v7.20.0 - 2018-10-08
|
||||
|
||||
* Fix: Correctly handle array based network definitions for service [Cameron Diver]
|
||||
* Fix: Only join the default network when creating the container [Cameron Diver]
|
||||
* Compose: Support changing the tty option for compose services [Cameron Diver]
|
||||
* Types: Remove temporary Service type in favour of actual compose class [Cameron Diver]
|
||||
* Compose/service: Convert module to typescript and add network config [Cameron Diver]
|
||||
* Compose: Support more network creation options [Cameron Diver]
|
||||
* Refactor: Split Networks class to Network and NetworkManager [Cameron Diver]
|
||||
|
||||
## v7.19.7 - 2018-09-13
|
||||
|
||||
* Logger: Fix reporting the configuration change variables [Cameron Diver]
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "resin-supervisor",
|
||||
"description": "This is resin.io'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 Resin's API informs it to.",
|
||||
"version": "7.19.7",
|
||||
"version": "7.20.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user