mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
v1.6.0
This commit is contained in:
parent
e9f6c5ead9
commit
b165fb78da
@ -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:
|
- commits:
|
||||||
- subject: Restore image file selection LED-drive pathing
|
- subject: Restore image file selection LED-drive pathing
|
||||||
hash: f46963b6b3176395acc07863c9936a7c7f31d31a
|
hash: f46963b6b3176395acc07863c9936a7c7f31d31a
|
||||||
|
@ -3,6 +3,14 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v1.5.122
|
||||||
## (2021-09-02)
|
## (2021-09-02)
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.5.122",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.5.122",
|
"version": "1.6.0",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -125,6 +125,6 @@
|
|||||||
"webpack-dev-server": "^3.11.2"
|
"webpack-dev-server": "^3.11.2"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-09-02T12:20:23.119Z"
|
"publishedAt": "2021-09-20T10:42:04.882Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user