mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.13
This commit is contained in:
parent
1ac573c659
commit
3ac85dcc5f
@ -1,3 +1,126 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Update dependencies (multibuild, dockerode, docker-toolbelt,
|
||||
docker-progress)
|
||||
hash: 2c922ee6d238dc05b353bc2daa05ee5d0f1e69ee
|
||||
body: |
|
||||
Update resin-multibuild from 4.7.2 to 4.11.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'preload: Improve error handling (stop spinning wheels)'
|
||||
hash: d9821939d9ad346a14f7674a98bdc7607ecc6e31
|
||||
body: |
|
||||
Update balena-preload from 10.4.2 to 10.4.6
|
||||
footer:
|
||||
Connects-to: '#2045'
|
||||
connects-to: '#2045'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested:
|
||||
- commits:
|
||||
- subject: 'Update dependencies (dockerode, docker-progress)'
|
||||
hash: efb8f4699c8988f5b9c1a4a04b53249837c10aeb
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: Don't assume that 'docker' argument uses Bluebird promises
|
||||
hash: 35ae62f855412f80c0fa92ed0217ad41f5afcdc7
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: balena-preload-10.4.6
|
||||
date: 2021-05-06T20:44:51.420Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Enhance comms between CLI process and Python process in
|
||||
container
|
||||
hash: dbd60732b5eab238475bcb34157856f783678edb
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: balena-preload-10.4.5
|
||||
date: 2021-05-05T00:29:11.127Z
|
||||
- commits:
|
||||
- subject: Fix unhandled exception on container.wait()
|
||||
hash: cce395e588f066c6ef968119be0f39a76005ccb9
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: Emit error on container status code '137' too (OOM SIGKILL)
|
||||
hash: c9286e1fb9e4e69c197cbfaadb21d3126cf99563
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: Add flake8 npm script
|
||||
hash: 7f49e975263c6d701d2c57108de46b0cdcaf32e1
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: balena-preload-10.4.4
|
||||
date: 2021-05-05T00:07:20.081Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Don't truncate error logs (add _truncate_exc option to python sh
|
||||
commands)
|
||||
hash: fb4dbe26eccae10a555d6f88244f5e940fa9348b
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: >-
|
||||
Add keyword args to RetryCounter key computation. Remove unused
|
||||
args.
|
||||
hash: 7633628293b0fb463de68653abb82c5b57ab5b6a
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: balena-preload-10.4.3
|
||||
date: 2021-05-04T12:42:11.746Z
|
||||
- subject: 'build: Workaround issue with Docker v20.10 + single-arch base images'
|
||||
hash: 732fc2d5390a401346ac0e30cd489c4aa644852a
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'build: Fix "Total: undefined" image pull progress report'
|
||||
hash: 535a443d7cb5b88d743e9e1a50667f1d8c79e028
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.44.13
|
||||
date: 2021-05-07T10:51:33.708Z
|
||||
- commits:
|
||||
- subject: 'preload: Update to Docker 20.10 with cgroups v2 support'
|
||||
hash: 0f2780744faee1d56aad9b1667c9e0ef29522543
|
||||
|
32
CHANGELOG.md
32
CHANGELOG.md
@ -4,6 +4,38 @@ 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.44.13 - 2021-05-07
|
||||
|
||||
* Update dependencies (multibuild, dockerode, docker-toolbelt, docker-progress) [Paulo Castro]
|
||||
|
||||
<details>
|
||||
<summary> preload: Improve error handling (stop spinning wheels) [Paulo Castro] </summary>
|
||||
|
||||
> ### balena-preload-10.4.6 - 2021-05-06
|
||||
>
|
||||
> * Update dependencies (dockerode, docker-progress) [Paulo Castro]
|
||||
> * Don't assume that 'docker' argument uses Bluebird promises [Paulo Castro]
|
||||
>
|
||||
> ### balena-preload-10.4.5 - 2021-05-05
|
||||
>
|
||||
> * Enhance comms between CLI process and Python process in container [Paulo Castro]
|
||||
>
|
||||
> ### balena-preload-10.4.4 - 2021-05-05
|
||||
>
|
||||
> * Fix unhandled exception on container.wait() [Paulo Castro]
|
||||
> * Emit error on container status code '137' too (OOM SIGKILL) [Paulo Castro]
|
||||
> * Add flake8 npm script [Paulo Castro]
|
||||
>
|
||||
> ### balena-preload-10.4.3 - 2021-05-04
|
||||
>
|
||||
> * Don't truncate error logs (add _truncate_exc option to python sh commands) [Paulo Castro]
|
||||
> * Add keyword args to RetryCounter key computation. Remove unused args. [Paulo Castro]
|
||||
>
|
||||
</details>
|
||||
|
||||
* build: Workaround issue with Docker v20.10 + single-arch base images [Paulo Castro]
|
||||
* build: Fix "Total: undefined" image pull progress report [Paulo Castro]
|
||||
|
||||
## 12.44.12 - 2021-04-27
|
||||
|
||||
* preload: Update to Docker 20.10 with cgroups v2 support [Kyle Harding]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.12",
|
||||
"version": "12.44.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.12",
|
||||
"version": "12.44.13",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user