mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-12 21:52:57 +00:00
v11.14.0
This commit is contained in:
parent
ef7bb8f92e
commit
13241bf6e7
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Add device system information to state endpoint patch
|
||||
hash: f305a333ba70e90d098decdf81c220bfcbeec899
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
nested: []
|
||||
version: 11.14.0
|
||||
date: 2020-09-03T13:43:00.299Z
|
||||
- commits:
|
||||
- subject: added support for configuring ODMDATA
|
||||
hash: 662826d3495f551a5451395d0eb6660bfb65b599
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
# v11.14.0
|
||||
## (2020-09-03)
|
||||
|
||||
* Add device system information to state endpoint patch [Cameron Diver]
|
||||
|
||||
# v11.13.0
|
||||
## (2020-08-29)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.13.0",
|
||||
"version": "11.14.0",
|
||||
"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": "11.13.0",
|
||||
"version": "11.14.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user