This commit is contained in:
flowzone-app[bot] 2024-12-12 14:17:22 +00:00 committed by GitHub
parent 82b9983450
commit 36077cacda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 38 additions and 4 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: "`device os-update`: Add handling for updates that require takeover"
hash: 703dbd01c952474f28cbe3105a5ebaa41b4a0566
body: ""
footer:
Change-type: minor
change-type: minor
author: myarmolinsky
nested: []
- subject: Update `balena-sdk`
hash: c347b67b250b6e2017f4dcadd5cabeda3b0fb50b
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
- subject: Update `@balena/compose`
hash: 4022beeb56d4f9ac04084a8a4797458fb0d32d64
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 20.1.0
title: ""
date: 2024-12-12T14:17:15.690Z
- commits: - commits:
- subject: Update shrinkwrapped express to v4.21.1 - subject: Update shrinkwrapped express to v4.21.1
hash: 38e29251e7600f2b1cffdff6d414073d910259b5 hash: 38e29251e7600f2b1cffdff6d414073d910259b5

View File

@ -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! 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/).
## 20.1.0 - 2024-12-12
* `device os-update`: Add handling for updates that require takeover [myarmolinsky]
* Update `balena-sdk` [myarmolinsky]
* Update `@balena/compose` [myarmolinsky]
## 20.0.9 - 2024-12-05 ## 20.0.9 - 2024-12-05
* Update shrinkwrapped express to v4.21.1 [Oskar Williams] * Update shrinkwrapped express to v4.21.1 [Oskar Williams]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.9", "version": "20.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.9", "version": "20.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.9", "version": "20.1.0",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2024-12-05T12:08:25.127Z" "publishedAt": "2024-12-12T14:17:16.574Z"
} }
} }