mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
v9.15.6
This commit is contained in:
parent
3e6de22d27
commit
0a8353da4a
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'Add wrapper around container logs saving, to reduce db load'
|
||||
hash: 827967805246f6bc890df90dadf1c58b313521ad
|
||||
body: |
|
||||
Changes are collected together and exist in memory, for querying and
|
||||
saving. Once every 10 mins, every changed timestamp is flushed to the
|
||||
database.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: '#987'
|
||||
closes: '#987'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 9.15.6
|
||||
date: 2019-05-28T14:57:25.572Z
|
||||
- commits:
|
||||
- subject: 'docs: remove legacy waffle link & gitter chat from README'
|
||||
hash: e0f875f07ba10098bd29e6d748dafc50fa6d02d3
|
||||
|
@ -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/).
|
||||
|
||||
## 9.15.6 - 2019-05-28
|
||||
|
||||
* Add wrapper around container logs saving, to reduce db load [Cameron Diver]
|
||||
|
||||
## 9.15.5 - 2019-05-27
|
||||
|
||||
* Docs: remove legacy waffle link & gitter chat from README [Matthew McGinn]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.15.5",
|
||||
"version": "9.15.6",
|
||||
"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": "9.15.5",
|
||||
"version": "9.15.6",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user