This commit is contained in:
Balena CI
2020-09-02 12:07:12 +03:00
committed by VersionBot
parent 0334669e1f
commit f918910067
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: added support for configuring ODMDATA
hash: 662826d3495f551a5451395d0eb6660bfb65b599
body: ''
footer:
Closes: '1206'
closes: '1206'
Change-type: minor
change-type: minor
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 11.13.0
date: 2020-08-29T13:07:31.541Z
- commits: - commits:
- subject: 'bug: Resolve mDNS API URLs' - subject: 'bug: Resolve mDNS API URLs'
hash: f0c2a3cba7a6879a506d9151c7c0d9ea89544dae hash: f0c2a3cba7a6879a506d9151c7c0d9ea89544dae

View File

@ -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! 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.13.0
## (2020-08-29)
* added support for configuring ODMDATA [Miguel Casqueira]
# v11.12.11 # v11.12.11
## (2020-08-27) ## (2020-08-27)

View File

@ -1 +1 @@
11.12.11 11.13.0

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.12.11", "version": "11.13.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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.12.11", "version": "11.13.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",