Releases: microsoft/mu_feature_uefi_variable
v0.1.0
What's Changed
-
Remove files in prep for file syncing @makubacki (#43)
Change Details
## Description
- Removes the PR template from the old location (repo root). File sync
will track this file in the.github
directory now. - Removes issue templates. Issue forms will be auto synced from mu_devops
now.
- Breaking change?
- Will this change break pre-existing builds or functionality without action being taken?
No
- Will this change break pre-existing builds or functionality without action being taken?
How This Was Tested
Code review.
Integration Instructions
N/A
Signed-off-by: Michael Kubacki [email protected]
- Removes the PR template from the old location (repo root). File sync
-
Remove pull\_request trigger for add-to-project GitHub action @makubacki (#31)
Change Details
## Description
Closes #32
Since GitHub treats workflows triggered from forks (and Dependabot) as
untrusted, they receive a read-only GITHUB_TOKEN and the PRs cannot
access any secrets in the repository.A secret token is required with project write access for the add-to-project
action to automatically assign issues and PRs to a project.More information:
https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/The trigger type could be changed to
pull_request_target
which would
grant permission to the secret token:
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_targetBut that has security implications as described here:
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/In the end, we'll just remove the action for pull requests for now and only have
issues automatically get assigned to the project upon creation.How This Was Tested
Verified actions/add-to-project no longer triggers on pull requests.
Integration Instructions
N/A
Signed-off-by: Michael Kubacki [email protected]
-
Add Project automation workflow @makubacki (#25)
Change Details
## Description
Closes #24
Adds a workflow to use the add-to-project GitHub action.
The project-automation.yml file added in this change does not do any filtering so
all new issues and pull requests will automatically be added to the
"Project Mu UEFI Variables" project.The Project URL is:
https://github.com/orgs/microsoft/projects/479How This Was Tested
Verified GitHub action in PR.
Integration Instructions
N/A
Signed-off-by: Michael Kubacki [email protected]
-
VariablePkg: Compile something to placate CodeQL @makubacki (#26)
Change Details
## Description
Adds a minimal amount of source code to compile so CodeQL can find build output and not produce an error.
The component built in this change can be removed when another actual component is added.
How This Was Tested
Verified CI build locally.
Verified CodeQL GitHub action in PR results.Integration Instructions
N/A
Signed-off-by: Michael Kubacki [email protected]
-
VariablePkg: Add initial package @makubacki (#20)
Change Details
## Description
Closes #5
Adds an empty package that builds successfully.
This provides a foundation for future code changes and allows CI to be put in place around the build.
How This Was Tested
- Verified the following commands return successfully:
stuart_ci_setup -c .pytool/CISettings.py
stuart_update -c .pytool/CISettings.py
stuart_ci_build -c .pytool/CISettings.py
stuart_update -c .pytool/CISettings.py -p VariablePkg
- Verified build with
build
command:build -p VariablePkg -a IA32 -a X64 -t VS2022
Integration Instructions
VariablePkg
can be brought into a consumer repo as a dependency now but that is not very
useful as the package is not populated yet.Signed-off-by: Michael Kubacki [email protected]
- Verified the following commands return successfully:
🚀 Features & ✨ Enhancements
-
Enable Stale and Label Sync Workflows [Rebase \& FF] @makubacki (#42)
Change Details
- Adds a workflow to identify stale PRs and issues - Adds a workflow to sync GitHub labels
See commit messages for details.
Signed-off-by: Michael Kubacki [email protected]
-
Add initial design document @makubacki (#3)
Change Details
## Description
Closes #22
This document proposes an initial set of design guidance in
preparation for a starting implementation.How This Was Tested
Error free in markdownlint.
Integration Instructions
N/A
📖 Documentation Updates
-
Add initial design document @makubacki (#3)
Change Details
## Description
Closes #22
This document proposes an initial set of design guidance in
preparation for a starting implementation.How This Was Tested
Error free in markdownlint.
Integration Instructions
N/A
-
ReadMe.rst: Add initial file @makubacki (#2)
Change Details
## Description
Adds the initial readme file for the repo.
It currently provides some background on the project, the
TianoCore UEFI variable driver, and some brief contribution
and code of conduct information.How This Was Tested
Verified restructured text output in GitHub preview
Integration Instructions
N/A - Read the file to gain a better understanding of the repo
Signed-off-by: Michael Kubacki [email protected]
Full Changelog: ...v0.1.0