This commit is contained in:
balenaCI 2022-12-02 12:41:21 +00:00
parent ccca009972
commit 27f64650f9
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -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

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.10.4",
"version": "1.10.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}