Skip to content

Commit 3aff685

Browse files
chore(main): release 1.0.0
1 parent 9530fd8 commit 3aff685

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 1.0.0 (2026-04-03)
8+
9+
10+
### Features
11+
12+
* add unique project ID field automation (AVD-N prefix) ([d86400c](https://github.com/AzureLocal/azurelocal-avd/commit/d86400c7625aa97c7ba553fe237e04092b7167ea))
13+
* **epic-8:** complete AVD full automation build-out ([b64cdb8](https://github.com/AzureLocal/azurelocal-avd/commit/b64cdb882cd2730567039b7375022fd1b8b12db4))
14+
* **epic-8:** complete AVD full automation build-out ([8b24c59](https://github.com/AzureLocal/azurelocal-avd/commit/8b24c59665a3172e1b0857254f1e8252a1e89955))
15+
* GitHub Project & Repo Standardization (Plan 1) ([b19d67e](https://github.com/AzureLocal/azurelocal-avd/commit/b19d67ec53c8e697e012e8715eef1f68bf323a01))
16+
* implement Epic [#8](https://github.com/AzureLocal/azurelocal-avd/issues/8) — AVD full automation (Sub-Tasks 1-12) ([cb9c7f3](https://github.com/AzureLocal/azurelocal-avd/commit/cb9c7f359517f550e121b2622bf1dada91c78c85))
17+
* integrate AVD deployment code and restructure repository ([335000c](https://github.com/AzureLocal/azurelocal-avd/commit/335000c676927427155a7e1cc48496fe379ee10f))
18+
19+
20+
### Bug Fixes
21+
22+
* add missing diagram PNG exports ([3b82868](https://github.com/AzureLocal/azurelocal-avd/commit/3b828688c0674f255585e0ce0ae33770c951369a))
23+
* address plan verification gaps ([32d0d8a](https://github.com/AzureLocal/azurelocal-avd/commit/32d0d8a2ba1814a8c3575167f18ac8d36e537c31))
24+
* correct AVD Private Endpoints for Azure Local hybrid architecture ([4806d21](https://github.com/AzureLocal/azurelocal-avd/commit/4806d21bd190fa7ada2258d250e3fdd911620bb4))
25+
* correct Azure Local identity constraints and FSLogix topology accuracy ([6b71389](https://github.com/AzureLocal/azurelocal-avd/commit/6b713895ecadd923d23755d7103712aa206715ba))
26+
* make set-fields resilient to add-to-project failures ([cc2cda1](https://github.com/AzureLocal/azurelocal-avd/commit/cc2cda1f79129715a95dea1bab6d35dbb5105686))
27+
* pin actions/add-to-project to v1.0.2 ([1bc6e98](https://github.com/AzureLocal/azurelocal-avd/commit/1bc6e98e470984c21baa820646c3e67cff0e03fc))
28+
* remove invalid sitemap plugin, move gtag to preset options ([a9c9225](https://github.com/AzureLocal/azurelocal-avd/commit/a9c9225a2c5a111f3b1912342ab333315a419911))
29+
* remove unsupported hashFiles condition from powershell workflow ([e75e3f2](https://github.com/AzureLocal/azurelocal-avd/commit/e75e3f209cddbd10568f5c602159ad3338a291a7))
30+
* repair docs and validation workflows ([5f2253f](https://github.com/AzureLocal/azurelocal-avd/commit/5f2253f08702d53bdf3ab34fefba4f17872b49bf))
31+
* repair remaining config validation workflow paths ([250c543](https://github.com/AzureLocal/azurelocal-avd/commit/250c543d61df19fbe5d813826ede3b34bc926f7f))
32+
* repair stale config paths in CI workflows and Pester tests ([9530fd8](https://github.com/AzureLocal/azurelocal-avd/commit/9530fd829fb6958c9c5472f340337f8ebba9acd7))
33+
* update Solution field option IDs after Toolkit option added to Project [#3](https://github.com/AzureLocal/azurelocal-avd/issues/3) ([ae3acfe](https://github.com/AzureLocal/azurelocal-avd/commit/ae3acfe8ac8aa7decae66b49c549703841fce7a2))
34+
* use action output for item ID, fix stale solution field option IDs ([b642409](https://github.com/AzureLocal/azurelocal-avd/commit/b6424098391b40686adeda8ef7cc926e1bf14918))
35+
736
## [Unreleased]
837

938
### Features

0 commit comments

Comments
 (0)