Skip to content

Commit

Permalink
docs: update CHANGELOG.md for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Oct 18, 2024
1 parent b9a3654 commit 9e9d76c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,37 @@ 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.1.0] - 2024-10-18
### :sparkles: New Features
- [`4dacd5e`](https://github.com/clouddrove/terraform-azure-bastion/commit/4dacd5e7f6733d5e335fb2cc763acd74ddbc76c4) - auto changelog action added *(commit by [@themaheshyadav](https://github.com/themaheshyadav))*
- [`9383512`](https://github.com/clouddrove/terraform-azure-bastion/commit/9383512e83e4fd92a82aa4dacaed07c0e0d83934) - added dependabot.yml file *(commit by [@themaheshyadav](https://github.com/themaheshyadav))*

### :bug: Bug Fixes
- [`826b4f4`](https://github.com/clouddrove/terraform-azure-bastion/commit/826b4f4fe06d3cea5242d81549a253ee99232f4d) - add default value in variable.tf *(commit by [@themaheshyadav](https://github.com/themaheshyadav))*
- [`8f124ea`](https://github.com/clouddrove/terraform-azure-bastion/commit/8f124ea0eebfebb0cfa8dc728e5c7ae0569b8407) - Ran terraform fmt *(commit by [@pranaydeokar](https://github.com/pranaydeokar))*
- [`c0bca8e`](https://github.com/clouddrove/terraform-azure-bastion/commit/c0bca8e0abb256094634c5ce333f5d139e5ec88d) - Fixed Tflint warnings *(commit by [@pranaydeokar](https://github.com/pranaydeokar))*
- [`07b3249`](https://github.com/clouddrove/terraform-azure-bastion/commit/07b32491602eeff792ed187002e7266af72bbcad) - Fixed tf-checks / basic-example *(commit by [@pranaydeokar](https://github.com/pranaydeokar))*
- [`958b69e`](https://github.com/clouddrove/terraform-azure-bastion/commit/958b69e9df53a07b00422a05e1bcca194fa9972d) - tf-checks / basic-example *(commit by [@pranaydeokar](https://github.com/pranaydeokar))*
- [`26eed41`](https://github.com/clouddrove/terraform-azure-bastion/commit/26eed411d1910c4e77483d91aa80d879c37344f2) - updated azure latest version *(commit by [@pranaydeokar](https://github.com/pranaydeokar))*
- [`8d2adca`](https://github.com/clouddrove/terraform-azure-bastion/commit/8d2adcad5621305929e9c487d6bf00d11141bb52) - change in count condition *(PR [#17](https://github.com/clouddrove/terraform-azure-bastion/pull/17) by [@Rupalgw](https://github.com/Rupalgw))*
- [`0ba4b78`](https://github.com/clouddrove/terraform-azure-bastion/commit/0ba4b78cc136a41cf6adbcadb160c29bd03ca862) - Added subscription_id & updated module versions *(commit by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`6dd0ea9`](https://github.com/clouddrove/terraform-azure-bastion/commit/6dd0ea9f7bfcd5959620173aa24fc01b24f16bdd) - formatted the code *(commit by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`584ad26`](https://github.com/clouddrove/terraform-azure-bastion/commit/584ad268843a15c870f8944f1ed6d331d0fed60f) - updated workflows & changed _examples to examples *(commit by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`f40b487`](https://github.com/clouddrove/terraform-azure-bastion/commit/f40b4876a3994d83b516b59bb737518203934832) - updated dependabot workflow *(commit by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`79afada`](https://github.com/clouddrove/terraform-azure-bastion/commit/79afada8a436a7e876fab47e8f6c37a25b95d1f2) - Added subscription_id & updated module versions *(PR [#26](https://github.com/clouddrove/terraform-azure-bastion/pull/26) by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`fb15909`](https://github.com/clouddrove/terraform-azure-bastion/commit/fb15909e062c73c727f80b5e22c215a50f98532d) - updated automerge workflow *(commit by [@Tanishdrove](https://github.com/Tanishdrove))*
- [`e876db4`](https://github.com/clouddrove/terraform-azure-bastion/commit/e876db46439a967af6902a43c4af18323d146fce) - Updated codeowners *(commit by [@vedant990](https://github.com/vedant990))*

### :construction_worker: Build System
- [`ccbd68e`](https://github.com/clouddrove/terraform-azure-bastion/commit/ccbd68e48611e0fd9344b898efe5a0e4fb1124e3) - Add tfsec workflow *(PR [#10](https://github.com/clouddrove/terraform-azure-bastion/pull/10) by [@nileshgadgi](https://github.com/nileshgadgi))*
- [`7cfe0ee`](https://github.com/clouddrove/terraform-azure-bastion/commit/7cfe0ee70795390beb364f690d5a98afd63ed3ae) - **deps**: bump clouddrove/github-shared-workflows from 1.2.1 to 1.2.4 *(commit by [@dependabot[bot]](https://github.com/apps/dependabot))*


## [1.0.0] - 2023-01-06
### :sparkles: New Features
- [`ae5f1dd`](https://github.com/clouddrove/terraform-azure-bastion/commit/ae5f1dd2feadbcb1b19df3c755ee95d1f48034f9) - Added Terraform Azure Bastion Module.



[1.0.0]: https://github.com/clouddrove/terraform-azure-bastion/compare/1.0.0...master
[1.1.0]: https://github.com/clouddrove/terraform-azure-bastion/compare/1.0.0...1.1.0

0 comments on commit 9e9d76c

Please sign in to comment.