mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 11:10:10 +00:00
v12.51.3
This commit is contained in:
parent
2a29b386eb
commit
7325c79888
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user