Skip to content

Commit 19a59f8

Browse files
Merge pull request #167 from StartAutomating/edits-Tue,01Nov202222-13-11GMT
Posting with GitPub [skip ci]
2 parents 2150a98 + 0368234 commit 19a59f8

6 files changed

Lines changed: 336 additions & 0 deletions
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
3+
title: PSDevOps v0.5.5
4+
sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.5
5+
tag: release
6+
---
7+
0.5.5:
8+
---
9+
* Azure DevOps: Adding support for Shared Queries (Fixes [#117](https://github.com/StartAutomating/PSDevOps/issues/117))
10+
** Get-ADOWorkItem -SharedQuery can get shared queries
11+
** New-ADOWorkItem -WIQL will create shared queries. -FolderName will create folders.
12+
** Remove-ADOWorkItem -QueryID can remove a shared query by ID
13+
* GitHub Workflows:
14+
** Adding Job/Step definitions to Release Module
15+
** Adding -NoCoverage to RunPester Step
16+
** Creating Example workflow that publishes PSDevOps.
17+
18+
0.5.4.2:
19+
---
20+
* Adding Register-ADOArtifactFeed (Fixes [#118](https://github.com/StartAutomating/PSDevOps/issues/118))
21+
22+
0.5.4.1:
23+
---
24+
* 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)
25+
* Attaching .BuildID and .DefinitionID properties to Get-ADOBuild where appropriate.
26+
27+
0.5.4:
28+
---
29+
* Formatting Improvments:
30+
** Get-ADOField now includes .Type
31+
** Get-ADOExtension now includes .Version
32+
* 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))
33+
** Added tests for Set-ADOTeam
34+
* GitHub Workflow Definition Improvements:
35+
** New Triggers:
36+
*** On PullToMain
37+
** New Jobs:
38+
*** UpdateModuleTag
39+
*** PublishToGallery
40+
** New Steps:
41+
*** PublishPowerShellGallery
42+
*** TagModuleVersion
43+
* New-GitHubWorkflow/New-ADOPipeline now support -RootDirectory
44+
* Fixing pluralization / list issue with multiple GitHub Workflow "On"
45+
0.5.3
46+
---
47+
* Get-ADORepository : Adding -PullRequestID
48+
* New/Set-ADOWorkItem: Fixing pipelining issue
49+
50+
0.5.2
51+
---
52+
* Get-ADOTeam: Adding alias -AreaPath for -TeamFieldValue, carrying on team property
53+
* Set-ADOTeam: Support for -DefaultAreaPath/-AreaPath (TeamFieldValues api, fixing issue [#92](https://github.com/StartAutomating/PSDevOps/issues/92))
54+
* Get-ADOTest: Enabling pagination and filtering of results.
55+
** Invoke-ADORestAPI: Fixing -Cache(ing) correctly ([#88](https://github.com/StartAutomating/PSDevOps/issues/88))
56+
** Invoke-GitHubRESTAPI: Only using .ContentEncoding if present in results (PowerShell core fix)
57+
* Get-ADOWorkItem:
58+
** Fixing -Related ([#79](https://github.com/StartAutomating/PSDevOps/issues/79))
59+
** Fixing -Comment errors when there are no commments ([#80](https://github.com/StartAutomating/PSDevOps/issues/80))
60+
* New/Set-ADOWorkItem:
61+
** Adding -Relationship and -Comment ([#81](https://github.com/StartAutomating/PSDevOps/issues/81))
62+
** Improving Formatting of Work Items ([#82](https://github.com/StartAutomating/PSDevOps/issues/82))
63+
** Adding -Tag
64+
* Invoke-ADORestAPI: Fixing issue with -QueryParameter
65+
0.5.1
66+
---
67+
* Bugfixes:
68+
** Get-ADOTest: Fixing parameter sets and adding formatting.
69+
** Invoke-GitHubRESTAPI: Only using .ContentEncoding when present.
70+
0.5
71+
---
72+
* Improved Git Functionality
73+
** New-GitHubAction
74+
** Invoke-GitHubRESTApi
75+
** Connect/Disconnect-GitHub (enabling smart aliases like api.github.com/zen and api.github.com/repos/<owner>/<repo>)
76+
** Formatting for GitHub Issues and Repos
77+
* Azure DevOps Additions/Fixes
78+
** Invoke-ADORestAPI -AsJob
79+
80+
** Get-ADOArtifactFeed now has -Metric, -PackageList, -PackageVersionList, -Provenance
81+
** Get-ADOIdentity [new]
82+
** Get-ADOProject now has -Board, -TestVariable, -TestConfiguration
83+
** Get-ADOPermission is now more API-complete and has parameter sets for permission types
84+
** Set-ADOPermission
85+
** Get-ADOExtension can now read extension data
86+
** Set-ADOExtension can now set extension data
87+
** Get-ADOTest [new]
88+
** New-ADOPipeline now has -RootDirectory
89+
** Tons of New Type Definitions and Formatters
90+
91+
0.4.9
92+
---
93+
* New Command: Wait-ADOBuild
94+
* Start-ADOBuild
95+
** Supports -Debug (to start a build with extra tracing)
96+
** Allows parameters as PSObject
97+
* Get-ADORepository: Added -IncludeHidden, -IncludeRemoteURL, -IncludeLink
98+
* Improvements to Pipelines and Workflows:
99+
** Pester, PSScriptAnalyzer, and ScriptCop now produce output variables
100+
** PSDevOps now includes a file to generate it's own build
101+
** PublishTest/CodeCoverage Results steps will always() run
102+
** Convert-BuildStep will add a .Name to each script step.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
3+
title: PSDevOps 0.5.6
4+
sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.6
5+
tag: release
6+
---
7+
0.5.6:
8+
---
9+
### Azure DevOps Improvements
10+
* Get-ADOPermission : Can now get permissions related to Dashboards, Analytics, AreaPaths, and IterationPaths
11+
* Set-ADOPermission : Now can easily set permissions based off of a variety of pipeline inputs (Fixes [#128](https://github.com/StartAutomating/PSDevOps/issues/128) and [#91](https://github.com/StartAutomating/PSDevOps/issues/91))
12+
* Get-ADOAreaPath : Removing "Area" from paths passed in, formatting returns with 'AreaPath' instead of 'Path'
13+
* Get-ADOIterationPath : Removing "Iteration" from paths passed in, formatting returns with 'IterationPath' instead of 'Path'
14+
* Get-ADOBuild : Extended Type Definitions now contain an alias property of BuildPath
15+
### GitHub Workflow Improvements
16+
* Adding "On" files for issue creation, deletion, or modification (Fixes [#132](https://github.com/StartAutomating/PSDevOps/issues/132))
17+
* Adding "On" files for common scheduling needs (Fixes [#134](https://github.com/StartAutomating/PSDevOps/issues/134))
18+
* ReleaseNameFormat can not be customized in ReleaseModule step (Fixes [#130](https://github.com/StartAutomating/PSDevOps/issues/130))
19+
20+
Previous Release Notes available in [CHANGELOG.md](https://github.com/StartAutomating/PSDevOps/blob/master/CHANGELOG.md)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
3+
title: PSDevOps 0.5.7
4+
sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.7
5+
tag: release
6+
---
7+
0.5.7:
8+
---
9+
* Fixing issue with setting branch permissions ([#136](https://github.com/StartAutomating/PSDevOps/issues/136))
10+
* Get/Set-ADOPermission: Support for ServiceEndpoints ([#137](https://github.com/StartAutomating/PSDevOps/issues/137))
11+
* Set-ADOPermission: Exposing specialized parameter sets ([#138](https://github.com/StartAutomating/PSDevOps/issues/138))
12+
* PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties
13+
14+
0.5.6:
15+
---
16+
### Azure DevOps Improvements
17+
* Get-ADOPermission : Can now get permissions related to Dashboards, Analytics, AreaPaths, and IterationPaths
18+
* Set-ADOPermission : Now can easily set permissions based off of a variety of pipeline inputs (Fixes [#128](https://github.com/StartAutomating/PSDevOps/issues/128) and [#91](https://github.com/StartAutomating/PSDevOps/issues/91))
19+
* Get-ADOAreaPath : Removing "Area" from paths passed in, formatting returns with 'AreaPath' instead of 'Path'
20+
* Get-ADOIterationPath : Removing "Iteration" from paths passed in, formatting returns with 'IterationPath' instead of 'Path'
21+
* Get-ADOBuild : Extended Type Definitions now contain an alias property of BuildPath
22+
### GitHub Workflow Improvements
23+
* Adding "On" files for issue creation, deletion, or modification (Fixes [#132](https://github.com/StartAutomating/PSDevOps/issues/132))
24+
* Adding "On" files for common scheduling needs (Fixes [#134](https://github.com/StartAutomating/PSDevOps/issues/134))
25+
* ReleaseNameFormat can not be customized in ReleaseModule step (Fixes [#130](https://github.com/StartAutomating/PSDevOps/issues/130))
26+
27+
Previous Release Notes available in [CHANGELOG.md](https://github.com/StartAutomating/PSDevOps/blob/master/CHANGELOG.md)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
3+
title: PSDevOps 0.5.8
4+
sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.8
5+
tag: release
6+
---
7+
0.5.8:
8+
* Running EZOut in Workflow ([#148](https://github.com/StartAutomating/PSDevOps/issues/148))
9+
* Adding support for HelpOut ([#147](https://github.com/StartAutomating/PSDevOps/issues/147))
10+
* Updating action (pushing changes) [#144](https://github.com/StartAutomating/PSDevOps/issues/144)
11+
* Updating GitHub Workflow steps/jobs - adding support for HelpOut and EZOut
12+
* Initial Version of PSDevOps Action ([#144](https://github.com/StartAutomating/PSDevOps/issues/144))
13+
* Adding Remove-ADOPermission ([#143](https://github.com/StartAutomating/PSDevOps/issues/143))
14+
* Set-ADOPermission: Fixing help typo
15+
* Adding FlushRequestQueue Part
16+
* Fixing Refactoring Related Import Issue
17+
* Adding Initial Extensions (related to -ADOTest commands)
18+
* Add-ADOTest: Initial Commit
19+
* Get-ADOBuild: Passing along ProjectID and ProjectName
20+
* Get/Set-ADOPermission: Repov2 issue ([#140](https://github.com/StartAutomating/PSDevOps/issues/140))
21+
* Recategorizing Functions
22+
---
23+
0.5.7:
24+
---
25+
* Fixing issue with setting branch permissions ([#136](https://github.com/StartAutomating/PSDevOps/issues/136))
26+
* Get/Set-ADOPermission: Support for ServiceEndpoints ([#137](https://github.com/StartAutomating/PSDevOps/issues/137))
27+
* Set-ADOPermission: Exposing specialized parameter sets ([#138](https://github.com/StartAutomating/PSDevOps/issues/138))
28+
* PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties
29+
30+
Previous Release Notes available in [CHANGELOG.md](https://github.com/StartAutomating/PSDevOps/blob/master/CHANGELOG.md)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
3+
title: PSDevOps 0.5.9
4+
sourceURL: https://github.com/StartAutomating/PSDevOps/releases/tag/v0.5.9
5+
tag: release
6+
---
7+
## 0.5.9:
8+
* New-GitHubAction: Adding -OutputPath ([#162](https://github.com/StartAutomating/PSDevOps/issues/162))
9+
* New-GitHubWorkflow: Adding -OutputPath ([#163](https://github.com/StartAutomating/PSDevOps/issues/163))
10+
* New-ADOPipeline: Adding -OutputPath ([#164](https://github.com/StartAutomating/PSDevOps/issues/164))
11+
* Updating Action (Preferring local bits and other cleanup) ([#165](https://github.com/StartAutomating/PSDevOps/issues/165))
12+
* Import-BuildStep: Adding -SourceFile and -BuildStepName (Fixes [#153](https://github.com/StartAutomating/PSDevOps/issues/153))
13+
* Updating ReleaseModule Step: Allowing -ReleaseAsset (Fixes [#160](https://github.com/StartAutomating/PSDevOps/issues/160))
14+
* PublishPowerShellGallery : Adding -Exclude (Fixes [#159](https://github.com/StartAutomating/PSDevOps/issues/159)). Fixing Module Version Comparison (Fixes [#149](https://github.com/StartAutomating/PSDevOps/issues/149))
15+
* Connect-ADO: Adding -NoCache (Fixes [#150](https://github.com/StartAutomating/PSDevOps/issues/150))
16+
* Convert-BuildStep: Fixing Github object parameter behavior (Fixes [#158](https://github.com/StartAutomating/PSDevOps/issues/158))
17+
* Adding Get-ADOServiceHealth (Fixes [#152](https://github.com/StartAutomating/PSDevOps/issues/152))
18+
* Adding Get-ADOAuditLog (Fixes [#151](https://github.com/StartAutomating/PSDevOps/issues/151))
19+
* Adding PSDevOps.PSSVG.ps1 (Fixes [#157](https://github.com/StartAutomating/PSDevOps/issues/157))
20+
* Updating Workflow (Fixes [#155](https://github.com/StartAutomating/PSDevOps/issues/155) Fixes [#156](https://github.com/StartAutomating/PSDevOps/issues/156))
21+
* Adding GitHub/On/Issue (Fixes [#154](https://github.com/StartAutomating/PSDevOps/issues/154))
22+
23+
---
24+
25+
## 0.5.8:
26+
* Running EZOut in Workflow ([#148](https://github.com/StartAutomating/PSDevOps/issues/148))
27+
* Adding support for HelpOut ([#147](https://github.com/StartAutomating/PSDevOps/issues/147))
28+
* Updating action (pushing changes) [#144](https://github.com/StartAutomating/PSDevOps/issues/144)
29+
* Updating GitHub Workflow steps/jobs - adding support for HelpOut and EZOut
30+
* Initial Version of PSDevOps Action ([#144](https://github.com/StartAutomating/PSDevOps/issues/144))
31+
* Adding Remove-ADOPermission ([#143](https://github.com/StartAutomating/PSDevOps/issues/143))
32+
* Set-ADOPermission: Fixing help typo
33+
* Adding FlushRequestQueue Part
34+
* Fixing Refactoring Related Import Issue
35+
* Adding Initial Extensions (related to -ADOTest commands)
36+
* Add-ADOTest: Initial Commit
37+
* Get-ADOBuild: Passing along ProjectID and ProjectName
38+
* Get/Set-ADOPermission: Repov2 issue ([#140](https://github.com/StartAutomating/PSDevOps/issues/140))
39+
* Recategorizing Functions
40+
41+
---
42+
43+
44+
## 0.5.7:
45+
* Fixing issue with setting branch permissions ([#136](https://github.com/StartAutomating/PSDevOps/issues/136))
46+
* Get/Set-ADOPermission: Support for ServiceEndpoints ([#137](https://github.com/StartAutomating/PSDevOps/issues/137))
47+
* Set-ADOPermission: Exposing specialized parameter sets ([#138](https://github.com/StartAutomating/PSDevOps/issues/138))
48+
* PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties
49+
50+
Previous Release Notes available in [CHANGELOG.md](https://github.com/StartAutomating/PSDevOps/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)