This commit is contained in:
Balena CI 2021-01-15 01:27:04 +02:00 committed by VersionBot
parent 743de66138
commit 1f74889386
4 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: 'deploy: Add --release-tag flag'
hash: 8d56fe9678d2397698b908b0c5a88d01b5490f45
body: |
Now we can do:
`balena deploy myApp myApp/myImage --release-tag key1 value1`
Refactor and reuse the logic that parses and applies the
release tag options from the push command to the deploy
command.
footer:
Resolves: '#892'
resolves: '#892'
Change-type: minor
change-type: minor
Signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
author: Marios Balamatsias
nested: []
version: 12.38.0
date: 2021-01-14T22:49:09.570Z
- commits:
- subject: 'docs: americanize the spelling of words in sourced markdown'
hash: e71184ed3aaff88fb2d3d2ea5d086ab8971993db

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.38.0 - 2021-01-14
* deploy: Add --release-tag flag [Marios Balamatsias]
## 12.37.2 - 2021-01-13
* docs: americanize the spelling of words in sourced markdown [Matthew McGinn]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.37.2",
"version": "12.38.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",