mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-02 03:56:41 +00:00
Auto-merge for PR #721 via VersionBot
Fix: Restart a service when it's memory limit changes
This commit is contained in:
commit
b8c178d113
@ -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/).
|
||||
|
||||
## v7.16.4 - 2018-08-07
|
||||
|
||||
* Fix: Restart a service when it's memory limit changes #721 [Cameron Diver]
|
||||
|
||||
## v7.16.3 - 2018-08-01
|
||||
|
||||
* Add a backoff mechanism for state reporting errors #715 [Pagan Gazzard]
|
||||
|
@ -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.16.3",
|
||||
"version": "7.16.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -671,6 +671,7 @@ module.exports = class Service
|
||||
'labels'
|
||||
'portMappings'
|
||||
'shmSize'
|
||||
'memLimit'
|
||||
'cpuShares'
|
||||
'cpuQuota'
|
||||
'nanoCpus'
|
||||
|
Loading…
Reference in New Issue
Block a user