v12.44.12

This commit is contained in:
Balena CI 2021-04-27 17:58:06 +03:00 committed by VersionBot
parent ffac8cb9e5
commit 579d68a8f0
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: 'preload: Update to Docker 20.10 with cgroups v2 support'
hash: 0f2780744faee1d56aad9b1667c9e0ef29522543
body: |
Update balena-preload from 10.4.1 to 10.4.2.
footer:
Change-type: patch
change-type: patch
Changelog-entry: 'preload: Update to Docker 20.10 with cgroups v2 support'
changelog-entry: 'preload: Update to Docker 20.10 with cgroups v2 support'
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 12.44.12
date: 2021-04-27T14:12:10.509Z
- commits: - commits:
- subject: >- - subject: >-
Add message regarding deprecation of --buildArg option in build/deploy Add message regarding deprecation of --buildArg option in build/deploy

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/).
## 12.44.12 - 2021-04-27
* preload: Update to Docker 20.10 with cgroups v2 support [Kyle Harding]
## 12.44.11 - 2021-04-21 ## 12.44.11 - 2021-04-21
* Add message regarding deprecation of --buildArg option in build/deploy commands [Scott Lowe] * Add message regarding deprecation of --buildArg option in build/deploy commands [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.44.11", "version": "12.44.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.44.11", "version": "12.44.12",
"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",