mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 20:31:15 +00:00
v12.38.0
This commit is contained in:
parent
743de66138
commit
1f74889386
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.37.2",
|
||||
"version": "12.38.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user