Skip to content

Releases: dsccommunity/CertificateDsc

v6.1.0-preview0002

21 Jan 16:38
20b3e10

Choose a tag to compare

v6.1.0-preview0002 Pre-release
Pre-release

[v6.1.0-preview0002]

Changed

  • azure-pipelines.yml
    • Remove windows-2019 images fixes #278.
    • Fix linting errors.

Fixed

  • Changed PFX certificate import to use X509Certificate2 constructor instead of the "Import" method. - Fixes Issue #280.

v6.1.0-preview0001

08 Jan 13:30
5f851f3

Choose a tag to compare

v6.1.0-preview0001 Pre-release
Pre-release

[v6.1.0-preview0001]

Changed

  • azure-pipelines.yml
    • Remove windows-2019 images fixes #278.
    • Fix linting errors.

v6.0.0

05 Oct 09:02
b9235d5

Choose a tag to compare

[v6.0.0]

Changed

  • CertReq:
    • BREAKING CHANGE: Made Certificate FriendlyName a mandatory parameter - Fixes Issue #269.
    • Consider FriendlyName + Template when getting existing certs - Fixes Issue #121.
  • CI Pipeline
    • Updated pipeline files to match current DSC Community patterns - fixes Issue #274.
    • Updated HQRM and build steps to use windows-latest image.

Changed

  • Pin Gitversion to v5.* to stop build failing
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #255.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #254.
  • Corrected changelog.
  • Updated pipeline tasks to latest pattern.
  • Build pipeline: Removed unused dscBuildVariable tasks.
  • Updated .github issue templates to standard - Fixes Issue #263.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #262.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #262.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.

v6.0.0-preview0002

14 Jun 12:44
e77b3da

Choose a tag to compare

v6.0.0-preview0002 Pre-release
Pre-release

[v6.0.0-preview0002]

Changed

  • CertReq:
    • BREAKING CHANGE: Made Certificate FriendlyName a mandatory parameter - Fixes Issue #269.
    • Consider FriendlyName + Template when getting existing certs - Fixes Issue #121.
  • CI Pipeline
    • Updated pipeline files to match current DSC Community patterns - fixes Issue #274.
    • Updated HQRM and build steps to use windows-latest image.

Changed

  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #255.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #254.
  • Corrected changelog.
  • Updated pipeline tasks to latest pattern.
  • Build pipeline: Removed unused dscBuildVariable tasks.
  • Updated .github issue templates to standard - Fixes Issue #263.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #262.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #262.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.

v6.0.0-preview0001

23 Dec 19:11
8d5f01f

Choose a tag to compare

v6.0.0-preview0001 Pre-release
Pre-release

[v6.0.0-preview0001]

Changed

  • CertReq:
    • BREAKING CHANGE: Made Certificate FriendlyName a mandatory parameter - Fixes Issue #269.
    • Consider FriendlyName + Template when getting existing certs - Fixes Issue #121.

Changed

  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #255.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #254.
  • Corrected changelog.
  • Updated pipeline tasks to latest pattern.
  • Build pipeline: Removed unused dscBuildVariable tasks.
  • Updated .github issue templates to standard - Fixes Issue #263.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #262.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #262.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.

v5.1.1-preview0001

21 Apr 11:47
137a69f

Choose a tag to compare

v5.1.1-preview0001 Pre-release
Pre-release

[v5.1.1-preview0001]

Changed

  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #255.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #254.
  • Corrected changelog.
  • Updated pipeline tasks to latest pattern.

v5.1.0

26 Feb 07:39
fe0cb6a

Choose a tag to compare

[v5.1.0]

Added

  • PfxImport:
    • Added Base64Content parameter to specify the content of a PFX file that can
      be included in the configuration MOF - Fixes Issue #241.
  • CertificateImport:
    • Added Base64Content parameter to specify the content of a certificate file
      that can be included in the configuration MOF - Fixes Issue #241.

Changed

  • Fix bug where Import-PfxCertificateEx would not install private keys in the
    ALLUSERSPROFILE path when importing to LocalMachine store. Issue #248.
  • Renamed master branch to main - Fixes Issue #237.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #245.
  • Changed Test-Thumbprint to cache supported hash algorithms to increase
    performance - Fixes Issue #221.
  • Added warning messages into empty catch blocks in Certificate.PDT module to
    assist with debugging.

Fixed

  • Removed requirement for tests to use New-SelfSignedCertificateEx from
    TechNet Gallery due to retirement.
    This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
  • Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
  • Moved thumbprint generation for testing into helper function New-CertificateThumbprint
    and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it
    runs on PowerShell Core/7.x.

v5.1.0-preview0002

23 Feb 05:56
384ba21

Choose a tag to compare

v5.1.0-preview0002 Pre-release
Pre-release

[v5.1.0-preview0002]

Added

  • PfxImport:
    • Added Base64Content parameter to specify the content of a PFX file that can be included in the
      configuration MOF - Fixes Issue #241.
  • CertificateImport:
    • Added Base64Content parameter to specify the content of a certificate file that can be included
      in the configuration MOF - Fixes Issue #241.

Changed

  • Fix bug where Import-PfxCertificateEx would not install private keys in the ALLUSERSPROFILE path
    when importing to LocalMachine store. Issue #248.
  • Renamed master branch to main - Fixes Issue #237.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #245.
  • Changed Test-Thumbprint to cache supported hash algorithms to increase
    performance - Fixes Issue #221.
  • Added warning messages into empty catch blocks in Certificate.PDT module to
    assist with debugging.

Fixed

  • Removed requirement for tests to use New-SelfSignedCertificateEx from
    TechNet Gallery due to retirement.
    This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
  • Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
  • Moved thumbprint generation for testing into helper function New-CertificateThumbprint
    and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it runs
    on PowerShell Core/7.x.

v5.1.0-preview0001

19 Feb 18:58
6fdb097

Choose a tag to compare

v5.1.0-preview0001 Pre-release
Pre-release

[v5.1.0-preview0001]

Added

  • PfxImport:
    • Added Base64Content parameter to specify the content of a PFX file that can be included in the configuration MOF - Fixes Issue #241.
  • CertificateImport:
    • Added Base64Content parameter to specify the content of a certificate file that can be included in the configuration MOF - Fixes Issue #241.

Changed

  • Renamed master branch to main - Fixes Issue #237.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #245.
  • Changed Test-Thumbprint to cache supported hash algorithms to increase
    performance - Fixes Issue #221.
  • Added warning messages into empty catch blocks in Certificate.PDT module to
    assist with debugging.

Fixed

  • Removed requirement for tests to use New-SelfSignedCertificateEx from
    TechNet Gallery due to retirement.
    This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
  • Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
  • Moved thumbprint generation for testing into helper function New-CertificateThumbprint
    and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it runs
    on PowerShell Core/7.x.

v5.0.1-preview0002

11 Feb 06:54
57f817a

Choose a tag to compare

v5.0.1-preview0002 Pre-release
Pre-release

[v5.0.1-preview0002]

Changed

  • Renamed master branch to main - Fixes Issue #237.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #245.
  • Changed Test-Thumbprint to cache supported hash algorithms to increase
    performance - Fixes Issue #221.
  • Added warning messages into empty catch blocks in Certificate.PDT module to
    assist with debugging.

Fixed

  • Removed requirement for tests to use New-SelfSignedCertificateEx from
    TechNet Gallery due to retirement.
    This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
  • Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
  • Moved thumbprint generation for testing into helper function New-CertificateThumbprint
    and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it runs
    on PowerShell Core/7.x.