diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ea65ae2a..6fa92758 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Lucian Buzzo + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59da7af8..4efacd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dd0b8ba6..63e6230b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.54.1", + "version": "12.54.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 510c3e96..881e2427 100644 --- a/package.json +++ b/package.json @@ -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" } }