|
| 1 | +--- |
| 2 | + |
| 3 | +title: PSDevOps v0.5.5.1 |
| 4 | +sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.5.1 |
| 5 | +tag: release |
| 6 | +--- |
| 7 | +0.5.5.1: |
| 8 | +--- |
| 9 | +* Allowing for [Reflection.AssemblyMetaData] attributes on step .ps1 files (to customize YAML). Issue [#123](https://github.com/StartAutomating/PSDevOps/issues/123) |
| 10 | +* Better support for Object and array parameters in Azure DevOps. Issue [#125](https://github.com/StartAutomating/PSDevOps/issues/125). |
| 11 | + |
| 12 | +0.5.5: |
| 13 | +--- |
| 14 | +* Azure DevOps: Adding support for Shared Queries (Fixes [#117](https://github.com/StartAutomating/PSDevOps/issues/117)) |
| 15 | +** Get-ADOWorkItem -SharedQuery can get shared queries |
| 16 | +** New-ADOWorkItem -WIQL will create shared queries. -FolderName will create folders. |
| 17 | +** Remove-ADOWorkItem -QueryID can remove a shared query by ID |
| 18 | +* GitHub Workflows: |
| 19 | +** Adding Job/Step definitions to Release Module |
| 20 | +** Adding -NoCoverage to RunPester Step |
| 21 | +** Creating Example workflow that publishes PSDevOps. |
| 22 | + |
| 23 | +0.5.4.2: |
| 24 | +--- |
| 25 | +* Adding Register-ADOArtifactFeed (Fixes [#118](https://github.com/StartAutomating/PSDevOps/issues/118)) |
| 26 | + |
| 27 | +0.5.4.1: |
| 28 | +--- |
| 29 | +* Fixing Invoke-ADORestApi issues: [#111](https://github.com/StartAutomating/PSDevOps/issues/111),[#114](https://github.com/StartAutomating/PSDevOps/issues/114),[#115](https://github.com/StartAutomating/PSDevOps/issues/115) |
| 30 | +* Attaching .BuildID and .DefinitionID properties to Get-ADOBuild where appropriate. |
| 31 | + |
| 32 | +0.5.4: |
| 33 | +--- |
| 34 | +* Formatting Improvments: |
| 35 | +** Get-ADOField now includes .Type |
| 36 | +** Get-ADOExtension now includes .Version |
| 37 | +* Set-ADOTeam -DefaultAreaPath/-AreaPath parameter set issue fixed (fixes [#103](https://github.com/StartAutomating/PSDevOps/issues/103) / [#92](https://github.com/StartAutomating/PSDevOps/issues/92)) |
| 38 | +** Added tests for Set-ADOTeam |
| 39 | +* GitHub Workflow Definition Improvements: |
| 40 | +** New Triggers: |
| 41 | +*** On PullToMain |
| 42 | +** New Jobs: |
| 43 | +*** UpdateModuleTag |
| 44 | +*** PublishToGallery |
| 45 | +** New Steps: |
| 46 | +*** PublishPowerShellGallery |
| 47 | +*** TagModuleVersion |
| 48 | +* New-GitHubWorkflow/New-ADOPipeline now support -RootDirectory |
| 49 | +* Fixing pluralization / list issue with multiple GitHub Workflow "On" |
| 50 | +0.5.3 |
| 51 | +--- |
| 52 | +* Get-ADORepository : Adding -PullRequestID |
| 53 | +* New/Set-ADOWorkItem: Fixing pipelining issue |
| 54 | + |
| 55 | +0.5.2 |
| 56 | +--- |
| 57 | +* Get-ADOTeam: Adding alias -AreaPath for -TeamFieldValue, carrying on team property |
| 58 | +* Set-ADOTeam: Support for -DefaultAreaPath/-AreaPath (TeamFieldValues api, fixing issue [#92](https://github.com/StartAutomating/PSDevOps/issues/92)) |
| 59 | +* Get-ADOTest: Enabling pagination and filtering of results. |
| 60 | +** Invoke-ADORestAPI: Fixing -Cache(ing) correctly ([#88](https://github.com/StartAutomating/PSDevOps/issues/88)) |
| 61 | +** Invoke-GitHubRESTAPI: Only using .ContentEncoding if present in results (PowerShell core fix) |
| 62 | +* Get-ADOWorkItem: |
| 63 | +** Fixing -Related ([#79](https://github.com/StartAutomating/PSDevOps/issues/79)) |
| 64 | +** Fixing -Comment errors when there are no commments ([#80](https://github.com/StartAutomating/PSDevOps/issues/80)) |
| 65 | +* New/Set-ADOWorkItem: |
| 66 | +** Adding -Relationship and -Comment ([#81](https://github.com/StartAutomating/PSDevOps/issues/81)) |
| 67 | +** Improving Formatting of Work Items ([#82](https://github.com/StartAutomating/PSDevOps/issues/82)) |
| 68 | +** Adding -Tag |
| 69 | +* Invoke-ADORestAPI: Fixing issue with -QueryParameter |
| 70 | +0.5.1 |
| 71 | +--- |
| 72 | +* Bugfixes: |
| 73 | +** Get-ADOTest: Fixing parameter sets and adding formatting. |
| 74 | +** Invoke-GitHubRESTAPI: Only using .ContentEncoding when present. |
| 75 | +0.5 |
| 76 | +--- |
| 77 | +* Improved Git Functionality |
| 78 | +** New-GitHubAction |
| 79 | +** Invoke-GitHubRESTApi |
| 80 | +** Connect/Disconnect-GitHub (enabling smart aliases like api.github.com/zen and api.github.com/repos/<owner>/<repo>) |
| 81 | +** Formatting for GitHub Issues and Repos |
| 82 | +* Azure DevOps Additions/Fixes |
| 83 | +** Invoke-ADORestAPI -AsJob |
| 84 | + |
| 85 | +** Get-ADOArtifactFeed now has -Metric, -PackageList, -PackageVersionList, -Provenance |
| 86 | +** Get-ADOIdentity [new] |
| 87 | +** Get-ADOProject now has -Board, -TestVariable, -TestConfiguration |
| 88 | +** Get-ADOPermission is now more API-complete and has parameter sets for permission types |
| 89 | +** Set-ADOPermission |
| 90 | +** Get-ADOExtension can now read extension data |
| 91 | +** Set-ADOExtension can now set extension data |
| 92 | +** Get-ADOTest [new] |
| 93 | +** New-ADOPipeline now has -RootDirectory |
| 94 | +** Tons of New Type Definitions and Formatters |
| 95 | + |
| 96 | +0.4.9 |
| 97 | +--- |
| 98 | +* New Command: Wait-ADOBuild |
| 99 | +* Start-ADOBuild |
| 100 | +** Supports -Debug (to start a build with extra tracing) |
| 101 | +** Allows parameters as PSObject |
| 102 | +* Get-ADORepository: Added -IncludeHidden, -IncludeRemoteURL, -IncludeLink |
| 103 | +* Improvements to Pipelines and Workflows: |
| 104 | +** Pester, PSScriptAnalyzer, and ScriptCop now produce output variables |
| 105 | +** PSDevOps now includes a file to generate it's own build |
| 106 | +** PublishTest/CodeCoverage Results steps will always() run |
| 107 | +** Convert-BuildStep will add a .Name to each script step. |
0 commit comments