This commit is contained in:
Balena CI 2021-11-26 14:01:22 +02:00 committed by VersionBot
parent 73625611da
commit 85cbdd4947
4 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Set the correct target state when using Compose "image" field
hash: d2a5a9ba8638e712a4b286ce6775158c89615b08
body: >
Fixes #2394
When pushing to a device in local mode, if a service is not external,
and uses
an `image` field, that value should be used for tags and target state,
otherwise
it won't match the image name generated on the device by balenaEngine.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
author: Lucian Buzzo
nested: []
version: 12.54.2
date: 2021-11-26T10:14:56.289Z
- commits:
- subject: Fix mistake in `config generate` examples
hash: b183d884007365d1240fd825e65ed8d95b7ce34e

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.54.2 - 2021-11-26
* Set the correct target state when using Compose "image" field [Lucian Buzzo]
## 12.54.1 - 2021-11-25
* Fix mistake in `config generate` examples [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.54.1",
"version": "12.54.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.54.1",
"version": "12.54.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-11-25T22:35:08.948Z"
"publishedAt": "2021-11-26T10:14:56.665Z"
}
}