v2.5.0
github-actions
released this
27 Apr 23:22
·
199 commits
to refs/heads/main
since this release
What's Changed
-
.sync/Version.njk: Update Linux build container to Fedora 37 3b3eb8f @makubacki (#165)
Change Details
Updates the Fedora 37 build container from f1c7a20 to 3b3eb8f.
Summary of updates:
- Enable GTK on Fedora QEMU
- Install vim and nano
- Set up a user to match the outside user
- Add the user to the sudo/wheel group to allow them to use sudo, and set a password
Signed-off-by: Michael Kubacki [email protected]
🚀 Features & ✨ Enhancements
-
Add Issue Assignment workflow @makubacki (#169)
Change Details
Resolves #166
Adds a new GitHub workflow that runs when an issue is assigned.
While additional behavior can be added in the future, right now the
workflow only removes thestate:needs-owner
label if present.
-
.sync/codeql: Attempt to upload logs in case of success and failures @makubacki (#168)
Change Details
Currently, log artifacts are only uploaded in case of success. This change also uploads logs in case of failures to aid in debugging.
🐛 Bug Fixes
-
Add quotes to git safe.directory in .devcontainer to fix parsing error @cfernald (#167)
Change Details
Currently the git command fails because the * is not parsed correctly in command line without the quote. This resolves this issue.
Full Changelog: v2.4.1...v2.5.0