Skip to content

Releases: gaelcolas/Sampler

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

v0.112.3-preview0001

31 Mar 16:46
b37eee3
Compare
Choose a tag to compare
v0.112.3-preview0001 Pre-release
Pre-release

[v0.112.3-preview0001]

Fixed

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

v0.112.2

20 Mar 11:08
bcab266
Compare
Choose a tag to compare

[v0.112.2]

Fixed

  • Fixed explicit parameter value in build.ps1 while calling .\Resolve-Dependency.ps1
  • When running test using Pester 5, and the build configuration (build.yaml)
    do not specify the location of tests in the key Path, the pipeline will
    no longer run the tests twice. Fixes #337

Changed

  • Switch to installing GitVersion using dotnet tool install. Fixes #348
  • Updated pipeline to use the build worker image 'ubuntu-latest'.
  • Updated pipeline to use the build worker image 'windows-latest'.
  • Updated the Plaster templates
    • to use 'dotnet tool install' in the pipeline.
    • to use build image 'ubuntu-latest' in the pipeline.
    • to use build image 'windows-latest' in the pipeline.

v0.112.2-preview0003

20 Mar 10:29
bcab266
Compare
Choose a tag to compare
v0.112.2-preview0003 Pre-release
Pre-release

[v0.112.2-preview0003]

Fixed

  • Fixed explicit parameter value in build.ps1 while calling .\Resolve-Dependency.ps1
  • When running test using Pester 5, and the build configuration (build.yaml)
    do not specify the location of tests in the key Path, the pipeline will
    no longer run the tests twice. Fixes #337

Changed

  • Switch to installing GitVersion using dotnet tool install. Fixes #348
  • Updated pipeline to use the build worker image 'ubuntu-latest'.
  • Updated pipeline to use the build worker image 'windows-latest'.
  • Updated the Plaster templates
    • to use 'dotnet tool install' in the pipeline.
    • to use build image 'ubuntu-latest' in the pipeline.
    • to use build image 'windows-latest' in the pipeline.

v0.112.2-preview0002

16 Feb 19:24
8913d5d
Compare
Choose a tag to compare
v0.112.2-preview0002 Pre-release
Pre-release

[v0.112.2-preview0002]

Fixed

  • When running test using Pester 5, and the build configuration (build.yaml)
    do not specify the location of tests in the key Path, the pipeline will
    no longer run the tests twice. Fixes #337

Changed

  • Switch to installing GitVersion using dotnet tool install. Fixes #348
  • Updated pipeline to use the build worker image 'ubuntu-latest'.
  • Updated pipeline to use the build worker image 'windows-latest'.
  • Updated the Plaster templates
    • to use 'dotnet tool install' in the pipeline.
    • to use build image 'ubuntu-latest' in the pipeline.
    • to use build image 'windows-latest' in the pipeline.

v0.112.2-preview0001

26 Jan 11:53
5f71c0f
Compare
Choose a tag to compare
v0.112.2-preview0001 Pre-release
Pre-release

[v0.112.2-preview0001]

  • When running test using Pester 5, and the build configuration (build.yaml)
    do not specify the location of tests in the key Path, the pipeline will
    no longer run the tests twice. Fixes #337

v0.112.1

23 Jan 17:25
cdeff23
Compare
Choose a tag to compare

[v0.112.1]

Removed

  • Template file Build/RequiredModules.psd1 that was not used.

Added

  • Added Pipeline to build chocolatey packages.
  • Added Sample to add Chocolatey Package source files.
  • Added New-SamplerPipeline to create build, Sampler Module or Chocolatey pipeline.
  • Extra configuration files for passing to Azure Policy Guest Configuration Package on creation.

Fixed

  • Fixed Resolve-Dependency.ps1 to not fail when PowerShell-yaml module was specified but already loaded (handle on dll). Fixes #335
  • Fixed default source folder to source and not src.
  • Fixed failed loading when there's no project name (when calling Set-SamplerTaskVariable). Fixes #331.
  • Fixed Get-SamplerAbsolutePath returning the wrong path in PowerShell and ISE. Fixes #341.
  • The templates was using the task Create_ChangeLog_GitHub_PR in the meta task
    publish that is also specifically run in a separate Azure Pipelines task. This
    made the task to run twice.
  • Fixed missing full stop (.) in the CONTRIBUTING.md and the template file.
    Fixes #333.

Changed

  • Making sure the Set-SamplerTaskVariable does not fail when there's no
    Module manifest (i.e. when using Sampler for other reasons than building
    a module).
  • Switched the pipeline to use Ubuntu 18.04 instead of Ubuntu 16.04 as the build
    worker for some tasks.
  • Template SimpleModule have been modified to remove unnecessary configuration
    (issue #277).
  • Template files are updated.
    • Module script file no longer contain code that is irrelevant.
    • Now asks if GitVersion should be used.
    • Now asks if CodeCov.io should be used.
    • Now asks for the upstream GitHub organization or account name to be used
      in Azure Pipelines.
    • GitVersion.yml now uses the correct chosen default branch.
    • Codecov.yml now uses the correct chosen default branch.
  • Fixed GuestConfiguration compilation to work with GuestConfiguration module version 4.0.0-preview0002.
  • Set the default type to AuditAndSet, but supporting override by creating a '$GCPackageName.psd1' file along with the config.

v0.112.1-preview0006

23 Jan 16:58
cdeff23
Compare
Choose a tag to compare
v0.112.1-preview0006 Pre-release
Pre-release

[v0.112.1-preview0006]

Removed

  • Template file Build/RequiredModules.psd1 that was not used.

Added

  • Added Pipeline to build chocolatey packages.
  • Added Sample to add Chocolatey Package source files.
  • Added New-SamplerPipeline to create build, Sampler Module or Chocolatey pipeline.
  • Extra configuration files for passing to Azure Policy Guest Configuration Package on creation.

Fixed

  • Fixed Resolve-Dependency.ps1 to not fail when PowerShell-yaml module was specified but already loaded (handle on dll). Fixes #335
  • Fixed default source folder to source and not src.
  • Fixed failed loading when there's no project name (when calling Set-SamplerTaskVariable). Fixes #331.
  • Fixed Get-SamplerAbsolutePath returning the wrong path in PowerShell and ISE. Fixes #341.
  • The templates was using the task Create_ChangeLog_GitHub_PR in the meta task
    publish that is also specifically run in a separate Azure Pipelines task. This
    made the task to run twice.
  • Fixed missing full stop (.) in the CONTRIBUTING.md and the template file.
    Fixes #333.

Changed

  • Making sure the Set-SamplerTaskVariable does not fail when there's no
    Module manifest (i.e. when using Sampler for other reasons than building
    a module).
  • Switched the pipeline to use Ubuntu 18.04 instead of Ubuntu 16.04 as the build
    worker for some tasks.
  • Template SimpleModule have been modified to remove unnecessary configuration
    (issue #277).
  • Template files are updated.
    • Module script file no longer contain code that is irrelevant.
    • Now asks if GitVersion should be used.
    • Now asks if CodeCov.io should be used.
    • Now asks for the upstream GitHub organization or account name to be used
      in Azure Pipelines.
    • GitVersion.yml now uses the correct chosen default branch.
    • Codecov.yml now uses the correct chosen default branch.
  • Fixed GuestConfiguration compilation to work with GuestConfiguration module version 4.0.0-preview0002.
  • Set the default type to AuditAndSet, but supporting override by creating a '$GCPackageName.psd1' file along with the config.