Skip to content

Releases: ztrhgf/Powershell_CICD_repository

v3.2.2

23 Nov 09:10
Compare
Choose a tag to compare

Performance improvements + bug fixes for the 'personal installation' setup

v3.2.1

16 Nov 08:51
Compare
Choose a tag to compare

A lot of bug fixes for the 'personal installation' setup

3.2.0

09 Nov 21:36
Compare
Choose a tag to compare

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

17 Nov 14:23
Compare
Choose a tag to compare

Added

  • pre-commit check to warn users about adding alias that is used elsewhere in the repository

3.1.4

19 Oct 07:02
Compare
Choose a tag to compare

Bug fixes:

  • fixed not working deletion of modules that shouldn't be on the device

v3.1.3

13 Oct 07:19
Compare
Choose a tag to compare

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

12 May 09:58
Compare
Choose a tag to compare

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

23 Apr 17:07
6eab4c5
Compare
Choose a tag to compare

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

07 Apr 12:54
8dd3a7d
Compare
Choose a tag to compare

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:

  • various bug fixes

3.0.3

04 Jan 08:59
9712579
Compare
Choose a tag to compare

Bug fixes:

  • fixed capturing of errors that can occur in repo_sync.ps1 during fetch & clone, when credentials are wrong etc