Skip to content

Commit cfe7edc

Browse files
chore(main): release 1.0.0
1 parent 70b9526 commit cfe7edc

2 files changed

Lines changed: 28 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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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-04)
8+
9+
10+
### Features
11+
12+
* add central variables.example.yml and gitignore variables.yml (issue [#15](https://github.com/AzureLocal/azurelocal-loadtools/issues/15)) ([def61f6](https://github.com/AzureLocal/azurelocal-loadtools/commit/def61f63ec3ca44f6600474386227f88845fe856))
13+
* add unique project ID field automation (LOAD-N prefix) ([c463d71](https://github.com/AzureLocal/azurelocal-loadtools/commit/c463d71ad2675ea540102f698fe241b2808e1002))
14+
* **config:** add missing tool variables to variables.example.yml ([93cddcb](https://github.com/AzureLocal/azurelocal-loadtools/commit/93cddcb9054094b08ce66c10a5931941e872b244))
15+
* GitHub Project & Repo Standardization (Plan 1) ([9aa924e](https://github.com/AzureLocal/azurelocal-loadtools/commit/9aa924e978e1a8494bd579e88b1791e902600986))
16+
* GitHub Project & Repo Standardization (Plan 1) ([5df58c9](https://github.com/AzureLocal/azurelocal-loadtools/commit/5df58c9755389365221f4aa8fde89557ce6641be))
17+
* implement fio, hammerdb, iperf, stress-ng tools ([58ee58c](https://github.com/AzureLocal/azurelocal-loadtools/commit/58ee58cff67a5958d113c126f2a9e14d93b4fb16))
18+
* VMFleet load testing implementation ([2fbcbb6](https://github.com/AzureLocal/azurelocal-loadtools/commit/2fbcbb6d90a539c03934166e1790769a424d3d31))
19+
20+
21+
### Bug Fixes
22+
23+
* add fetch-depth: 0 to checkout step for drawio-export-action ([442dc58](https://github.com/AzureLocal/azurelocal-loadtools/commit/442dc58337ff883af1df0e1449a12b5d9d162ce1))
24+
* add README.md and remove legacy AsciiDoc files ([#21](https://github.com/AzureLocal/azurelocal-loadtools/issues/21)) ([11df59d](https://github.com/AzureLocal/azurelocal-loadtools/commit/11df59dc9a9602a17011798fe33f36a62c9c9f6d))
25+
* make set-fields resilient to add-to-project failures ([a8ff714](https://github.com/AzureLocal/azurelocal-loadtools/commit/a8ff714e42de898ba9719cab5be5ce348e27099c))
26+
* pin actions/add-to-project to v1.0.2 ([51d5c02](https://github.com/AzureLocal/azurelocal-loadtools/commit/51d5c02b739f73a2062dee818f769f02e5db36e9))
27+
* remove invalid sitemap plugin, move gtag to preset options ([1a88b6d](https://github.com/AzureLocal/azurelocal-loadtools/commit/1a88b6da1edea7f26dc9f9d3d9c730c68d73f490))
28+
* remove old AsciiDoc build-docs.yml workflow ([102e643](https://github.com/AzureLocal/azurelocal-loadtools/commit/102e6431df8decbada20e761668b0526fb0d4914))
29+
* repair failing Pester tests, parse errors, regex bugs, and PSScriptAnalyzer lint exit condition ([abba316](https://github.com/AzureLocal/azurelocal-loadtools/commit/abba316746d8b983834966158cdae5720b481e96))
30+
* restore docs standards and repair vmfleet tests ([95596ec](https://github.com/AzureLocal/azurelocal-loadtools/commit/95596ec171b6b62da8c64dcea8c9ca38fddd0c43))
31+
* update Solution field option IDs after Toolkit option added to Project [#3](https://github.com/AzureLocal/azurelocal-loadtools/issues/3) ([2c9323e](https://github.com/AzureLocal/azurelocal-loadtools/commit/2c9323ea5ac965f35d3b9aba8dc3be7279352cee))
32+
* use action output for item ID, fix stale solution field option IDs ([0248421](https://github.com/AzureLocal/azurelocal-loadtools/commit/024842132a9cb7313993b67ab34d4b73e865b1da))
33+
734
## [Unreleased]
835

936
### Features

0 commit comments

Comments
 (0)