mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v16.6.4
This commit is contained in:
parent
d297a10570
commit
f07f6b84d4
@ -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:
|
||||
- subject: Remove redundant dependency on docker-toolbelt
|
||||
hash: 0f4054fa4ddf74a8c7ec869bef74cee43f182df1
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Remove redundant dependency on docker-toolbelt [Akis Kesoglou]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.3",
|
||||
"version": "16.6.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.3",
|
||||
"version": "16.6.4",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.3",
|
||||
"version": "16.6.4",
|
||||
"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-30T17:07:33.152Z"
|
||||
"publishedAt": "2023-07-06T13:58:26.495Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user