Skip to content

Commit

Permalink
Prepare for PSRule v2 #312 (#313)
Browse files Browse the repository at this point in the history
* Prepare for PSRule v2 #312

* Bump change log
  • Loading branch information
BernieWhite committed Feb 20, 2022
1 parent 63ca947 commit 6a6a710
Show file tree
Hide file tree
Showing 13 changed files with 929 additions and 200 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# CI pipeline for PSRule-pipelines

variables:
version: '1.5.0'
version: '2.0.0'
buildConfiguration: 'Release'
publish: 'true'
imageName: 'ubuntu-20.04'

# Use build number format, i.e. 1.5.0-B2106001
# Use build number format, i.e. 2.0.0-B2106001
name: $(version)-B$(date:yyMM)$(rev:rrr)

trigger:
Expand Down
2 changes: 0 additions & 2 deletions .azure-pipelines/loopback-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ stages:
- task: ps-rule-assert@1
displayName: Test assert task
inputs:
source: '.ps-rule/'
inputType: repository
outputFormat: NUnit3
outputPath: reports/ps-rule-loopback.xml
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

What's changed since v1.5.0:

- New features:
- Added support for outputting analysis results as SARIF. [#315](https://github.com/microsoft/PSRule-pipelines/issues/315)
- To use the SARIF output format set the `outputFormat` parameter to `Sarif`.
- Currently a pre-release version of PSRule must be used.
- Engineering:
- Preparing for PSRule v2 support. [#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.

## v1.5.0

What's changed since v1.4.0:
Expand Down
Loading

0 comments on commit 6a6a710

Please sign in to comment.