mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v12.4.0
This commit is contained in:
parent
f677156fe0
commit
95f9443c2a
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: 'os download: Allow not logged in users to download images'
|
||||
hash: edeea18b15295397b49ae14d3a3f9a29032aca16
|
||||
body: |
|
||||
This allows unauthenticated users to download
|
||||
unconfigured images. Balena-pine v11 that started
|
||||
being user by balena-sdk v13 now support
|
||||
unauthenticated requests.
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
See: 'https://github.com/balena-io/balena-cli/pull/1742'
|
||||
see: 'https://github.com/balena-io/balena-cli/pull/1742'
|
||||
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
|
||||
author: Thodoris Greasidis
|
||||
version: 12.4.0
|
||||
date: 2020-07-03T21:33:27.919Z
|
||||
- commits:
|
||||
- subject: Publish '.fast-boot.json' to the npm registry to avoid stale caching
|
||||
hash: 224f721a7242da926061db8a93f858428b4a17d5
|
||||
|
@ -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.4.0 - 2020-07-03
|
||||
|
||||
* os download: Allow not logged in users to download images [Thodoris Greasidis]
|
||||
|
||||
## 12.3.15 - 2020-07-03
|
||||
|
||||
* Publish '.fast-boot.json' to the npm registry to avoid stale caching [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.15",
|
||||
"version": "12.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.15",
|
||||
"version": "12.4.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user