mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 17:56:57 +00:00
v12.14.9
This commit is contained in:
parent
59c398fbf0
commit
830e1f801d
@ -1,3 +1,51 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependencies
|
||||||
|
hash: d7f49d2442bdf7860ed1ffd60d7c777d2e933429
|
||||||
|
body: |
|
||||||
|
Update balena-sdk from 15.3.0 to 15.3.1
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: >-
|
||||||
|
Bump balena-request to fix breaking user's stored token on token
|
||||||
|
refresh
|
||||||
|
hash: 9befc8d0d60e4240c7c23df850669a9eac70fe50
|
||||||
|
body: |
|
||||||
|
Update balena-request from 11.1.0 to 11.1.1
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
See: >-
|
||||||
|
https://www.flowdock.com/app/rulemotion/resin-frontend/threads/XVvB7BhMFMXAXsQNwACFg5seFyQ
|
||||||
|
see: >-
|
||||||
|
https://www.flowdock.com/app/rulemotion/resin-frontend/threads/XVvB7BhMFMXAXsQNwACFg5seFyQ
|
||||||
|
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Stop refreshing the token on absolute urls
|
||||||
|
hash: a61c8bb2a7c144748048e41b201f1ee2f7d6e7c7
|
||||||
|
body: |
|
||||||
|
Essentially reverting v11.0.1 but rejecting with a
|
||||||
|
better error than before.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
See: 'https://github.com/balena-io/balena-ui/issues/3942'
|
||||||
|
see: 'https://github.com/balena-io/balena-ui/issues/3942'
|
||||||
|
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
version: balena-request-11.1.1
|
||||||
|
date: 2020-08-13T13:01:55.868Z
|
||||||
|
version: balena-sdk-15.3.1
|
||||||
|
date: 2020-08-13T13:40:31.151Z
|
||||||
|
version: 12.14.9
|
||||||
|
date: 2020-08-14T13:13:17.811Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'build / push: Fix sudden process crash (update tar-utils dependency)'
|
- subject: 'build / push: Fix sudden process crash (update tar-utils dependency)'
|
||||||
hash: 1ee12b70bcf777cff3ebcd969685aa6f4cdf5894
|
hash: 1ee12b70bcf777cff3ebcd969685aa6f4cdf5894
|
||||||
|
21
CHANGELOG.md
21
CHANGELOG.md
@ -4,6 +4,27 @@ 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/).
|
||||||
|
|
||||||
|
## 12.14.9 - 2020-08-14
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update dependencies [Pagan Gazzard] </summary>
|
||||||
|
|
||||||
|
> ### balena-sdk-15.3.1 - 2020-08-13
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Bump balena-request to fix breaking user's stored token on token refresh [Thodoris Greasidis] </summary>
|
||||||
|
>
|
||||||
|
>> #### balena-request-11.1.1 - 2020-08-13
|
||||||
|
>>
|
||||||
|
>> * Stop refreshing the token on absolute urls [Thodoris Greasidis]
|
||||||
|
>>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
## 12.14.8 - 2020-08-13
|
## 12.14.8 - 2020-08-13
|
||||||
|
|
||||||
* build / push: Fix sudden process crash (update tar-utils dependency) [Paulo Castro]
|
* build / push: Fix sudden process crash (update tar-utils dependency) [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.8",
|
"version": "12.14.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.8",
|
"version": "12.14.9",
|
||||||
"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…
x
Reference in New Issue
Block a user