mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-02 15:50:49 +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:
|
- commits:
|
||||||
- subject: ⌛Increase minimum backoff delay and use poll interval as max
|
- subject: ⌛Increase minimum backoff delay and use poll interval as max
|
||||||
hash: 53b6e8f1bbd94228a170f581f3d38963143dd436
|
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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 10.6.29 - 2020-01-17
|
||||||
|
|
||||||
* ⌛Increase minimum backoff delay and use poll interval as max [Cameron Diver]
|
* ⌛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",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.29",
|
"version": "10.6.30",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user