Skip to content

Commit

Permalink
Bump PSRule dependency to v1.7.0 #111 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Sep 5, 2021
1 parent 8e071b4 commit b94f6e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

ARG MODULE_VERSION=1.6.0
ARG MODULE_VERSION=1.7.0

FROM mcr.microsoft.com/powershell:7.1.3-alpine-3.12-20210803
SHELL ["pwsh", "-Command"]
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p

## Unreleased

What's changed since v1.7.0:

- General improvements:
- Added support for conventions. [#109](https://github.com/microsoft/ps-rule/issues/109)
- Specify one or more conventions by using `conventions: '<convention1>,<convention2>'`.
- Conventions can be included from individual files or modules using `source:` and `modules:`.
- Engineering:
- Bump PSRule dependency to v1.7.0. [#111](https://github.com/microsoft/ps-rule/issues/111)
- See the [change log](https://github.com/microsoft/PSRule/blob/main/docs/CHANGELOG-v1.md#v170)

## v1.7.0

Expand Down
2 changes: 1 addition & 1 deletion ps-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bugs:
url: https://github.com/Microsoft/ps-rule/issues

modules:
PSRule: ^1.6.0
PSRule: ^1.7.0

tasks:
clear:
Expand Down
2 changes: 1 addition & 1 deletion ps-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://microsoft.github.io/PSRule/

requires:
PSRule: '>=1.6.0'
PSRule: '>=1.7.0'

output:
culture:
Expand Down

0 comments on commit b94f6e9

Please sign in to comment.