Releases: PlagueHO/LabBuilder
Releases · PlagueHO/LabBuilder
v1.2.1-preview0001
[v1.2.1-preview0001]
Changed
- Convert build pipeline to use GitTools Azure DevOps extension tasks
instead of deprecated GitVersion extension.
v1.2.0
[v1.2.0]
Fixed
- Fix build problems preventing help from being compiled and added
to the module.
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019. - Improve structure of
Invoke-LabSample.ps1
function to remove need
for$script
scope variables. - Fixed sample
samples\Sample_WS2019_AzureADConnect.xml
default gateway
for SA-AADC VM. dsclibrary\MEMBER_AADC.DSC.ps1
: Created DSC config for deploying an
Azure AD Connect server.dsclibrary\MEMBER_WAC.DSC.ps1
: Created DSC config for deploying a
Windows Administration Center server.
Fixes
- Fixed GitVersion to prevent build failures
v1.2.0-preview0003
[v1.2.0-preview0003]
Fixed
- Fix build problems preventing help from being compiled and added
to the module.
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019. - Improve structure of
Invoke-LabSample.ps1
function to remove need
for$script
scope variables. - Fixed sample
samples\Sample_WS2019_AzureADConnect.xml
default gateway
for SA-AADC VM. dsclibrary\MEMBER_AADC.DSC.ps1
: Created DSC config for deploying an
Azure AD Connect server.dsclibrary\MEMBER_WAC.DSC.ps1
: Created DSC config for deploying a
Windows Administration Center server.
Fixes
- Fixed GitVersion to prevent build failures
v1.2.0-preview0002
[v1.2.0-preview0002]
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019. - Improve structure of
Invoke-LabSample.ps1
function to remove need
for$script
scope variables. - Fixed sample
samples\Sample_WS2019_AzureADConnect.xml
default gateway
for SA-AADC VM. dsclibrary\MEMBER_AADC.DSC.ps1
: Created DSC config for deploying an
Azure AD Connect server.dsclibrary\MEMBER_WAC.DSC.ps1
: Created DSC config for deploying a
Windows Administration Center server.
v1.2.0-preview0001
[v1.2.0-preview0001]
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019. - Improve structure of
Invoke-LabSample.ps1
function to remove need
for$script
scope variables. - Fixed sample
samples\Sample_WS2019_AzureADConnect.xml
default gateway
for SA-AADC VM. dsclibrary\MEMBER_AADC.DSC.ps1
: Created DSC config for deploying an
Azure AD Connect server.
v1.1.1-preview0002
[v1.1.1-preview0002]
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019. - Improve structure of
Invoke-LabSample.ps1
function to remove need
for$script
scope variables. - Fixed sample
samples\Sample_WS2019_AzureADConnect.xml
default gateway
for SA-AADC VM.
v1.1.1-preview0001
[v1.1.1-preview0001]
Changed
- Update sample labs for Windows Server 2019 to use latest
evaluation ISO download URIs and edition names. - Removed sample
samples\Sample_WS2019_NanoDomain.xml
because it
is not valid for Windows Server 2019.
v1.1.0
[v1.1.0]
Changed
- Renamed
LabBuilder_LocalizedData.psd1
toLabBuilder.strings.psd1
to
align to other PowerShell modules. - Convert all DSC configurations to use ComputerManagementDsc version
7.1.0.0. - Clean up code style on all DSC Library files.
dsclibrary\DC_FORESTCHILDDOMAIN.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTPRIMARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTSECONDARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\MEMBER_DHCP.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPNPAS2016.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\STNADALONE_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\STNADALONE_INTERNET.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Remove AppVeyor CI pipeline and updated to new Continuous Delivery
pattern using Azure DevOps - fixes Issue #355. - Fix build badges.
- Change Azure DevOps Pipeline definition to include
source/*
- Fixes Issue #359. - Updated pipeline to use
latest
version ofModuleBuilder
- Fixes Issue #359. - Merge
HISTORIC_CHANGELOG.md
intoCHANGELOG.md
- Fixes Issue #360. - Changed Build.yml to support
ModuleBuilder
version to1.7.0
by changing
CopyDirectories
toCopyPaths
. - Changed
azure-pipelines.yml
to run on all builds and PRs. - Renamed
master
branch tomain
- fixes Issue #368. - Pinned build to Pester v4.10.1 - Fixes Issue #369.
v1.1.0-preview0003
[v1.1.0-preview0003]
Changed
- Renamed
LabBuilder_LocalizedData.psd1
toLabBuilder.strings.psd1
to
align to other PowerShell modules. - Convert all DSC configurations to use ComputerManagementDsc version
7.1.0.0. - Clean up code style on all DSC Library files.
dsclibrary\DC_FORESTCHILDDOMAIN.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTPRIMARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTSECONDARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\MEMBER_DHCP.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPNPAS2016.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\STNADALONE_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\STNADALONE_INTERNET.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Remove AppVeyor CI pipeline and updated to new Continuous Delivery
pattern using Azure DevOps - fixes Issue #355. - Fix build badges.
- Change Azure DevOps Pipeline definition to include
source/*
- Fixes Issue #359. - Updated pipeline to use
latest
version ofModuleBuilder
- Fixes Issue #359. - Merge
HISTORIC_CHANGELOG.md
intoCHANGELOG.md
- Fixes Issue #360. - Changed Build.yml to support
ModuleBuilder
version to1.7.0
by changing
CopyDirectories
toCopyPaths
. - Changed
azure-pipelines.yml
to run on all builds and PRs. - Renamed
master
branch tomain
- fixes Issue #368. - Pinned build to Pester v4.10.1 - Fixes Issue #369.
v1.1.0-preview0002
[v1.1.0-preview0002]
Changed
- Renamed
LabBuilder_LocalizedData.psd1
toLabBuilder.strings.psd1
to
align to other PowerShell modules. - Convert all DSC configurations to use ComputerManagementDsc version
7.1.0.0. - Clean up code style on all DSC Library files.
dsclibrary\DC_FORESTCHILDDOMAIN.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTPRIMARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\DC_FORESTSECONDARY.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\MEMBER_DHCP.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DHCPNPAS2016.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\MEMBER_DNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
dsclibrary\STNADALONE_DHCPDNS.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Correct DHCP scope example - fixes Issue #343.
dsclibrary\STNADALONE_INTERNET.DSC.ps1
:- Convert to use xDnsServer version 1.16.0.0.
- Clean up code style.
- Remove AppVeyor CI pipeline and updated to new Continuous Delivery
pattern using Azure DevOps - fixes Issue #355. - Fix build badges.