mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v10.6.30
This commit is contained in:
parent
340dac9069
commit
9290ee05c1
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Update knex types
|
||||
hash: 027701297b5366dd512ff31e7896d0a33065c52e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Update lodash types
|
||||
hash: 1a393dbb1934e5821aa778c9316838adf0e429f5
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Update types and fix issue with treating string as a number
|
||||
hash: 0ef9cc189b66b66815d965591c31c05904bd815c
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 10.6.30
|
||||
date: 2020-01-17T14:55:05.405Z
|
||||
- commits:
|
||||
- subject: ⌛Increase minimum backoff delay and use poll interval as max
|
||||
hash: 53b6e8f1bbd94228a170f581f3d38963143dd436
|
||||
|
@ -4,6 +4,12 @@ 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/).
|
||||
|
||||
## 10.6.30 - 2020-01-17
|
||||
|
||||
* Update knex types [Pagan Gazzard]
|
||||
* Update lodash types [Pagan Gazzard]
|
||||
* Update types and fix issue with treating string as a number [Pagan Gazzard]
|
||||
|
||||
## 10.6.29 - 2020-01-17
|
||||
|
||||
* ⌛Increase minimum backoff delay and use poll interval as max [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.29",
|
||||
"version": "10.6.30",
|
||||
"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": "10.6.29",
|
||||
"version": "10.6.30",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user