Skip to content

Releases: dsccommunity/FileSystemDsc

v1.2.0-preview0003

29 May 07:23
28df95a
Compare
Choose a tag to compare
v1.2.0-preview0003 Pre-release
Pre-release

[v1.2.0-preview0003]

Added

  • FileSystemDsc
    • Added issue and pull request templates to help contributors.
    • Added wiki generation and publish to GitHub repository wiki.

Changed

  • FileSystemDsc
    • Renamed master branch to main (issue #11).
    • Only run the CI pipeline on branch master when there are changes to
      files inside the source folder.
    • The regular expression for minor-version-bump-message in the file
      GitVersion.yml was changed to only raise minor version when the
      commit message contain the word add, adds, minor, feature,
      or features.
    • Added missing MIT LICENSE file.
    • Converted tests to Pester 5.
    • Minor changes to pipeline files.
    • Update build configuration to use Pester advanced build configuration.
    • Update pipeline to user Sampler GitHub tasks.
    • Update pipeline deploy step to correctly download build artifact.

Fixed

  • FileSystemDsc
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.

v1.2.0-preview0002

16 Feb 14:18
c8fa872
Compare
Choose a tag to compare
v1.2.0-preview0002 Pre-release
Pre-release

[v1.2.0-preview0002]

Added

  • FileSystemDsc
    • Added issue and pull request templates to help contributors.
    • Added wiki generation and publish to GitHub repository wiki.

Changed

  • FileSystemDsc
    • Renamed master branch to main (issue #11).
    • Only run the CI pipeline on branch master when there are changes to
      files inside the source folder.
    • The regular expression for minor-version-bump-message in the file
      GitVersion.yml was changed to only raise minor version when the
      commit message contain the word add, adds, minor, feature,
      or features.
    • Added missing MIT LICENSE file.
    • Converted tests to Pester 5.
    • Minor changes to pipeline files.

Fixed

  • FileSystemDsc
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.

v1.2.0-preview0001

31 Dec 20:40
Compare
Choose a tag to compare
v1.2.0-preview0001 Pre-release
Pre-release

[v1.2.0-preview0001]

Added

  • FileSystemDsc
    • Added issue and pull request templates to help contributors.

Changed

  • FileSystemDsc
    • Renamed master branch to main (issue #11).
    • Only run the CI pipeline on branch master when there are changes to
      files inside the source folder.
    • The regular expression for minor-version-bump-message in the file
      GitVersion.yml was changed to only raise minor version when the
      commit message contain the word add, adds, minor, feature,
      or features.
    • Added missing MIT LICENSE file.

v1.1.1

19 Apr 10:59
eba5293
Compare
Choose a tag to compare

[v1.1.1]

Fixed

  • FileSystemAccessRule
    • Fixed an issue where the owner of ACL was written back resulting in an
      error "The security identifier is not allowed to be the owner of this
      object" (issue #3).

v1.1.1-preview0001

19 Apr 10:52
eba5293
Compare
Choose a tag to compare
v1.1.1-preview0001 Pre-release
Pre-release

[v1.1.1-preview0001]

Fixed

  • FileSystemAccessRule
    • Fixed an issue where the owner of ACL was written back resulting in an
      error "The security identifier is not allowed to be the owner of this
      object" (issue #3).

v1.1.0

09 Mar 08:24
1b1108a
Compare
Choose a tag to compare

[v1.1.0]

Added

  • FileSystemDsc
    • Added resource FileSystemAccessRule

v1.1.0-preview0001

09 Mar 08:01
1b1108a
Compare
Choose a tag to compare
v1.1.0-preview0001 Pre-release
Pre-release

[v1.1.0-preview0001]

Added

  • FileSystemDsc
    • Added resource FileSystemAccessRule