Skip to content

Commit

Permalink
Updated task flags #399 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored May 11, 2022
1 parent eafeb85 commit a8f5bbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since v1.5.0:

- New features:
- Added support for PSRule v2 by @BernieWhite.
- Added tasks for PSRule v2 support by @BernieWhite.
[#312](https://github.com/microsoft/PSRule-pipelines/issues/312)
- Added `ps-rule-assert@2` task for PSRule v2.
- Added `ps-rule-install@2` task for PSRule v2.
- Added `ps-rule-assert@2` task.
- Added `ps-rule-install@2` task.
- Added support for outputting analysis results as SARIF by @BernieWhite.
[#315](https://github.com/microsoft/PSRule-pipelines/issues/315)
- To use the SARIF output format set the `outputFormat` parameter to `Sarif`.
Expand All @@ -34,6 +34,9 @@ What's changed since v1.5.0:
- General improvements:
- Expose more rule error output in CI by @ArmaanMcleod.
[#308](https://github.com/microsoft/PSRule-pipelines/issues/308)
- Engineering:
- Flagged v0 tasks as deprecated by @BernieWhite.
[#399](https://github.com/microsoft/PSRule-pipelines/issues/399)
- Bug fixes:
- Fixed failure loading VstsTaskSdk by @BernieWhite.
[#361](https://github.com/microsoft/PSRule-pipelines/issues/361)
Expand Down
1 change: 1 addition & 0 deletions tasks/ps-rule-assertV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Patch": 1
},
"preview": true,
"deprecated": true,
"releaseNotes": "[See change log](https://github.com/Microsoft/PSRule-pipelines/blob/main/CHANGELOG.md)",
"groups": [
{
Expand Down
1 change: 0 additions & 1 deletion tasks/ps-rule-assertV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"Minor": 0,
"Patch": 0
},
"preview": true,
"releaseNotes": "[See change log](https://github.com/Microsoft/PSRule-pipelines/blob/main/CHANGELOG.md)",
"groups": [
{
Expand Down
1 change: 1 addition & 0 deletions tasks/ps-rule-installV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Patch": 1
},
"preview": true,
"deprecated": true,
"releaseNotes": "[See change log](https://github.com/Microsoft/PSRule-pipelines/blob/main/CHANGELOG.md)",
"groups": [
{
Expand Down
1 change: 0 additions & 1 deletion tasks/ps-rule-installV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"Minor": 0,
"Patch": 0
},
"preview": true,
"releaseNotes": "[See change log](https://github.com/Microsoft/PSRule-pipelines/blob/main/CHANGELOG.md)",
"groups": [
{
Expand Down

0 comments on commit a8f5bbb

Please sign in to comment.