This commit is contained in:
Balena CI 2020-04-09 13:51:32 +03:00
parent 40a2758439
commit af3f278384
5 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Support matching on device type within contracts
hash: c9c0e650cb0f6655ac5a6c545e6b009c6fe6fa1c
body: ''
footer:
Closes: '#1191'
closes: '#1191'
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
version: 11.1.0
date: 2020-04-09T09:47:30.853Z
- commits:
- subject: Workaround a circular dependency
hash: a59af6abe894000cd9cdc43d6963bdfc572e2f2b

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!
This project adheres to [Semantic Versioning](http://semver.org/).
# v11.1.0
## (2020-04-09)
* Support matching on device type within contracts [Cameron Diver]
# v11.0.9
## (2020-04-08)

View File

@ -1 +1 @@
11.0.9
11.1.0

2
package-lock.json generated
View File

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

View File

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