From 27f64650f99c24899f981465c3d7dfee50ff2749 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Fri, 2 Dec 2022 12:41:21 +0000 Subject: [PATCH] v1.10.5 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b61184c1..de8d079c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "Patch: run linux build on ubuntu-18.04" + hash: 57a6ceff0e28d06063679a7a8b14671416ba46c5 + body: >- + Running on ubuntu-latest means you need a more recent version of glibc + which breaks on older ubuntu. + + + Thanks to @theofficialgman for suggesting the fix. + footer: {} + author: Edwin Joassart + nested: [] + version: 1.10.5 + title: "" + date: 2022-12-02T12:41:19.841Z - commits: - subject: "patch: remove Homebrew instructions in README" hash: 0d1cfffa5c7c084d9f48d60c1abbf7e2974abb28 diff --git a/CHANGELOG.md b/CHANGELOG.md index a6eeb4cb..99678b73 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.10.5 +## (2022-12-02) + +* Patch: run linux build on ubuntu-18.04 [Edwin Joassart] + # v1.10.4 ## (2022-12-01) diff --git a/package-lock.json b/package-lock.json index 8d798c13..c0bbf14d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a04e4ca..23372524 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.10.4", + "version": "1.10.5", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -124,6 +124,6 @@ "node": ">=14 < 16" }, "versionist": { - "publishedAt": "2022-12-01T23:27:56.541Z" + "publishedAt": "2022-12-02T12:41:20.458Z" } }