mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v20.1.0
This commit is contained in:
parent
82b9983450
commit
36077cacda
@ -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
|
||||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user