Skip to content

Latest commit

 

History

History
144 lines (97 loc) · 5.24 KB

CHANGELOG-v1.md

File metadata and controls

144 lines (97 loc) · 5.24 KB

Change log

See upgrade notes for helpful information when upgrading from previous versions.

v1.12.0

What's changed since v1.11.0:

  • Engineering:

v1.11.0

What's changed since v1.10.0:

  • Engineering:
    • Bump PSRule dependency to v1.10.0. #125
    • Bump PowerShell base image to 7.2.1-alpine-3.14-20211215. #126

v1.10.0

What's changed since v1.9.0:

  • Engineering:

v1.9.0

What's changed since v1.8.1:

  • Engineering:

v1.8.1

What's changed since v1.8.0:

  • Engineering:

v1.8.0

What's changed since v1.7.0:

  • General improvements:
    • Added support for conventions. #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:

v1.7.0

What's changed since v1.6.0:

  • Engineering:
    • Bump PSRule dependency to v1.6.0. #106
    • Bump PowerShell base image to 7.1.3-alpine-3.12-20210803. #105

v1.6.0

What's changed since v1.5.0:

  • Engineering:
    • Bump PSRule dependency to v1.5.0. #96
    • Bump PowerShell base image to 7.1.3-alpine-3.12-20210616. #94
  • Bug fixes:
    • Fixed action fail when module installation fails. #95

v1.5.0

What's changed since v1.4.0:

  • Engineering:
    • Bump PSRule dependency to v1.4.0. #90
    • Bump PowerShell base image to 7.1.3-alpine-3.12-20210603. #89

v1.4.0

What's changed since v1.3.0:

  • Engineering:

v1.3.0

What's changed since v1.2.0:

  • Engineering:
    • Bump PSRule dependency to v1.2.0. #75
    • Bump PowerShell base image to 7.1.3-alpine-3.12. #76

v1.2.0

What's changed since v1.1.1:

  • General improvements:
    • Added support for using baselines. #66
      • Specify a named baseline by using baseline: '<baseline_name>'.
      • Baselines can be included from individual files or modules using source: and modules:.
  • Engineering:

v1.1.1

What's changed since v1.1.0:

  • Engineering:
    • Bump PSRule dependency to v1.0.3. #67
    • Bump PowerShell base image to 7.1.2-alpine-3.12. #68

v1.1.0

What's changed since v1.0.0:

  • General improvements:
    • Added support for using pre-release modules. #58
  • Engineering:

v1.0.0

What's changed since v0.5.0:

  • Engineering:
    • Bump PSRule dependency to v1.0.0. #52
    • Bump PowerShell base image to 7.1.0-alpine-3.10. #53