From a29784a58c47f8d30373cbc95eb26950016b2819 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 29 Nov 2019 14:59:08 +0200 Subject: [PATCH] v10.6.17 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dda4aef1..3b04cf8f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e124c2f..0da8d290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 7aab00f4..cdec2cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.16", + "version": "10.6.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a48a66c..f47c1eaf 100644 --- a/package.json +++ b/package.json @@ -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",