This commit is contained in:
Balena CI 2020-01-15 13:37:57 +02:00
parent bda696ad8c
commit cd6072ac73
4 changed files with 23 additions and 2 deletions

View File

@ -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

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! 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
View File

@ -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": {

View File

@ -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",