From b165fb78dac232e2472130bf6d260b7c03cab3f6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 24 Sep 2021 20:12:18 +0300 Subject: [PATCH] v1.6.0 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 8 +++++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 56 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 73f86d42..bc913e4a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 + signed-off-by: Lorenzo Alberto Maria Ambrosi + 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 + signed-off-by: Lorenzo Alberto Maria Ambrosi + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a513006..b3a247a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 27552074..72562d94 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.122", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b91779c..abb10427 100644 --- a/package.json +++ b/package.json @@ -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" } }