Skip to content

v9.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 19:56
· 5 commits to refs/heads/main since this release
cae65aa

What's Changed

  • Steps/BuildPlatform.yml \& Steps/PrGate.yml: Add parameter to install pip modules @pharlikar (#342)
    Change Details
      SetupPythonPreReqs.yml already has a parameter with default set to true, but the user cannot change it. So, extending the install_pip_modules paramter, so that the user can override it

  • .sync/workflows/codeql: Bump release-downloader from v1.9 to v1.10 @makubacki (#339)
    Change Details
      Matches latest version synced to repos with dependabot.

🚀 Features & ✨ Enhancements

  • Prevent line ending conversion in repos @makubacki (#333)
    Change Details
      Unsets the text attribute on all files to prevent their line endings from being normalized.

    See https://git-scm.com/docs/gitattributes for background.

    This was previously accomplished solely by instructing users to set
    core.autocrlf to false. However, that does not translate to pipelines
    and setting in a pipeline requires the system level git configuration
    to be modified prior to checkout. Git configs cannot be checked into
    to a repo and automatically used for security reasons.

    This is a simple way to check the change into the repo so it applies
    for all users including pipelines to prevent line ending conversion.

    This allows plugins like LineEndingCheck to produce similar results
    in pipelines on Linux and Windows agents.




Full Changelog: v9.1.10...v9.2.0