This commit is contained in:
Balena CI 2021-08-26 18:38:44 +03:00 committed by VersionBot
parent 83f213c007
commit 4c54d6c171
4 changed files with 47 additions and 3 deletions

View File

@ -1,3 +1,41 @@
- commits:
- subject: Add contract contents at release creation time
hash: d0cdc900a2f89a30631cc835d7691ea7ebdb2be3
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Fix env variable to avoid test failures
hash: 972c2470c54c51bd6b4e22ea5bf9b3ff257963c3
body: ''
footer:
Signed-off-by: Paul Jonathan <pj@balena.io>
signed-off-by: Paul Jonathan <pj@balena.io>
Change-type: patch
change-type: patch
author: toochevere
nested: []
- subject: >-
Add balena.yml handling and `--draft` to `balena deploy` release
creation
hash: 7d568a928b4297671e3776b72f64a6e2845d5f72
body: >
This change allows use of a contract and release semver when doing a
push,
and is part of the larger feature to use the builder as part of a CI/CD
pipeline.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paul Jonathan <pj@balena.io>
signed-off-by: Paul Jonathan <pj@balena.io>
author: toochevere
nested: []
version: 12.48.0
date: 2021-08-26T15:16:03.095Z
- commits:
- subject: Add deprecation policy checker and --unsupported global flag
hash: c2d3eee7cca9570a3307acfc903cf600406667ea

View File

@ -4,6 +4,12 @@ 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.48.0 - 2021-08-26
* Add contract contents at release creation time [Paulo Castro]
* Fix env variable to avoid test failures [toochevere]
* Add balena.yml handling and `--draft` to `balena deploy` release creation [toochevere]
## 12.47.0 - 2021-08-19
* Add deprecation policy checker and --unsupported global flag [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.47.0",
"version": "12.48.0",
"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-08-19T22:27:03.396Z"
"publishedAt": "2021-08-26T15:16:03.344Z"
}
}