This commit is contained in:
balenaCI 2023-07-06 13:58:27 +00:00
parent d297a10570
commit f07f6b84d4
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Bump balena-compose to v2.3.0
hash: 9d0b82122a3df2791a55c83371828635f6e4a0c1
body: |
This allows the the CLI to use docker registry config when querying the
images manifest.
footer:
Relates-to: balena-io-modules/balena-compose#31
relates-to: balena-io-modules/balena-compose#31
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 16.6.4
title: ""
date: 2023-07-06T13:58:25.571Z
- commits: - commits:
- subject: Remove redundant dependency on docker-toolbelt - subject: Remove redundant dependency on docker-toolbelt
hash: 0f4054fa4ddf74a8c7ec869bef74cee43f182df1 hash: 0f4054fa4ddf74a8c7ec869bef74cee43f182df1

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/).
## 16.6.4 - 2023-07-06
* Bump balena-compose to v2.3.0 [Felipe Lalanne]
## 16.6.3 - 2023-06-30 ## 16.6.3 - 2023-06-30
* Remove redundant dependency on docker-toolbelt [Akis Kesoglou] * Remove redundant dependency on docker-toolbelt [Akis Kesoglou]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "16.6.3", "version": "16.6.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "16.6.3", "version": "16.6.4",
"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": "16.6.3", "version": "16.6.4",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-06-30T17:07:33.152Z" "publishedAt": "2023-07-06T13:58:26.495Z"
} }
} }