Releases: ztrhgf/Powershell_CICD_repository
Releases · ztrhgf/Powershell_CICD_repository
v3.2.2
Performance improvements + bug fixes for the 'personal installation' setup
v3.2.1
A lot of bug fixes for the 'personal installation' setup
3.2.0
Fixed
- fixed 'Personal Installation' option installation
Changed
- 'Personal Installation' doesn't need repo_puller anymore (logged user credentials will be used instead for pulling repository data)
3.1.5
Added
- pre-commit check to warn users about adding alias that is used elsewhere in the repository
3.1.4
Bug fixes:
- fixed not working deletion of modules that shouldn't be on the device
v3.1.3
Added:
- Warn about deleted function aliases if used somewhere in the repository (pre-commit validation)
Bug fixes:
- Just main function aliases are checked in pre-commit validation (aliases in sub-functions are ignored)
3.1.2
Changes
- pre-commit check now gives you option to continue if some serious misdemeanors against best practices were found (instead of exit)
Added
- pre-commit check now warns about renamed functions (if are used elsewhere in repository)
3.1.1
Changes
- improved code signing
- only sign PowerShell files not already signed
- added timeStampServer to ensure, that your code will not expire when signing certificate will expire
Added
- summarize for TEST installation, so you get information what is where :)
3.1.0
New features:
- new installation option (1), so now you can TEST THIS SOLUTION IN YOUR TEST ENVIRONMENT SAFELY IN UNDER 5 MINUTES!
- steps:
- log to your test VM (Windows Sandbox is great for this)
- download ZIP of this repository
- extract and run setup
- select '1' as installation option
- relax or watch the unattended installation :)
- start testing!
- added support for locally hosted GIT repository
- pre-commit checks for files placed in root of modules and script2module folders
Bug fixes:
3.0.3
Bug fixes:
- fixed capturing of errors that can occur in repo_sync.ps1 during fetch & clone, when credentials are wrong etc