Skip to content

Release v1.0.1

Latest

Choose a tag to compare

@saigkill saigkill released this 12 Feb 16:26

Windows Bootstrapper Release v1.0.1

Released: 2026-02-11 16:18:02 UTC
Build: 1557
Commit: bde53a2
Pipeline: https://dev.azure.com/saigkill/WindowsBootstrapper/_build?definitionId=92


📝 Changes (6 commits)

  • Merged PR 164: Updated Readme, Bumped version (Sascha Manns, 5 hours ago) - Bump version (Sascha Manns, 5 hours ago) - (docs) Updated Readme (Sascha Manns, 5 hours ago) - Merged PR 163: Added ReleasNotes (Sascha Manns, 6 hours ago) - Added ReleaseNotesTemplate, (Sascha Manns, 6 hours ago) - refactor: Improve error handling and logging in various functions; update condition checks for collections (Sascha Manns, 11 days ago)

📂 Modified Files

  • M .gitignore - M README.md - A ReleaseNotesTemplate.txt - M azure-pipelines.yml - M bootstrap.ps1 - M modules/core.psm1 - M modules/installers.psm1 - M modules/tweaks.psm1 - M version.json

Artifacts

  • WindowsBootstrapper.zip

Installation

# Download and extract
Invoke-WebRequest -Uri "https://github.com/saigkill/WindowsBootstrapper/releases/download/v1.0.1/WindowsBootstrapper.zip" -OutFile "WindowsBootstrapper.zip"
Expand-Archive -Path "WindowsBootstrapper.zip" -DestinationPath "C:\Bootstrap"
          
# Run bootstrapper
cd C:\Bootstrap
 .\bootstrap.ps1

Requirements

  • Windows 10/11 or Windows Server 2019+
  • PowerShell 7.4.0+
  • Administrator privileges

✅ Quality Gates

  • ✔️ PSScriptAnalyzer: Passed
  • ✔️ Pester Tests: Passed
  • ✔️ JSON Validation: Passed
  • ✔️ Script Signing: Verified

🔗 Links

Changes:

  • bde53a2 Merged PR 164: Updated Readme, Bumped version
  • b9a8ded Bump version
  • 1629d3a (docs) Updated Readme
  • 53b01c5 Merged PR 163: Added ReleasNotes
  • d13d57a Added ReleaseNotesTemplate,
  • 4824466 refactor: Improve error handling and logging in various functions; update condition checks for collections

This list of changes was auto generated.