mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
v9.14.3
This commit is contained in:
parent
d0191309b7
commit
105d3889af
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Don't attempt to report any state during local mode
|
||||
hash: 892cf1961e5f86589f875e86294990dc8c6ed3bb
|
||||
body: |
|
||||
Even though this would never have attempted to report the state to the
|
||||
api during local mode, it leaves behind artifacts which would cause the
|
||||
state to be sometimes reported when exiting local mode. This would cause
|
||||
the api to reject the update unecessarily.
|
||||
footer:
|
||||
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.3
|
||||
date: 2019-04-10T14:43:23.197Z
|
||||
- commits:
|
||||
- subject: 'types: Upgrade dockerode types, and remove fixes which are superceded'
|
||||
hash: 80031b76e4e27fb39b4c5cdaf9d131a503a3d124
|
||||
|
@ -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.14.3 - 2019-04-10
|
||||
|
||||
* Don't attempt to report any state during local mode [Cameron Diver]
|
||||
|
||||
## 9.14.2 - 2019-04-08
|
||||
|
||||
* Types: Upgrade dockerode types, and remove fixes which are superceded [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.14.2",
|
||||
"version": "9.14.3",
|
||||
"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.14.2",
|
||||
"version": "9.14.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user