Skip to content

Releases: saigkill/WindowsBootstrapper

Release v1.0.1

12 Feb 16:26

Choose a tag to compare

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.

Release v1.0.0

31 Jan 19:31

Choose a tag to compare

Changes:

  • ca53a16 Merged PR 161: Initial version
  • 44ad19a fix: Update GitHub mirroring commands to use --prune for branches and tags
  • e211c9b fix: Correct logo image syntax in README
  • 91148e1 chore: Add Windows Bootstrapper SVG asset
  • bfddb28 (ci) Add Release stage to Azure Pipelines for GitHub release creation
  • ac3441a (ci) Refactor Azure Pipelines configuration: update output directory structure and remove obsolete build step
  • 358cda6 (ci) Fix tests
  • 1917b24 (ci) Update README and Azure Pipelines configuration; add new test files for module and path functionality
  • 89914a4 (ci) Update Azure Pipelines configuration to include tag triggers and add ZIP archiving step
  • 0a6ee36 (ci) Fix message formatting
See More

This list of changes was auto generated.