Skip to content

Commit

Permalink
docs: update CHANGELOG.md for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jun 15, 2023
1 parent 9f3a38a commit 7cd6bf0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2023-06-15
### :sparkles: New Features
- [`10c5528`](https://github.com/clouddrove/terraform-azure-vnet/commit/10c552803437fdf5847942ff950ebfc031beabc6) - tfsec added for module scan. *(commit by [@d4kverma](https://github.com/d4kverma))*
- [`fde9ed6`](https://github.com/clouddrove/terraform-azure-vnet/commit/fde9ed65eaeba52161b9cfff8ee12c7b12dbdf7c) - Added support for existing ddos protection plan *(commit by [@13archit](https://github.com/13archit))*

### :bug: Bug Fixes
- [`4a28973`](https://github.com/clouddrove/terraform-azure-vnet/commit/4a28973ec9a8624f73393c1b3001da9374b79c08) - update variable in example.tf *(commit by [@themaheshyadav](https://github.com/themaheshyadav))*
- [`77dbe5e`](https://github.com/clouddrove/terraform-azure-vnet/commit/77dbe5ea368ea9350c6aa73e6d058e0fdf482d5f) - Removed flow log resource *(commit by [@13archit](https://github.com/13archit))*
- [`a977c04`](https://github.com/clouddrove/terraform-azure-vnet/commit/a977c040f8efb503c2cb99b78dd2fa0f08f5df94) - Added basic and complete example folder. *(commit by [@13archit](https://github.com/13archit))*
- [`9cb67af`](https://github.com/clouddrove/terraform-azure-vnet/commit/9cb67afc7a798c4bdca1144762eea1a9071e4233) - Fixed workflows directory path *(commit by [@13archit](https://github.com/13archit))*
- [`77d4e18`](https://github.com/clouddrove/terraform-azure-vnet/commit/77d4e1878cb7519d8149788ffcdffa60f4bc0404) - Module directory path in example.tf *(commit by [@13archit](https://github.com/13archit))*
- [`b784738`](https://github.com/clouddrove/terraform-azure-vnet/commit/b784738a4dfb12be32a58e7bdbd4522eeb48abf8) - fixed statis checks error *(commit by [@13archit](https://github.com/13archit))*
- [`55169b4`](https://github.com/clouddrove/terraform-azure-vnet/commit/55169b49d1bc129631ae9dfce8409c5c3580f369) - Fixed readme.yaml *(commit by [@13archit](https://github.com/13archit))*

### :construction_worker: Build System
- [`63d438a`](https://github.com/clouddrove/terraform-azure-vnet/commit/63d438a52075e4030d2dbf7fe83519e2a9af8aee) - added tfsec workflow *(commit by [@anmolnagpal](https://github.com/anmolnagpal))*


## [1.0.1] - 2023-03-28
### :sparkles: New Features
- [`d5a0ada`](https://github.com/clouddrove/terraform-azure-vnet/commit/4e669df6b4fbd6c2a490af5fe54f8b24d9c20ed6) - Added network flow logs for vnet
Expand All @@ -16,3 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.0.0]: https://github.com/clouddrove/terraform-azure-vnet/compare/1.0.0...master
[1.0.1]: https://github.com/clouddrove/terraform-azure-vnet/compare/1.0.0...1.0.1

[1.0.3]: https://github.com/clouddrove/terraform-azure-vnet/compare/1.0.2...1.0.3

0 comments on commit 7cd6bf0

Please sign in to comment.