From 0bc6fc9a4ae59de1c1db6b749973633d8f6f1fab Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 6 Mar 2020 18:13:09 +0200 Subject: [PATCH] v10.10.0 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 35 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3797edda..1ac3ebfa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Allow semver comparison on l4t versions in contracts + hash: 5c50f656c33954de6f4c07f8b6c892b4bf9953cf + body: | + We add an implicit .0 to the end of l4t versions which do not fulfill + semver, which allows us to always match using comparison operators, such + as < and <=. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Allow l4t versions with three numbers as well as two + hash: 7d47661928288160c0a636cb630cb0ccc2292d91 + body: '' + footer: + Closes: '#1210' + closes: '#1210' + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.10.0 + date: 2020-03-06T15:56:42.924Z - commits: - subject: 'config: Support loading SSDT via ConfigFS' hash: e0d2bdfaa98fe8c8d56fe981e530e6c96aef92a6 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fc4a79..77130259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v10.10.0 +## (2020-03-06) + +* Allow semver comparison on l4t versions in contracts [Cameron Diver] +* Allow l4t versions with three numbers as well as two [Cameron Diver] + # v10.9.2 ## (2020-03-05) diff --git a/VERSION b/VERSION index 68674301..4843a6d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.9.2 \ No newline at end of file +10.10.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 18d6a6fd..eeb05d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.9.2", + "version": "10.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c928c97a..fd368718 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.9.2", + "version": "10.10.0", "license": "Apache-2.0", "repository": { "type": "git",