mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
v10.10.0
This commit is contained in:
parent
efebe11814
commit
0bc6fc9a4a
@ -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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
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 <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 10.10.0
|
||||
date: 2020-03-06T15:56:42.924Z
|
||||
- commits:
|
||||
- subject: 'config: Support loading SSDT via ConfigFS'
|
||||
hash: e0d2bdfaa98fe8c8d56fe981e530e6c96aef92a6
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.9.2",
|
||||
"version": "10.10.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": "10.9.2",
|
||||
"version": "10.10.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user