mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v13.6.2
This commit is contained in:
parent
edc7195126
commit
8e67902226
@ -1,3 +1,26 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add debug logs when registry secrets are being used
|
||||||
|
hash: edc7195126079bfaa9e7e85094f426ccff321519
|
||||||
|
body: |
|
||||||
|
If you unknowingly have a `secrets.json` file that has incorrect
|
||||||
|
credentials, it can be really hard to debug why you're builds will start
|
||||||
|
failing with the error:
|
||||||
|
```
|
||||||
|
unauthorized: incorrect username or password
|
||||||
|
```
|
||||||
|
|
||||||
|
This change adds extra logging that will make it more obvious what's
|
||||||
|
going on when you use `--debug`.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||||
|
signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
|
||||||
|
author: Lucian Buzzo
|
||||||
|
nested: []
|
||||||
|
version: 13.6.2
|
||||||
|
title: "'Add debug logs when registry secrets are being used'"
|
||||||
|
date: 2022-06-22T12:44:19.046Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-sdk to use the native OS release phase & variant fields
|
- subject: Update balena-sdk to use the native OS release phase & variant fields
|
||||||
hash: 6a8dfcc664708ad3f81ebdb4e6f03db60cd66b09
|
hash: 6a8dfcc664708ad3f81ebdb4e6f03db60cd66b09
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 13.6.2 - 2022-06-22
|
||||||
|
|
||||||
|
* Add debug logs when registry secrets are being used [Lucian Buzzo]
|
||||||
|
|
||||||
## 13.6.1 - 2022-06-09
|
## 13.6.1 - 2022-06-09
|
||||||
|
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.6.1",
|
"version": "13.6.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "13.6.1",
|
"version": "13.6.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -288,6 +288,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-06-09T23:07:44.780Z"
|
"publishedAt": "2022-06-22T12:44:19.825Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user