Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Releases: microsoft/mu_pip_python_library

Version 0.4.6

25 Jun 02:40
Compare
Choose a tag to compare

Bug Fixes:

  • Fix broken download/publish of vswhere.exe in 0.4.5 due to wheel usage.

Version 0.4.4

26 Mar 16:50
Compare
Choose a tag to compare

0.4.4

Main Changes:

  • Add support for newer windows 10 operating systems in CatGenerator script for capsule generation.
  • Change the color for 'critical' events in the ANSI logging handler to be white (more compatible with PowerShell).

Version 0.4.3

20 Feb 00:07
Compare
Choose a tag to compare

Main Changes:

  • Added GetHostInfo to UtilityFunctions. This function will parse the platform module to provide information about the host.
  • Added colors for progress and section labels.

Version 0.4.1

16 Jan 18:41
Compare
Choose a tag to compare

Main changes:

  • Keep track of errors that occur during the build process and display the list at the very end to make errors easier to locate in the log.
  • Added a filter, which gets evaluated before level, that allows specific modules to either be raised or lowered in level before being output to the log.

Bug fixes:

  • Change FileHandler mode to avoid appending a new log to an existing log.
  • Change MuMarkdownHanlder close routine to avoid writing the table of contents twice.
  • Change NuGet.exe case to match the executable exactly.
  • On Posix systems, throw exception if NuGet.exe is not found on the path instead of failing silently.

Version 0.4.0

17 Dec 20:14
e71b37f
Compare
Choose a tag to compare

Main changes:

  • Add the OverrideParser class and tests.
  • Update DscParser to include the enhanced provenance.

Bug fixes:

  • Clean up the README.rst file.
  • Update CI pipeline to report flake results more conveniently.

Pass Both PR Gates

14 Dec 23:43
Compare
Choose a tag to compare

Previous release only passed Windows gates. A bug fix was required to pass Linux gates.

Inital Release

10 Dec 22:53
Compare
Choose a tag to compare
  • Switch to a release via GitHub and automatic publication process.