Skip to content

Releases: microsoft/mu_feature_uefi_variable

v0.1.0

22 Jun 15:35
0794204
Compare
Choose a tag to compare

What's Changed

  • Remove files in prep for file syncing @makubacki (#43)
    Change Details
      ## Description
    1. Removes the PR template from the old location (repo root). File sync
      will track this file in the .github directory now.
    2. 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

    How This Was Tested

    Code review.

    Integration Instructions

    N/A

    Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com




  • 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/479

    How This Was Tested

    Verified GitHub action in PR.

    Integration Instructions

    N/A

    Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com




  • 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 michael.kubacki@microsoft.com




  • 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

    1. Verified the following commands return successfully:
      1. stuart_ci_setup -c .pytool/CISettings.py
      2. stuart_update -c .pytool/CISettings.py
      3. stuart_ci_build -c .pytool/CISettings.py
      4. stuart_update -c .pytool/CISettings.py -p VariablePkg
    2. 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 michael.kubacki@microsoft.com




🚀 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 michael.kubacki@microsoft.com




  • 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 michael.kubacki@microsoft.com




Full Changelog: ...v0.1.0