mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 06:26:35 +00:00
v10.1.0
This commit is contained in:
parent
5e73d4d9a3
commit
e7652fec52
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: 'Support network_modes of service:<servicename>'
|
||||
hash: c109a24874650f5f8d5a80fa11c8a62163e4d36b
|
||||
body: |
|
||||
That way that this is performed is by first adding a depends_on entry
|
||||
for the target service if it appears in a network mode. Then when we
|
||||
generate the docker container for this service, we use the containerId
|
||||
of the target container and replace the network_mode with
|
||||
`container:<id>`.
|
||||
|
||||
When comparing state, we check that the containerId still points to the
|
||||
contianerId of the target container, and in this way we ensure that
|
||||
when a network mode target container changes, we change the dependent
|
||||
container too.
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Closes: '#851'
|
||||
closes: '#851'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.1.0
|
||||
date: 2019-07-23T12:55:18.311Z
|
||||
- commits:
|
||||
- subject: 'fix: Always reboot when applying boot config'
|
||||
hash: e91fa6e7b33f4c859a47bd97ec837ff85049164f
|
||||
|
@ -4,6 +4,10 @@ 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/).
|
||||
|
||||
## 10.1.0 - 2019-07-23
|
||||
|
||||
* Support network_modes of service:<servicename> [Cameron Diver]
|
||||
|
||||
## 10.0.5 - 2019-07-22
|
||||
|
||||
* Fix: Always reboot when applying boot config [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.0.5",
|
||||
"version": "10.1.0",
|
||||
"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": "10.0.5",
|
||||
"version": "10.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user