Skip to content

Bump System.Management.Automation from 6.2.0 to 6.2.3#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/System.Management.Automation-6.2.3
Open

Bump System.Management.Automation from 6.2.0 to 6.2.3#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/System.Management.Automation-6.2.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2020

Bumps System.Management.Automation from 6.2.0 to 6.2.3.

Release notes

Sourced from System.Management.Automation's releases.

v6.2.3 Release of PowerShell Core

v6.2.3 - 09/12/2019

Note: Known issue on Raspberry-Pi for ValueFromRemainingArguments. For more information have a look at: #10528

Engine Updates and Fixes

  • Fix debugger performance regression in system lock down mode (#10269)

Tests

  • Remove markdownlint tests due to security issues (#10163)

Build and Packaging Improvements

  • Update DotNet SDK and runtime framework version (Internal 9946)
  • Fix macOS build break (#10207)

SHA256 Hashes of the release artifacts

  • powershell_6.2.3-1.debian.9_amd64.deb
    • 6DC74F984B590A5A418B5E1D59762577A4FECF98D017241BED5ACB0C6D17108B
  • powershell_6.2.3-1.ubuntu.16.04_amd64.deb
    • 84CE0E275B09AF183F115219CA674BCF2670AC88281C154AED8A2EC80E75C9AF
  • powershell_6.2.3-1.ubuntu.18.04_amd64.deb
    • BCA7BEF3F3D184E5DF42C09D82079394A5DEBA5120817136EE965AFE46816BED
  • powershell-6.2.3-1.rhel.7.x86_64.rpm
    • 966B00143B9870D21B6296236B06CEE55D37D2A3AEF36BD78C95F4D6B3D5822F
  • powershell-6.2.3-linux-alpine-x64.tar.gz
    • A77832CC3B9909DC39A38A9643B7A1CED778EEA62E10BA9CDB1EE40085B64413
  • powershell-6.2.3-linux-arm32.tar.gz
    • 36E631760F66FD94397347F8B0B344F0E4253B62F316906DDBFF360D5A7BF6D1
  • powershell-6.2.3-linux-arm64.tar.gz
    • 3C5148FCA4EABE35C5CE42CC12732C940EA345187390A611D7DB0F49ACD53EC3
  • powershell-6.2.3-linux-x64.tar.gz
    • 48D7D33BD63F10D06ECD68F2EFC9C07B5ECA1AB1E492D08B586918C09A85105E
  • powershell-6.2.3-linux-x64-fxdependent.tar.gz
    • 7D0BAD9E83744EAEFB04A4717E4ED5AA36435F592E2BC4970DFCE039AAF6ECF5
  • powershell-6.2.3-osx-x64.pkg
    • 84A704FF4A0EE97193F4980D5F699C12FD14FB63D0FA4414F521CFCBC126981F
  • powershell-6.2.3-osx-x64.tar.gz
    • 3E5ABAEED6EADEEAAB7037FC4EBE2DDF93C1D18E736EA1E3798F1BAE0969261D
  • PowerShell-6.2.3-win-arm32.msix
    • 7A25D51608201F4C39743375BE841A083F7404E1662C76E3B05524A37D7EB2F8
  • PowerShell-6.2.3-win-arm32.zip
    • B570FB176FD39BBBB34C7D3B98A33D18584F32D184F2C0A4F1AEC6DFE9ABAFD5
  • PowerShell-6.2.3-win-arm64.msix
    • 3A1E33E6A9CDCB40C0C010F5F06F723B97A9BC408D1D0A4875C66F365A9261A7
  • PowerShell-6.2.3-win-arm64.zip
    • 4593E15B431439E82DD87ACB16F016935DFF0196C86B60A7F3A31A8587771C2F
... (truncated)
Changelog

Sourced from System.Management.Automation's changelog.

v6.2.3 - 09/12/2019

Engine Updates and Fixes

  • Fix debugger performance regression in system lock down mode (#10269)

Tests

  • Remove markdownlint tests due to security issues (#10163)

Build and Packaging Improvements

  • Update DotNet SDK and runtime framework version (Internal 9946)
  • Fix macOS build break (#10207)

v6.2.2 - 07/16/2019

Breaking Changes

  • Disable Enter-PSHostProcess cmdlet when system in lock down mode (Internal 8969)

Engine Updates and Fixes

  • Create JumpList in STA thread as some COM APIs are strictly STA only to avoid sporadic CLR crashes (#10057, #9928) (Thanks @bergmeister!)

Build and Packaging Improvements

  • Update DotNet SDK and runtime framework version (Internal 9082, 9088, 9092)
  • Make Hashtable case insensitivity test use current culture rather than shell to set culture (Internal 8529)
  • Add automated RPM signing to release build (#10013)
  • Update copyright symbol for NuGet packages (#9936)
  • Bump Microsoft.ApplicationInsights from 2.9.1 to 2.10.0 (#9757)
  • Switch from BMP to PNG for graphical MSI installer assets (#9606)
  • Bump System.Net.Http.WinHttpHandler from 4.5.3 to 4.5.4 (#9789)
  • Enable building of MSIX package (#9289, #9715)

v6.2.1 - 05/21/2019

Engine Updates and Fixes

  • Re-enable tab completion for functions (#9383)
  • Disable debugger in System Lock down mode (Internal 8428)

Code Cleanup

  • Update repo for Ubuntu 14.04 EOL (#9324)

Tests

  • Fix skipping of tests in RemoteSession.Basic.Tests.ps1 (#9304)
... (truncated)
Commits
  • 4964538 Merged PR 9959: Change log for 6.2.3
  • d666d6c Merged PR 9946: Update dependecies
  • 4925d41 Fix debugger disable performance regression (#10269)
  • 8112315 Fix macOS build break (#10207)
  • 3324f51 Remove markdownlint tests due to security issues (#10163)
  • 353d014 Merged PR 9115: 6.2.2 Changelog
  • f55bf2a Create JumpList in STA thread as some COM APIs are strictly STA only to avoid...
  • 9023746 Merged PR 9092: Update PowerShell.Common.props with latest runtime version
  • bd1e981 Merged PR 9088: Update runtime framework and SDK version for test
  • 47bbfaf Merged PR 9082: Update DotNet SDK version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [System.Management.Automation](https://github.com/PowerShell/PowerShell) from 6.2.0 to 6.2.3.
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Changelog](https://github.com/PowerShell/PowerShell/blob/v6.2.3/CHANGELOG.md)
- [Commits](PowerShell/PowerShell@v6.2.0...v6.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants