v2.5.3
github-actions
released this
25 May 21:43
·
193 commits
to refs/heads/main
since this release
What's Changed
-
.sync/Version.njk: Update latest Mu release branch to 202302 @makubacki (#179)
Change Details
Updates the `latest_mu_release_branch` value substituted into sync templates from `release/202208` to `release/202302`.
-
Add a dependabot label and exclude it from release notes @makubacki (#177)
Change Details
The `release-drafter` GitHub action has an `exclude-contributors` configuration option that excludes usernames from the final contributors. This does not appear to work for dependabot.
The
exclude-labels
configuration option does work. This change
adds a new labeltype:dependabot
to dependabot PRs (via the
dependabot config file) and uses theexclude-labels
option in
therelease-drafter
config file to exclude those PRs from release
notes.Submodules are currently updated by either
dependabot
or the
submodule-release-updater
GitHub action local to mu_devops. Since
submodules are recursive to repo consumers and to keep those
consistently in the release notes, thetype:dependabot
label is
not added to dependabot submodule updates keeping those updates in
the release notes.
-
Initial check-in for MU Linux container and pipelines @cfernald (#175)
Change Details
Creates a Ubuntu-22 based image for building Project MU. These changes are largely based on the infrastructure from [tianocore/containers](https://github.com/tianocore/containers).
Sizes:
Build - 2.74 Gb
Test - 3.63 Gb
Dev - 3.63 Gb
-
.sync/dependabot: Ignore additional submodules with versioned releases @makubacki (#176)
Change Details
The following repos recently moved to semantic versioning so they can be updated by their versioned releases now instead of dependabot checking for the latest commit hash.
📖 Documentation Updates
-
Readme.rst: Reorganize and refresh content @makubacki (#180)
Change Details
1. Add a Table of Contents 2. Update Conventions section 3. Add a Containers section 4. Add missing workflow sections 5. Sort workflow sections so they're easier to find in the Table of Contents 6. Other minor miscellaneous updates
Full Changelog: v2.5.2...v2.5.3