mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-27 14:30:07 +00:00
v13.4.2
This commit is contained in:
parent
0b498d09df
commit
ead4dbfab1
@ -1,3 +1,35 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "preload: Fix detection of supervisor version for balenaOS v2.93.0"
|
||||||
|
hash: 2b2c40c22d15d765f19b421976113939ec4fc455
|
||||||
|
body: |
|
||||||
|
Update balena-preload from 12.0.0 to 12.0.1
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Update supervisor image regex to include tagged images
|
||||||
|
hash: b1e291198125783410581442bc8adf4cee41a73d
|
||||||
|
body: >
|
||||||
|
Starting in balenaOS v2.93.0 the supervisor images are tagged
|
||||||
|
|
||||||
|
as balena_supervisor after being pulled from the balena registry.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
version: balena-preload-12.0.1
|
||||||
|
title: "'Update supervisor image regex to include tagged images'"
|
||||||
|
date: 2022-05-10T15:07:37.661Z
|
||||||
|
version: 13.4.2
|
||||||
|
title: "'preload: Fix detection of supervisor version for balenaOS v2.93.0'"
|
||||||
|
date: 2022-05-10T16:16:30.490Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "leave: Update log message to advise that device still needs deleting"
|
- subject: "leave: Update log message to advise that device still needs deleting"
|
||||||
hash: c667ffa8eb60e321308bcf0cf474781cdb70e29c
|
hash: c667ffa8eb60e321308bcf0cf474781cdb70e29c
|
||||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,6 +4,18 @@ 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/).
|
||||||
|
|
||||||
|
## 13.4.2 - 2022-05-10
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> preload: Fix detection of supervisor version for balenaOS v2.93.0 [Kyle Harding] </summary>
|
||||||
|
|
||||||
|
> ### balena-preload-12.0.1 - 2022-05-10
|
||||||
|
>
|
||||||
|
> * Update supervisor image regex to include tagged images [Kyle Harding]
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
## 13.4.1 - 2022-04-11
|
## 13.4.1 - 2022-04-11
|
||||||
|
|
||||||
* leave: Update log message to advise that device still needs deleting [Taro Murao]
|
* leave: Update log message to advise that device still needs deleting [Taro Murao]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.4.1",
|
"version": "13.4.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.4.1",
|
"version": "13.4.2",
|
||||||
"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",
|
||||||
@ -288,6 +288,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-04-11T16:10:47.566Z"
|
"publishedAt": "2022-05-10T16:16:32.044Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user