This commit is contained in:
flowzone-app[bot] 2024-04-30 13:57:49 +00:00 committed by GitHub
parent 88a705c935
commit 71518678e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Upgrade dockerode and docker-modem dependencies
hash: aa9a148c462d5a03d534b7fd8edc8687af82fb6c
body: |
Includes test fixes due to an interface change in docker-modem.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
nested: []
version: 18.2.2
title: ""
date: 2024-04-30T13:57:45.085Z
- commits: - commits:
- subject: Use Actuated runners for Linux test and publish - subject: Use Actuated runners for Linux test and publish
hash: 954de13b100bb78680d7797d7c34487eaa5fa2a7 hash: 954de13b100bb78680d7797d7c34487eaa5fa2a7

View File

@ -4,6 +4,10 @@ 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/).
## 18.2.2 - 2024-04-30
* Upgrade dockerode and docker-modem dependencies [Ken Bannister]
## 18.2.1 - 2024-04-23 ## 18.2.1 - 2024-04-23
* Use Actuated runners for Linux test and publish [Kyle Harding] * Use Actuated runners for Linux test and publish [Kyle Harding]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "18.2.1", "version": "18.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "18.2.1", "version": "18.2.2",
"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": "18.2.1", "version": "18.2.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",
@ -287,6 +287,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2024-04-23T12:08:52.402Z" "publishedAt": "2024-04-30T13:57:45.962Z"
} }
} }