mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-06 19:20:12 +00:00
v10.6.17
This commit is contained in:
parent
5ee220e954
commit
a29784a58c
@ -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:
|
- commits:
|
||||||
- subject: 'codeowners: Add richbayliss as a code owner'
|
- subject: 'codeowners: Add richbayliss as a code owner'
|
||||||
hash: c816b863f82dc4d73b67a69220ebbbddab3573ea
|
hash: c816b863f82dc4d73b67a69220ebbbddab3573ea
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
## 10.6.17 - 2019-11-29
|
||||||
|
|
||||||
|
* Set a mock l4t version for use with optional containers [Cameron Diver]
|
||||||
|
|
||||||
## 10.6.16 - 2019-11-29
|
## 10.6.16 - 2019-11-29
|
||||||
|
|
||||||
* Codeowners: Add richbayliss as a code owner [Rich Bayliss]
|
* Codeowners: Add richbayliss as a code owner [Rich Bayliss]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.6.16",
|
"version": "10.6.17",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "10.6.16",
|
"version": "10.6.17",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user