This commit is contained in:
Balena CI 2019-11-29 14:59:08 +02:00
parent 5ee220e954
commit a29784a58c
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Set a mock l4t version for use with optional containers
hash: 8cece238a9a7d552d5366ffa4170ba8998bb8bbf
body: |
Before this change a mixed device fleet with a subset using l4t would
not be able to have containers which only run on the l4t based boards.
We add a mock l4t version so the contracts will always be denied on
non-l4t boards, but the release itself won't fail to validate.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.17
date: 2019-11-29T11:09:22.902Z
- commits:
- subject: 'codeowners: Add richbayliss as a code owner'
hash: c816b863f82dc4d73b67a69220ebbbddab3573ea

View File

@ -4,6 +4,10 @@ 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/).
## 10.6.17 - 2019-11-29
* Set a mock l4t version for use with optional containers [Cameron Diver]
## 10.6.16 - 2019-11-29
* Codeowners: Add richbayliss as a code owner [Rich Bayliss]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.16",
"version": "10.6.17",
"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": "10.6.16",
"version": "10.6.17",
"license": "Apache-2.0",
"repository": {
"type": "git",