Skip to content

Commit

Permalink
feat: auto changelog action added (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav authored May 2, 2023
1 parent c3378aa commit f315f57
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: changelog
permissions: write-all

on:
push:
tags:
- "*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog
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.5] - 2023-04-24
### :sparkles: New Features
- [`35ec489`](https://github.com/clouddrove/terraform-azure-key-vault/commit/35ec48907fa0d604c753cc72da2ada0d31ff10d1) - Added Support for DNS zone in different subscription
- [`47c87e4`](https://github.com/clouddrove/terraform-azure-key-vault/commit/47c87e496ecc2588692443bab7c9a5c816f5c1b9) - Added Resource for multi sub vnet link


## [1.0.4] - 2023-03-24
### :sparkles: New Features
- [`84bdbb2`](https://github.com/clouddrove/terraform-azure-key-vault/commit/84bdbb2a4eae06a3ab810d88b344683cc3484002) - Added diagnostic setting enable resource

## [1.0.3] - 2023-03-07
### :bug: Bug Fixes
- [`b1d2874`](https://github.com/clouddrove/terraform-azure-key-vault/commit/f249ec4bbc495c4341ed5d98d713aad2d2e2fa54) - fixed Private endpoint Url

## [1.0.2] - 2023-02-09
### :sparkles: New Features
- [`b1d2874`](https://github.com/clouddrove/terraform-azure-key-vault/commit/b1d287462a118fbdb27c0b6d41cc9fe9667415e7) - Added example.tf with RBAC

## [1.0.1] - 2022-12-12
### :bug: Bug Fixes
- [`8983dae`](https://github.com/clouddrove/terraform-azure-key-vault/commit/8983dae5fef9f3c97d7c80e78ace08247921bd38) - Change name sequense

## [1.0.0] - 2022-12-12
### :sparkles: New Features
- [`8983dae`](https://github.com/clouddrove/terraform-azure-key-vault/commit/8983dae5fef9f3c97d7c80e78ace08247921bd38) - Added Terraform Azure Key Vault Module


[1.0.0]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.0...master
[1.0.1]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.1...1.0.2
[1.0.3]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.2...1.0.3
[1.0.4]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.3...1.0.4
[1.0.5]: https://github.com/clouddrove/terraform-azure-key-vault/compare/1.0.4...1.0.5

0 comments on commit f315f57

Please sign in to comment.