This commit is contained in:
Balena CI 2021-09-24 20:12:18 +03:00 committed by VersionBot
parent e9f6c5ead9
commit b165fb78da
4 changed files with 56 additions and 3 deletions

View File

@ -1,3 +1,48 @@
- commits:
- subject: Add support for basic auth when downloading images from URL.
hash: b2d0c1c9ddbbfe87d5a905d420d615821610e825
body: >
When selecting "Flash from URL" the user can optionally provide a
username and password for basic authentication. The authentication input
fields are collapsed by default. When the authentication input fields
are collapsed after entering values the values are cleared to ensure
that the user sees all parameter passed to the server.
footer:
Change-Type: minor
change-type: minor
Changelog-Entry: Add support for basic auth when downloading images from URL.
changelog-entry: Add support for basic auth when downloading images from URL.
author: Marco Füllemann
nested: []
- subject: 'patch: Update etcher-sdk from v6.2.1 to v6.2.5'
hash: 14d91400a425617ee87e0d64f55980bd378fbfc2
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: Update Makefile to Apple M1 info
hash: d0114aece7df213e27a84cb0081ba6cedd541bcb
body: |
Expanding host architecture detection.
footer:
Change-type: patch
change-type: patch
author: David Gaspar
nested: []
- subject: Add LED settings for potentially different hardware
hash: dff2df4aab73a26fb90401869bfd58035dc652a9
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
version: 1.6.0
date: 2021-09-20T10:42:04.677Z
- commits:
- subject: Restore image file selection LED-drive pathing
hash: f46963b6b3176395acc07863c9936a7c7f31d31a

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.6.0
## (2021-09-20)
* Add support for basic auth when downloading images from URL. [Marco Füllemann]
* patch: Update etcher-sdk from v6.2.1 to v6.2.5 [Lorenzo Alberto Maria Ambrosi]
* Update Makefile to Apple M1 info [David Gaspar]
* Add LED settings for potentially different hardware [Lorenzo Alberto Maria Ambrosi]
# v1.5.122
## (2021-09-02)

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.5.122",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.5.122",
"version": "1.6.0",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -125,6 +125,6 @@
"webpack-dev-server": "^3.11.2"
},
"versionist": {
"publishedAt": "2021-09-02T12:20:23.119Z"
"publishedAt": "2021-09-20T10:42:04.882Z"
}
}