This commit is contained in:
Balena CI 2022-09-19 21:21:53 +00:00
parent 4165eef8d4
commit ade6513c66
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 89 additions and 6 deletions

View File

@ -1,3 +1,67 @@
- commits:
- subject: Update balena-register-device to 8.0.0
hash: 1baf972e162cb3f9bf8904f7e734f29e2afe6b6d
body: |
Update balena-register-device from 7.2.0 to 8.0.0
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested:
- commits:
- subject: Remove the travis & appveyor configurations
hash: 32c19504ca79ec134b34e30a4e6a52157a7b0bd6
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: "tsconfig: Enable strict type checking"
hash: 77b5211af6f87c364302342f24f9f95bc6c8ba35
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: Update devDependencies
hash: 32a482be80c978b3c8f83a2335a17c70a224cb52
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: Update the uuid package to v9
hash: 4567f824d6f45c825594fda3ec7c4b8e5f3ea561
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: Prevent creating a package-lock.json
hash: 3c0e432980a30a1fb0678acd8d0459bd53d69565
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: Drop support for node 10 in favor of 14 & 16
hash: ea7c5670950918363380cff9576a082abad6dbb9
body: |
That's required in order to update uuid to v9.
footer:
Change-type: major
change-type: major
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: balena-register-device-8.0.0
title: "'Drop node 10 in favor of 14 & 16 & update the uuid package to v9'"
date: 2022-09-06T12:49:29.202Z
version: 14.1.1
title: ""
date: 2022-09-19T21:21:50.712Z
- commits:
- subject: Update to nodejs 16
hash: 5518eb17bd232d53d3fd73afd0cd565ad2d93ca4

View File

@ -4,6 +4,25 @@ 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/).
# v14.1.1
## (2022-09-19)
<details>
<summary> Update balena-register-device to 8.0.0 [Thodoris Greasidis] </summary>
> ## balena-register-device-8.0.0
> ### (2022-09-06)
>
> * Remove the travis & appveyor configurations [Thodoris Greasidis]
> * tsconfig: Enable strict type checking [Thodoris Greasidis]
> * Update devDependencies [Thodoris Greasidis]
> * Update the uuid package to v9 [Thodoris Greasidis]
> * Prevent creating a package-lock.json [Thodoris Greasidis]
> * Drop support for node 10 in favor of 14 & 16 [Thodoris Greasidis]
>
</details>
# v14.1.0
## (2022-09-19)

View File

@ -1 +1 @@
14.1.0
14.1.1

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.1.0
version: 14.1.1
provides:
- slug: sw.compose.long-volume-syntax

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.1.0",
"version": "14.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.1.0",
"version": "14.1.1",
"license": "Apache-2.0",
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",

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": "14.1.0",
"version": "14.1.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -142,6 +142,6 @@
}
},
"versionist": {
"publishedAt": "2022-09-19T20:36:46.447Z"
"publishedAt": "2022-09-19T21:21:51.961Z"
}
}