mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-21 11:35:54 +00:00
v18.2.17
This commit is contained in:
parent
d7250ccc4e
commit
78368c8a51
@ -1,3 +1,32 @@
|
||||
- commits:
|
||||
- subject: Update dependency etcher-sdk to v9.1.0
|
||||
hash: 2d47eb53cd0d53cc5c2f11c6f6521bd51fd54c30
|
||||
body: |
|
||||
Update etcher-sdk from 9.0.11 to 9.1.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: "patch: etcher-sdk is not yet compatible with node22"
|
||||
hash: 0bafb3e7ae9dcc5e035790143ed0c3655d6550c3
|
||||
body: ""
|
||||
footer: {}
|
||||
author: JOASSART Edwin
|
||||
nested: []
|
||||
- subject: "minor: allow passing custom assets to start SB protected CM4"
|
||||
hash: 8b9d4f344bdc42a9aa2280058274ce8df944d9f5
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
version: etcher-sdk-9.1.0
|
||||
title: ""
|
||||
date: 2024-06-13T12:12:47.742Z
|
||||
version: 18.2.17
|
||||
title: ""
|
||||
date: 2024-07-02T13:20:38.305Z
|
||||
- commits:
|
||||
- subject: Update dependency etcher-sdk to v9.0.11
|
||||
hash: 6b5657625ab6120f2905f3525e565eeb46c305f4
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,20 @@ 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/).
|
||||
|
||||
## 18.2.17 - 2024-07-02
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update dependency etcher-sdk to v9.1.0 [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ### etcher-sdk-9.1.0 - 2024-06-13
|
||||
>
|
||||
> * patch: etcher-sdk is not yet compatible with node22 [JOASSART Edwin]
|
||||
> * minor: allow passing custom assets to start SB protected CM4 [Edwin Joassart]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
## 18.2.16 - 2024-07-02
|
||||
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.16",
|
||||
"version": "18.2.17",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.16",
|
||||
"version": "18.2.17",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.16",
|
||||
"version": "18.2.17",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-07-02T12:14:20.217Z"
|
||||
"publishedAt": "2024-07-02T13:20:39.805Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user