diff --git a/.azure-pipelines/azure-pipelines.yaml b/.azure-pipelines/azure-pipelines.yaml index fe6c3d3..6c15b37 100644 --- a/.azure-pipelines/azure-pipelines.yaml +++ b/.azure-pipelines/azure-pipelines.yaml @@ -138,10 +138,10 @@ stages: - template: jobs/testContainer.yaml parameters: - name: alpine_3_10 - displayName: 'PowerShell 7.1 - alpine-3.10' + name: alpine_3_14 + displayName: 'PowerShell 7.1 - alpine-3.14' imageName: mcr.microsoft.com/powershell/test-deps - imageTag: alpine-3.10 + imageTag: alpine-3.14 - template: jobs/testContainer.yaml parameters: diff --git a/CHANGELOG.md b/CHANGELOG.md index e150e65..911840e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +What's changed since pre-release v1.1.0-B2205007: + +- Engineering: + - Bump PSRule to v2.2.0. [#44](https://github.com/microsoft/PSRule.Rules.MSFT.OSS/pull/44) + ## v1.1.0-B2205007 (pre-release) What's changed since pre-release v1.1.0-B2204005: diff --git a/modules.json b/modules.json index db6c5d7..9f856d9 100644 --- a/modules.json +++ b/modules.json @@ -1,7 +1,7 @@ { "dependencies": { "PSRule": { - "version": "2.1.0" + "version": "2.2.0" } }, "devDependencies": {