PowerShell Universal - 5.0.12

PowerShell Universal - 5.0.12

Release Notes

Security

Admin Console

  • Fixed an issue with the back button on several pages (#3876)
  • Fixed an issue with the tree view in the scripts page
  • Fixed an issue adding secret variables (#3918)
  • Fixed an issue where the incorrect execution was displayed for running jobs (#3915)
  • Fixed an issue where the git status of only the current node would be shown (#3921)
  • Fixed an issue with the display of nested jobs

API

  • Fixed an issue where the swagger UI would default to schema rather than example (#3913)

Apps

  • Removed the need to call Invoke-UDEndpoint with -Session for it to work (#2139)
  • Fixed an issue where the tooltip arrow did not match the background color (#3580)
  • Fixed an issue where the icon property in the page properties wouldn’t persist (#3924)

Automation

  • Fixed an issue scheduling scripts against computer groups (#3768)
  • Fixed an issue running triggers when on trigger was missing the trigger script

Platform

  • Fixed an issue where the Conflicting Modules health check could show conflicting information (#2850)

Security

  • Fixed an issue logging in with Windows Authentication in IIS (#3916)

Downloads

I’m assuming this is related, but I’m now receiving this error when trying to load any of my apps:


What can be done to resolve this? Nothing was found in the logs to corroborate this error.

This typically happens when you download the ZIP file and extract it without unblocking the files. Run Get-ChildItem -Recurse | Unblock-File against the installation directory.

1 Like

Thank you - I would miss an easy part of the process during an update that addresses an authorization issue… Classic!

seems in this version the following is broken

New-UDTabs -Tabs {
    New-UDTab -Text 'Item One' -Content { }
i have a page that uses the above and it was show up blank , the moment i removed New-UDTabs -Tabs {
    New-UDTab -Text 'Item One' -Content { }
its working again without a Tab

It’s been reported and resolved: Tabs feature broken in apps in PowerShell Universal 5.0.12 · Issue #3928 · ironmansoftware/powershell-universal · GitHub

Likely will have another release early next week as we had to shuffle this one out to get the CVE handled.

1 Like