mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.46.1
This commit is contained in:
parent
21f7463607
commit
2b0341e12a
@ -1,3 +1,57 @@
|
||||
- commits:
|
||||
- subject: 'preload: Restore support for armv7 with custom preload image'
|
||||
hash: 19fd3094d1b94e1b465653a587a7852b26cae739
|
||||
body: |
|
||||
Update balena-preload from 10.4.20 to 10.5.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Remove mutually exclusive args from sfdisk
|
||||
hash: da4864336db4c148de725449353329f01d872178
|
||||
body: |
|
||||
In sfdisk 2.35.2 both --json and --dump are exclusive
|
||||
args and cannot be used together.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
- subject: Explicitly disable tls to avoid startup delays
|
||||
hash: d9be2174e1d7b809f876b89ebbc596c30a277022
|
||||
body: |
|
||||
Currently the daemon will slow startup to print some warnings
|
||||
if we don't include this flag. Future releases will require this
|
||||
flag in order to start insecure mode at all.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
- subject: Use custom dind image based on alpine
|
||||
hash: 264219936aee06e92145f983a3ef75cec549111c
|
||||
body: |
|
||||
This allows us to continue supporting armv7 even though
|
||||
the official dind images stopped at docker v19.
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: balena-preload-10.5.0
|
||||
date: 2021-08-04T19:51:31.860Z
|
||||
version: 12.46.1
|
||||
date: 2021-08-16T13:32:17.931Z
|
||||
- commits:
|
||||
- subject: Add `--draft` option to `balena push`
|
||||
hash: 254ef1c8cfd8c8faeebb4097c8853e83ecfee190
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,20 @@ 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.46.1 - 2021-08-16
|
||||
|
||||
|
||||
<details>
|
||||
<summary> preload: Restore support for armv7 with custom preload image [Kyle Harding] </summary>
|
||||
|
||||
> ### balena-preload-10.5.0 - 2021-08-04
|
||||
>
|
||||
> * Remove mutually exclusive args from sfdisk [Kyle Harding]
|
||||
> * Explicitly disable tls to avoid startup delays [Kyle Harding]
|
||||
> * Use custom dind image based on alpine [Kyle Harding]
|
||||
>
|
||||
</details>
|
||||
|
||||
## 12.46.0 - 2021-08-15
|
||||
|
||||
* Add `--draft` option to `balena push` [Felipe Lalanne]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.46.0",
|
||||
"version": "12.46.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.46.0",
|
||||
"version": "12.46.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-08-15T16:45:38.192Z"
|
||||
"publishedAt": "2021-08-16T13:32:18.341Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user