Releases: ZanattaMichael/SRDSC
0.0.5 - Minor Changes (Enhancements)
What's Changed
- Updated Documentation by @ZanattaMichael in #19
- Added Script Expression Validation %%SR_PARAM's by @ZanattaMichael in #23
- Pull Request: CertificateThumbprint, Public Key Cert Export, and Add-SRDSCNode Update by @ZanattaMichael in #24
Full Changelog: 0.0.4...0.0.5
0.0.4-alpha - Minor Changes
0.0.3 - Breaking Bug Fixes
What's Changed
- Version 0.0.3 - Breaking Bug Fixes by @ZanattaMichael in #17
Fixes the following bugs:
When importing the module, some private commands need to be exportable. This process is skipped causing issues.
When importing the module, it would call 'git', which would abstract to a helper function (which hasn't been loaded), causing a circular issue. This was resolved by change git to git.exe forcing the executable to be triggered.
When Initialize-SRDSC provisions the Script Runner target. It sets the wrong target, causing scripts to launch, but not have access to the local profile.
Fix encoding issues with Add-SRDSCNode. VSCode was encoding files incorrectly, causing errors to be raised when executed.
Fixed issue with Start-SRDSCConfiguration, where the build script was not completing correctly.
Changed LCM Configuration mode to be 'ApplyAndAutoCorrect'
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Adding Documentation/ Initial Spell Checking. by @ZanattaMichael in #16
Full Changelog: 0.0.1...0.0.2
0.0.1 - Initial Release
What's Changed
- Initial Commit by @ZanattaMichael in #1
- Create run_unit_tests.yml by @ZanattaMichael in #2
- Fixing Tests by @ZanattaMichael in #3
- Added Test-ProxyConnection code by @ZanattaMichael in #4
- Updates to the LocalLoader Script by @ZanattaMichael in #5
- Adding CI switch to invoke tests by @ZanattaMichael in #6
- Adding Script Runner API Intergration into Initialize-SRDSC by @ZanattaMichael in #7
- Bug Fixes and Code Refactoring by @ZanattaMichael in #8
- Started Documentation by @ZanattaMichael in #9
- Adding Build Scripts and Documentation by @ZanattaMichael in #10
- Adding Pre-Release Logic by @ZanattaMichael in #11
- Fix build workflow by @ZanattaMichael in #12
- Fix Build Script by @ZanattaMichael in #13
- Add Module into build workflow by @ZanattaMichael in #14
- Fix file path bug by @ZanattaMichael in #15
New Contributors
- @ZanattaMichael made their first contribution in #1
Full Changelog: https://github.com/ZanattaMichael/SRDSC/commits/0.0.1