mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.12
This commit is contained in:
parent
ffac8cb9e5
commit
579d68a8f0
@ -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:
|
||||
- subject: >-
|
||||
Add message regarding deprecation of --buildArg option in build/deploy
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Add message regarding deprecation of --buildArg option in build/deploy commands [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.11",
|
||||
"version": "12.44.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.11",
|
||||
"version": "12.44.12",
|
||||
"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