mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 03:55:22 +00:00
v11.1.0
This commit is contained in:
parent
40a2758439
commit
af3f278384
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.0.9",
|
||||
"version": "11.1.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.0.9",
|
||||
"version": "11.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user