This commit is contained in:
balenaCI 2023-06-30 17:07:34 +00:00
parent d1275760fa
commit 338477463a
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Remove redundant dependency on docker-toolbelt
hash: 0f4054fa4ddf74a8c7ec869bef74cee43f182df1
body: ""
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
- subject: Pin dockerode to v3.3.3
hash: 7545fc5d6e3d2c224a6c2024678b872538e3795c
body: >
v3.3.4 introduces a regression that is fixed by
https://github.com/apocas/dockerode/pull/695 but Dockerode has not
published a version that includes the fix yet. Pin the dependency to
ensure we dont ever update to a broken version.
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
version: 16.6.3
title: ""
date: 2023-06-30T17:07:32.165Z
- commits:
- subject: "macos notarization: Expose team ID instead of keeping it in secrets"
hash: d843e75512ebb9a54f00207b1b17aa65dc3244fc

View File

@ -4,6 +4,11 @@ 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/).
## 16.6.3 - 2023-06-30
* Remove redundant dependency on docker-toolbelt [Akis Kesoglou]
* Pin dockerode to v3.3.3 [Akis Kesoglou]
## 16.6.2 - 2023-06-29
* macos notarization: Expose team ID instead of keeping it in secrets [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.6.2",
"version": "16.6.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.6.2",
"version": "16.6.3",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.6.2",
"version": "16.6.3",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-06-29T12:27:12.826Z"
"publishedAt": "2023-06-30T17:07:33.152Z"
}
}