-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf17c73
commit 1d7d596
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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.2] - 2023-04-13 | ||
### :sparkles: New Features | ||
- [`d5a0ada`](https://github.com/clouddrove/terraform-azure-subnet/commit/994bfeaa8556857c6102db234d14710b3991b8e7) - update route table resource to create multiple rt in same vnet | ||
|
||
## [1.0.1] - 2023-01-09 | ||
### :bug: Bug Fixes | ||
- [`d5a0ada`](https://github.com/clouddrove/terraform-azure-vnet/commit/4e669df6b4fbd6c2a490af5fe54f8b24d9c20ed6) - update delegation and update service_endpoints | ||
|
||
## [1.0.0] - 2022-12-29 | ||
### :sparkles: New Features | ||
- [`b3434b7`](https://github.com/clouddrove/terraform-azure-subnet/commit/b3434b75f733296ad9c2259282bc36bb207794f1) - Added Terraform Azure Subnet Module. | ||
|
||
|
||
|
||
[1.0.0]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.0...master | ||
[1.0.1]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.0...1.0.1 | ||
[1.0.2]: https://github.com/clouddrove/terraform-azure-subnet/compare/1.0.1...1.0.2 |