Skip to content

Address issues for v1.1.0 release #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 25, 2021
Merged

Conversation

PaulHigin
Copy link
Contributor

@PaulHigin PaulHigin commented May 11, 2021

This PR has a number of changes that have been marked for v1.1.0 (preview) release.

  • Better error message for extension vaults with missing required functions
  • Better error message when used in unsupported Windows built-in accounts (Windows only)
  • Added Set-SecretInfo pipeline input support
  • SecretManagement to run in CL mode under a CI policy (Windows only)
  • Add new Unlock-SecretVault cmdlet support

Also, how extension vaults are hosted has changed. Previously, extension vault modules were hosted in the current user session. Now, to accommodate CL mode, they are hosted in a separate dedicated PowerShell runspace session. This means extension vault modules an not share session state with the current user session, which is a possible breaking change. Consequently this release will be v1.1.0 and will begin with a preview release.

@PaulHigin PaulHigin self-assigned this May 11, 2021
@PaulHigin PaulHigin changed the title Address issues for v1.1 release Address issues for v1.0.1 release May 11, 2021
@PaulHigin PaulHigin changed the title Address issues for v1.0.1 release Address issues for v1.1.0 release May 24, 2021
@PaulHigin PaulHigin merged commit 22a5901 into PowerShell:master May 25, 2021
@PaulHigin PaulHigin deleted the next-issues branch October 7, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants