diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fe7b0268..d4574995 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e62c8a11..4b44aacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index b9dccda5..07c0bfe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.5", + "version": "9.15.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57129379..5864abfc 100644 --- a/package.json +++ b/package.json @@ -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",