mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v11.21.5
This commit is contained in:
parent
bda696ad8c
commit
cd6072ac73
@ -1,3 +1,20 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
Change the balena app action to present the slug instead of the
|
||||||
|
git_repository
|
||||||
|
hash: ef4ee54a003242fe0c1ce3f1a7520f1def6b741f
|
||||||
|
body: |+
|
||||||
|
The `git_repository` field was replaced in the v5
|
||||||
|
endpoint with the `slug` field. As a result the CLI atm
|
||||||
|
never shows the `git_repository` in the printed
|
||||||
|
visual.
|
||||||
|
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
version: 11.21.5
|
||||||
|
date: 2020-01-14T23:57:30.415Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fix 'balena join' when the user is not logged in
|
- subject: Fix 'balena join' when the user is not logged in
|
||||||
hash: 95561864a64b0a03cc7a94cfe63a038730141026
|
hash: 95561864a64b0a03cc7a94cfe63a038730141026
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 11.21.5 - 2020-01-14
|
||||||
|
|
||||||
|
* Change the balena app action to present the slug instead of the git_repository [Thodoris Greasidis]
|
||||||
|
|
||||||
## 11.21.4 - 2020-01-14
|
## 11.21.4 - 2020-01-14
|
||||||
|
|
||||||
* Fix 'balena join' when the user is not logged in [Paulo Castro]
|
* Fix 'balena join' when the user is not logged in [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.21.4",
|
"version": "11.21.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.21.4",
|
"version": "11.21.5",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user