This commit is contained in:
flowzone-app[bot] 2024-07-02 12:14:25 +00:00 committed by GitHub
parent 3472df2c04
commit b5fc97bdf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 68 additions and 4 deletions

View File

@ -1,3 +1,46 @@
- commits:
- subject: Update dependency etcher-sdk to v9.0.11
hash: 6b5657625ab6120f2905f3525e565eeb46c305f4
body: |
Update etcher-sdk from 9.0.8 to 9.0.11
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "patch: use http2 to fix issues with url source"
hash: b9acd58e82a67342b0bb1e30a6ab9d9d472552c3
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: etcher-sdk-9.0.11
title: ""
date: 2024-04-26T12:35:55.307Z
- commits:
- subject: "patch: remove CI workaround"
hash: 6ee242a878514931072553f0c7ecbbe4db9423cc
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: etcher-sdk-9.0.10
title: ""
date: 2024-04-26T11:38:50.672Z
- commits:
- subject: "patch: add option to allow listing virtual drive on Mac"
hash: 987f25f71c9e5ed743ebc256041f375fdea9cf18
body: ""
footer: {}
author: JOASSART Edwin
nested: []
version: etcher-sdk-9.0.9
title: ""
date: 2024-04-24T15:45:47.090Z
version: 18.2.16
title: ""
date: 2024-07-02T12:14:18.559Z
- commits:
- subject: Update dependency event-stream to v3.3.5
hash: b51806705889e23e1e1ac30352242cc950fd0f2e

View File

@ -4,6 +4,27 @@ 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.16 - 2024-07-02
<details>
<summary> Update dependency etcher-sdk to v9.0.11 [Self-hosted Renovate Bot] </summary>
> ### etcher-sdk-9.0.11 - 2024-04-26
>
> * patch: use http2 to fix issues with url source [Edwin Joassart]
>
> ### etcher-sdk-9.0.10 - 2024-04-26
>
> * patch: remove CI workaround [Edwin Joassart]
>
> ### etcher-sdk-9.0.9 - 2024-04-24
>
> * patch: add option to allow listing virtual drive on Mac [JOASSART Edwin]
>
</details>
## 18.2.15 - 2024-07-02
* Update dependency event-stream to v3.3.5 [Self-hosted Renovate Bot]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.15",
"version": "18.2.16",
"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-02T11:11:01.702Z"
"publishedAt": "2024-07-02T12:14:20.217Z"
}
}