mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
v9.14.5
This commit is contained in:
parent
84c03f89ba
commit
42aaf81d0b
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'fix: Correctly handle multiple hosts ports pointing to a container port'
|
||||||
|
hash: 0fa47f635bc9a05fea2d0f9b20a6cdc5a1797855
|
||||||
|
body: |
|
||||||
|
When assigning multiple host ports to a single container port before
|
||||||
|
this change, the supervisor would incorrectly take only the first host
|
||||||
|
port into consideration. This change makes it so that every host port
|
||||||
|
per container port is considered.
|
||||||
|
footer:
|
||||||
|
Closes: '#986'
|
||||||
|
closes: '#986'
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
author: Cameron Diver
|
||||||
|
version: 9.14.5
|
||||||
|
date: 2019-04-25T12:51:16.516Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'compose: Remove unique expose entries after adding all entries'
|
- subject: 'compose: Remove unique expose entries after adding all entries'
|
||||||
hash: 9e3fae585236c464fd25ab591b00d278c7d6463f
|
hash: 9e3fae585236c464fd25ab591b00d278c7d6463f
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
## 9.14.5 - 2019-04-25
|
||||||
|
|
||||||
|
* Fix: Correctly handle multiple hosts ports pointing to a container port [Cameron Diver]
|
||||||
|
|
||||||
## 9.14.4 - 2019-04-11
|
## 9.14.4 - 2019-04-11
|
||||||
|
|
||||||
* Compose: Remove unique expose entries after adding all entries [Cameron Diver]
|
* Compose: Remove unique expose entries after adding all entries [Cameron Diver]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "9.14.4",
|
"version": "9.14.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "9.14.4",
|
"version": "9.14.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user