mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-06 11:10:27 +00:00
v11.3.7
This commit is contained in:
parent
1a2a96d45f
commit
fff87127ce
@ -1,3 +1,20 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'CI: Use node 12 for tests to match runtime version'
|
||||||
|
hash: 095f67c83011b60a06d75c5f0432937b93049ad5
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
- subject: 'CI: Use docker 18 client to match remote'
|
||||||
|
hash: 8c1838fd5ea0d36787857d7040f8359d9618c061
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 11.3.7
|
||||||
|
date: 2020-05-08T11:43:11.578Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Move SupervisorAPI state change logs to appropriate functions
|
- subject: Move SupervisorAPI state change logs to appropriate functions
|
||||||
hash: 60c07fc2fc2c352091995c2e599752fb12c05148
|
hash: 60c07fc2fc2c352091995c2e599752fb12c05148
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v11.3.7
|
||||||
|
## (2020-05-08)
|
||||||
|
|
||||||
|
* CI: Use node 12 for tests to match runtime version [Pagan Gazzard]
|
||||||
|
* CI: Use docker 18 client to match remote [Pagan Gazzard]
|
||||||
|
|
||||||
# v11.3.6
|
# v11.3.6
|
||||||
## (2020-05-07)
|
## (2020-05-07)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.3.6",
|
"version": "11.3.7",
|
||||||
"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": "11.3.6",
|
"version": "11.3.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user