Releases: dsccommunity/CertificateDsc
Releases · dsccommunity/CertificateDsc
v6.1.0-preview0002
[v6.1.0-preview0002]
Changed
azure-pipelines.yml- Remove
windows-2019images fixes #278. - Fix linting errors.
- Remove
Fixed
- Changed PFX certificate import to use X509Certificate2 constructor instead of the "Import" method. - Fixes Issue #280.
v6.1.0-preview0001
[v6.1.0-preview0001]
Changed
azure-pipelines.yml- Remove
windows-2019images fixes #278. - Fix linting errors.
- Remove
v6.0.0
[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.ioand
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
dscBuildVariabletasks. - 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
[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.ioand
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
dscBuildVariabletasks. - 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
[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.ioand
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
dscBuildVariabletasks. - 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
[v5.1.1-preview0001]
Changed
- Added support for publishing code coverage to
CodeCov.ioand
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
[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.
- Added Base64Content parameter to specify the content of a PFX file that can
- CertificateImport:
- Added Base64Content parameter to specify the content of a certificate file
that can be included in the configuration MOF - Fixes Issue #241.
- Added Base64Content parameter to specify the content of a certificate file
Changed
- Fix bug where
Import-PfxCertificateExwould not install private keys in the
ALLUSERSPROFILE path when importing to LocalMachine store. Issue #248. - Renamed
masterbranch tomain- Fixes Issue #237. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #245. - Changed
Test-Thumbprintto cache supported hash algorithms to increase
performance - Fixes Issue #221. - Added warning messages into empty catch blocks in
Certificate.PDTmodule to
assist with debugging.
Fixed
- Removed requirement for tests to use
New-SelfSignedCertificateExfrom
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 inTest-Thumbprintso that it
runs on PowerShell Core/7.x.
v5.1.0-preview0002
[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.
- Added Base64Content parameter to specify the content of a PFX file that can be included in the
- CertificateImport:
- Added Base64Content parameter to specify the content of a certificate file that can be included
in the configuration MOF - Fixes Issue #241.
- Added Base64Content parameter to specify the content of a certificate file that can be included
Changed
- Fix bug where
Import-PfxCertificateExwould not install private keys in the ALLUSERSPROFILE path
when importing to LocalMachine store. Issue #248. - Renamed
masterbranch tomain- Fixes Issue #237. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #245. - Changed
Test-Thumbprintto cache supported hash algorithms to increase
performance - Fixes Issue #221. - Added warning messages into empty catch blocks in
Certificate.PDTmodule to
assist with debugging.
Fixed
- Removed requirement for tests to use
New-SelfSignedCertificateExfrom
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 inTest-Thumbprintso that it runs
on PowerShell Core/7.x.
v5.1.0-preview0001
[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
masterbranch tomain- Fixes Issue #237. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #245. - Changed
Test-Thumbprintto cache supported hash algorithms to increase
performance - Fixes Issue #221. - Added warning messages into empty catch blocks in
Certificate.PDTmodule to
assist with debugging.
Fixed
- Removed requirement for tests to use
New-SelfSignedCertificateExfrom
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 inTest-Thumbprintso that it runs
on PowerShell Core/7.x.
v5.0.1-preview0002
[v5.0.1-preview0002]
Changed
- Renamed
masterbranch tomain- Fixes Issue #237. - Updated
GitVersion.ymlto latest pattern - Fixes Issue #245. - Changed
Test-Thumbprintto cache supported hash algorithms to increase
performance - Fixes Issue #221. - Added warning messages into empty catch blocks in
Certificate.PDTmodule to
assist with debugging.
Fixed
- Removed requirement for tests to use
New-SelfSignedCertificateExfrom
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 inTest-Thumbprintso that it runs
on PowerShell Core/7.x.