-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix_update_links
- Loading branch information
Showing
10 changed files
with
196 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,103 @@ | ||
- commits: | ||
- subject: "patch: bump etcher-sdk to 9.1.2" | ||
hash: c726b51dca3383c76f4bf824fd5d594ac3069180 | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
version: 1.19.25 | ||
title: "" | ||
date: 2024-10-10T10:03:29.519Z | ||
- commits: | ||
- subject: "patch: etcher-util is corrupted in RPM package" | ||
hash: e43ee788ec5ec49e105ff804206919bb10a59ea7 | ||
body: | | ||
rpmbuild strips executables by default when generating an rpm packge. | ||
This was causing the JavaScript code bundled in the etcher-util file | ||
to be removed, causing "Pkg: Error reading from file." whenever | ||
etcher-util was called. | ||
|
||
This in turn caused balena-etcher to generate the error message | ||
`Error: (0, h.requestMetadata) is not a function` when attempting | ||
to write an SD card. | ||
|
||
This fixes the issue for RPM builds by replacing the `strip` command | ||
with `true` so that rpmbuild no longer strips the executables and | ||
the embeded code stays intact. | ||
|
||
See: https://github.com/balena-io/etcher/issues/4150 | ||
footer: | ||
Signed-off-by: Richard Glidden <[email protected]> | ||
signed-off-by: Richard Glidden <[email protected]> | ||
author: Richard Glidden | ||
nested: [] | ||
version: 1.19.24 | ||
title: "" | ||
date: 2024-10-09T14:22:56.623Z | ||
- commits: | ||
- subject: "patch: remove gconf2 libgconf-2-4 deps" | ||
hash: 2ed779ef371db367e4e413c9d0d08fcd738edb5b | ||
body: "Closes #4096" | ||
footer: {} | ||
author: Marc-Aurèle Brothier | ||
nested: [] | ||
version: 1.19.23 | ||
title: "" | ||
date: 2024-10-09T13:52:54.936Z | ||
- commits: | ||
- subject: Replace deprecated Flowzone inputs | ||
hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14 | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Kyle Harding | ||
nested: [] | ||
version: 1.19.22 | ||
title: "" | ||
date: 2024-07-18T18:12:56.368Z | ||
- commits: | ||
- subject: "patch: fix missing windows dependency" | ||
hash: 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8 | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
- subject: "patch: fix missing windows dependency" | ||
hash: d28719daf249f2994acdf94b4bb7ea937ffcab9b | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
- subject: "patch: fix missing windows dependency" | ||
hash: 98db4df0dc147e5fec9180c50f4e21acf1fd0a58 | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
version: 1.19.21 | ||
title: "" | ||
date: 2024-05-30T15:00:35.706Z | ||
- commits: | ||
- subject: "patch: fix missing windows dependency" | ||
hash: c4d3f8db8769418925a9909ac700edc5f425a068 | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
version: 1.19.20 | ||
title: "" | ||
date: 2024-05-30T10:17:29.075Z | ||
- commits: | ||
- subject: "patch: add sentry debug flag" | ||
hash: 8223130e8dfce180481550d77f022064255601e4 | ||
body: "" | ||
footer: {} | ||
author: Edwin Joassart | ||
nested: [] | ||
version: 1.19.19 | ||
title: "" | ||
date: 2024-05-28T12:09:51.167Z | ||
- commits: | ||
- subject: "patch: fix Sentry DSN for main process" | ||
hash: 4ffda6e208a6e2f109f652d39e1248bec23a2ddf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,6 @@ run Etcher on a GNU/Linux system. | |
- xrender | ||
- xtst | ||
- xscrnsaver | ||
- gconf-2.0 | ||
- gmodule-2.0 | ||
- nss | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters