From b68dac7647b0b30382642b5a05ab6abdc85b299f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:10:12 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b328d..21cd568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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