From 197a8f9c57aa9d06b8b10c897d6295f59c5689b5 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 9 Mar 2023 11:30:37 +0000 Subject: [PATCH] v1.18.5 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8a1e6e89f0..7185d8f53f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: "patch: add apt-get update in flowzone preinstall" + hash: 0d9ac710880e6b9413b09e4c35a505034d1e9d51 + body: libudev package has changed and cannot be installed if we not update apt + cache + footer: {} + author: Edwin Joassart + nested: [] + version: 1.18.5 + title: "" + date: 2023-03-09T11:30:34.540Z - commits: - subject: "patch: bump etcher-sdk to 8.3.1" hash: bf0360e7f46ac620f95021e0c48a3a04d302e725 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0013628997..5bde023056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.18.5 +## (2023-03-09) + +* patch: add apt-get update in flowzone preinstall [Edwin Joassart] + # v1.18.4 ## (2023-03-02) diff --git a/package-lock.json b/package-lock.json index a4a74f2857..9e664a0f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.18.4", + "version": "1.18.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.18.4", + "version": "1.18.5", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 86cc527a35..084f64bd15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.18.4", + "version": "1.18.5", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -126,6 +126,6 @@ "node": ">=16" }, "versionist": { - "publishedAt": "2023-03-02T17:31:32.681Z" + "publishedAt": "2023-03-09T11:30:35.322Z" } }