Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.2.0](https://github.com/AzureLocal/azurelocal-vm-hydration/compare/v0.1.0...v0.2.0) (2026-05-12)


### Features

* add AzureLocalVMHydration PowerShell module ([9fafb7c](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/9fafb7c5db348d4e7ae047cf8113bce8b6e1c172))
* add branding assets, repo-management docs, and compliance files ([60fdc40](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/60fdc40b0b56ccffda8130bd54821a26cdfc058e))
* add VM hydration and reconnect automation scripts with docs and tests ([04ff1f5](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/04ff1f5fd1d641ec2cf8ed392213d86511f10d2a))
* **tests:** add gallery image support for test VM creation ([d4c52d3](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/d4c52d350dcfe0754aa253ec95f4fce3e96d75a4))
* **tests:** full VHD source intelligence — gallery, ISO, eval download, Gen1/Gen2 ([abf031c](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/abf031c227725e759685c66aa54bdb7bcb51e673))


### Bug Fixes

* **docs:** add logo and favicon to mkdocs theme config ([14e011c](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/14e011cabbabf29b7c1acf13f7a05dd06564000d))
* **docs:** correct site URL and repo references from azurelocal-hydration to azurelocal-vm-hydration ([8073d6e](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/8073d6e15073fda77c29e1a2001b2a24080016ba))
* **tests:** add -SourceVhdPath to test VM setup scripts ([71c2d55](https://github.com/AzureLocal/azurelocal-vm-hydration/commit/71c2d55ab2de60782b1074c7a6629c6eee515ea2))

## [Unreleased]

### Features
Expand Down