Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Sep 24, 2021
1 parent e9f6c5e commit b165fb7
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
45 changes: 45 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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.",
Expand Down Expand Up @@ -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"
}
}

2 comments on commit b165fb7

@Divyanshu-Modi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it now possible to burn windows iso with etcher?

@thundron
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet, we would be glad if someone looked into how to implement the additional steps cross-platform though!

Please sign in to comment.