Skip to content

Releases: gaelcolas/Sampler

v0.115.0-preview0004

28 May 19:47
6e032d1
Compare
Choose a tag to compare
v0.115.0-preview0004 Pre-release
Pre-release

[v0.115.0-preview0004]

Added

  • Supports using a private Nuget repository, e.g. a Azure DevOps Server
    Pipelines feed that is using Windows integrated security, or a feed with
    no security.
  • Now supports getting module version from dotnet-gitversion if it is available.
  • Tests now run in Pester 5.
  • Added task Create_Release_Git_Tag to create a Git tag for a preview release.
    Fixes #351

Changed

  • The QA test that verifies that a change log entry has been added to CHANGELOG.md
    will no longer fail if the CHANGELOG.md has not been committed but is staged
    or unstaged. This makes it possible to get the QA tests to pass without having
    to first commit changes.

Fixed

  • Task package_module_nupkg now correctly adds the release notes to the
    Nuget package. Fixes #373
  • Task publish_module_to_gallery now correctly adds the release notes to
    the published module. Fixes #373
  • Fix a evaluation in the script Set-SamplerTaskVariable so it can be tested
    individually outside of the pipeline (using Invoke-Pester).
  • Fix all source files to UTF8 to comply with the HQRM tests (due to a bug
    in the HQRM tests that runs in Pester 4 this has not been detected until
    moving to Pester 5).
  • Remove HQRM rule suppression in source file for New-SamplerJaCoCoDocument
    since it no longer required.
  • Fixed QA test that was breaking release.

v0.115.0-preview0003

23 May 17:30
1430b37
Compare
Choose a tag to compare
v0.115.0-preview0003 Pre-release
Pre-release

[v0.115.0-preview0003]

Added

  • Supports using a private Nuget repository, e.g. a Azure DevOps Server
    Pipelines feed that is using Windows integrated security, or a feed with
    no security.
  • Now supports getting module version from dotnet-gitversion if it is available.
  • Tests now run in Pester 5.

Changed

  • The QA test that verifies that a change log entry has been added to CHANGELOG.md
    will no longer fail if the CHANGELOG.md has not been committed but is staged
    or unstaged. This makes it possible to get the QA tests to pass without having
    to first commit changes.

Fixed

  • Task package_module_nupkg now correctly adds the release notes to the
    Nuget package. Fixes #373
  • Task publish_module_to_gallery now correctly adds the release notes to
    the published module. Fixes #373
  • Fix a evaluation in the script Set-SamplerTaskVariable so it can be tested
    individually outside of the pipeline (using Invoke-Pester).
  • Fix all source files to UTF8 to comply with the HQRM tests (due to a bug
    in the HQRM tests that runs in Pester 4 this has not been detected until
    moving to Pester 5).
  • Remove HQRM rule suppression in source file for New-SamplerJaCoCoDocument
    since it no longer required.
  • Fixed QA test that was breaking release.

v0.115.0-preview0002

21 May 06:41
8e6381d
Compare
Choose a tag to compare
v0.115.0-preview0002 Pre-release
Pre-release

[v0.115.0-preview0002]

Added

  • Supports using a private Nuget repository, e.g. a Azure DevOps Server
    Pipelines feed that is using Windows integrated security, or a feed with
    no security.
  • Now supports getting module version from dotnet-gitversion if it is available.

Fixed

  • Task package_module_nupkg now correctly adds the release notes to the
    Nuget package. Fixes #373
  • Task publish_module_to_gallery now correctly adds the release notes to
    the published module. Fixes #373

v0.115.0-preview0001

20 May 07:56
41dd211
Compare
Choose a tag to compare
v0.115.0-preview0001 Pre-release
Pre-release

[v0.115.0-preview0001]

Added

  • Supports using a private Nuget repository, e.g. a Azure DevOps Server
    Pipelines feed that is using Windows integrated security, or a feed with
    no security.
  • Now supports getting module version from dotnet-gitversion if it is available.

v0.114.1-preview0001

20 May 05:17
a7aabff
Compare
Choose a tag to compare
v0.114.1-preview0001 Pre-release
Pre-release

[v0.114.1-preview0001]

Added

  • Now supports getting module version from dotnet-gitversion if it is available.

v0.114.0

13 May 22:38
d5bdcc0
Compare
Choose a tag to compare

[v0.114.0]

Added

  • New task Pester_Run_Times that outputs each test's run time. Only works
    for Pester 5. The task will be skipped if Pester 4 is used.

Fixed

  • Fixed a problem which occurred on certain machined when using Sampler in
    Windows PowerShell. Fixes #350
  • The module manifest is now correctly updated with release notes from the
    changelog. Fixes #358

v0.113.0-preview0001

13 May 18:17
d5bdcc0
Compare
Choose a tag to compare
v0.113.0-preview0001 Pre-release
Pre-release

[v0.113.0-preview0001]

Added

  • New task Pester_Run_Times that outputs each test's run time. Only works
    for Pester 5. The task will be skipped if Pester 4 is used.

Fixed

  • Fixed a problem which occurred on certain machined when using Sampler in
    Windows PowerShell. Fixes #350
  • The module manifest is now correctly updated with release notes from the
    changelog. Fixes #358

v0.112.4-preview0002

13 May 14:16
4754c29
Compare
Choose a tag to compare
v0.112.4-preview0002 Pre-release
Pre-release

[v0.112.4-preview0002]

Fixed

  • Fixed a problem which occurred on certain machined when using Sampler in
    Windows PowerShell. Fixes #350
  • The module manifest is now correctly updated with release notes from the
    changelog. Fixes #358

v0.112.4-preview0001

13 May 12:09
971337e
Compare
Choose a tag to compare
v0.112.4-preview0001 Pre-release
Pre-release

[v0.112.4-preview0001]

Fixed

  • The module manifest is now correctly updated with release notes from the
    changelog. Fixes #358

v0.112.3

31 Mar 17:09
b37eee3
Compare
Choose a tag to compare

[v0.112.3]

Fixed

  • The task Invoke_Pester_Tests_v5 generated a unexpected filename for the
    test results, compared to the Pester 4 task. Fixes #355