From b351a05088faf56ecbd865b64de6d988c4fac7ae Mon Sep 17 00:00:00 2001 From: CloudDrove CI <84795582+clouddrove-ci@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:50:06 +0000 Subject: [PATCH] docs: update CHANGELOG.md for 2.0.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb2619..98ad598 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0] - 2024-04-08 +### :bug: Bug Fixes +- [`7235597`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/7235597efdf3cb28e6fcc5a27b24729388483937) - add default value in variable.tf *(commit by [@themaheshyadav](https://github.com/themaheshyadav))* +- [`2006d4d`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/2006d4db119a57c7d54aab021650c8d89be04e5c) - add role assin and ad extension *(commit by [@mamrajyadav](https://github.com/mamrajyadav))* +- [`b8b7536`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/b8b7536166ffb237c359a34d118223f29ff90800) - update automerge *(commit by [@mamrajyadav](https://github.com/mamrajyadav))* +- [`5f1c076`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/5f1c07685eac22b56b588b55484041604423bf72) - update ad extension for windows *(commit by [@mamrajyadav](https://github.com/mamrajyadav))* +- [`da11177`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/da11177f1c0c267425b0ca6c972ca03cd0936334) - update workflows version *(commit by [@mamrajyadav](https://github.com/mamrajyadav))* +- [`8a71132`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/8a711329cd42cec111b1a56bfaeb3642a929c605) - naming fix for disk encryption *(commit by [@d4kverma](https://github.com/d4kverma))* +- [`29b2f1b`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/29b2f1b360c02529c081a166fa41ba7deb059264) - remove diagnosis setting attributes *(commit by [@d4kverma](https://github.com/d4kverma))* +- [`12b83e5`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/12b83e5fb66e3d1d431ef610027651654fe3f5ab) - default variables *(PR [#51](https://github.com/clouddrove/terraform-azure-virtual-machine/pull/51) by [@d4kverma](https://github.com/d4kverma))* +- [`379ea57`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/379ea5789461581339d49eec00e57b237ebf75ad) - change in count condition *(PR [#53](https://github.com/clouddrove/terraform-azure-virtual-machine/pull/53) by [@Rupalgw](https://github.com/Rupalgw))* + +### :construction_worker: Build System +- [`c0164b6`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/c0164b62da68b96fe5c2a98c130f2232bd3ce768) - **deps**: bump clouddrove/github-shared-workflows *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))* +- [`b66f678`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/b66f678ee173371329f221074e3dbf0a82d7aa59) - **deps**: bump pre-commit/action from 3.0.0 to 3.0.1 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))* +- [`5413805`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/5413805359e0b632d14eefd0c98f7c83eccef27a) - **deps**: bump clouddrove/github-shared-workflows from 1.2.1 to 1.2.2 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))* + + ## [1.0.6] - 2023-05-05 ### :sparkles: New Features - [`4acc38c`](https://github.com/clouddrove/terraform-azure-virtual-machine/commit/4acc38c0f994e74f2baf2363e17169a83ff8433d) - auto changelog action added *(commit by [@anmolnagpal](https://github.com/anmolnagpal))* @@ -46,4 +64,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.0.4]: https://github.com/clouddrove/terraform-azure-virtual-machine/compare/1.0.3...1.0.4 [1.0.5]: https://github.com/clouddrove/terraform-azure-virtual-machine/compare/1.0.4...1.0.5 -[1.0.6]: https://github.com/clouddrove/terraform-azure-virtual-machine/compare/1.0.5...1.0.6 \ No newline at end of file +[1.0.6]: https://github.com/clouddrove/terraform-azure-virtual-machine/compare/1.0.5...1.0.6 +[2.0.0]: https://github.com/clouddrove/terraform-azure-virtual-machine/compare/1.0.3...2.0.0 \ No newline at end of file