From c938df2445ce1b188b188038845e3917fb9d29df Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 24 May 2021 18:17:54 +0300 Subject: [PATCH] v12.44.17 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2e28006e..e60b3f3e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: 'doc: Document the image nameing scheme used by deploy' + hash: e04242db642fca1639cc0ee08a1ab1bf18219308 + body: > + When using deploy to create a release for a multi-container project one + + needs to follow this to avoid triggering a build. Relevant for CI/CD + scenarios + + with their own build pipeline. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Robert Günzler + signed-off-by: Robert Günzler + author: Robert Günzler + nested: [] + version: 12.44.17 + date: 2021-05-24T14:28:43.435Z - commits: - subject: 'preload: Avoid hardcoded registry2 URLs with openBalena' hash: b17dad8c60555ab9896fb4c911522e4d2141abcb diff --git a/CHANGELOG.md b/CHANGELOG.md index 966173df..9002f151 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.44.17 - 2021-05-24 + +* doc: Document the image nameing scheme used by deploy [Robert Günzler] + ## 12.44.16 - 2021-05-18 * preload: Avoid hardcoded registry2 URLs with openBalena [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 78af4619..82a26360 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.16", + "version": "12.44.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f82acdb1..3e96b5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.16", + "version": "12.44.17", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",