diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 07a7c03f..7ec4af7c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'deploy: Ensure the release fails if an image''s digest (hash) is missing' + hash: 23b07f8a41c82c0b23a38bac55cbd3874300dd58 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.51.3 + date: 2021-11-16T11:58:31.895Z - commits: - subject: Update balena CI configuration (remove Node v10 from npm pipeline list) hash: ae5ea0f4e85008624ff46fe10998fadbd8a48b15 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4890e15d..076a21c2 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.51.3 - 2021-11-16 + +* deploy: Ensure the release fails if an image's digest (hash) is missing [Paulo Castro] + ## 12.51.2 - 2021-11-16 * Update balena CI configuration (remove Node v10 from npm pipeline list) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8badf9d4..008b78fe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.51.2", + "version": "12.51.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 187e8093..50073ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.51.2", + "version": "12.51.3", "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-16T00:07:56.322Z" + "publishedAt": "2021-11-16T11:58:32.258Z" } }