This commit is contained in:
Balena CI 2021-11-16 19:10:36 +02:00 committed by VersionBot
parent 2a29b386eb
commit 7325c79888
4 changed files with 18 additions and 3 deletions

View File

@ -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: - commits:
- subject: Update balena CI configuration (remove Node v10 from npm pipeline list) - subject: Update balena CI configuration (remove Node v10 from npm pipeline list)
hash: ae5ea0f4e85008624ff46fe10998fadbd8a48b15 hash: ae5ea0f4e85008624ff46fe10998fadbd8a48b15

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.51.2 - 2021-11-16
* Update balena CI configuration (remove Node v10 from npm pipeline list) [Paulo Castro] * Update balena CI configuration (remove Node v10 from npm pipeline list) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.51.2", "version": "12.51.3",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-11-16T00:07:56.322Z" "publishedAt": "2021-11-16T11:58:32.258Z"
} }
} }