generated from clouddrove/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
0182965
commit f965b40
Showing
2 changed files
with
64 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,50 @@ | ||
# 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.7] - 2022-04-07 | ||
### :bug: Bug Fixes | ||
- [`255fa86`](https://github.com/clouddrove/terraform-azure-storage/commit/255fa8601d76d549b104c9faa83e8b959a500add) - Fix - storage account private endpoint is possible if it's in the same vnet | ||
|
||
## [1.0.6] - 2022-03-27 | ||
### :bug: Bug Fixes | ||
- [`f1d591d`](https://github.com/clouddrove/terraform-azure-storage/commit/f1d591d76b4f143640e38eb25210296066135da7) - Added versioning enabled argument | ||
|
||
## [1.0.5] - 2022-03-13 | ||
### :sparkles: New Features | ||
- [`cd20b31`](https://github.com/clouddrove/terraform-azure-storage/commit/cd20b317695af567b6d9012d80d77d307bbf88a2) - Added diagnostic settings for the resource | ||
|
||
## [1.0.4] - 2022-03-07 | ||
### :sparkles: New Features | ||
- [`fb4041c`](https://github.com/clouddrove/terraform-azure-storage/commit/fb4041c59f05f278bf7ae4d7393604ec9d335b06) - Added private endpoint | ||
### :bug: Bug Fixes | ||
- [`d536568`](https://github.com/clouddrove/terraform-azure-storage/commit/d536568338ed0013a999243a750ed4764c2eb37e) - existing dns condition added | ||
|
||
## [1.0.3] - 2022-02-21 | ||
### :sparkles: New Features | ||
- [`a16ed67`](https://github.com/clouddrove/terraform-azure-storage/commit/a16ed67f18fcfb88bd62195d1c9c4b39ca0cac4b) - Added another example with cmk encryption | ||
|
||
## [1.0.2] - 2022-01-10 | ||
### :sparkles: New Features | ||
- [`ac9f252`](https://github.com/clouddrove/terraform-azure-storage/commit/ac9f252e4e17bce63c1fd78c5f24a3ed3e6a02cb) - Added extra services in storage account | ||
|
||
## [1.0.1] - 2022-12-12 | ||
### :sparkles: New Features | ||
- [`15b5996`](https://github.com/clouddrove/terraform-azure-storage/commit/15b5996c4884bf144be66c405e0c016de3f8b26e) - Update module | ||
|
||
## [1.0.0] - 2022-12-08 | ||
### :sparkles: New Features | ||
- [`15b5996`](https://github.com/clouddrove/terraform-azure-storage/commit/15b5996c4884bf144be66c405e0c016de3f8b26e) - Added Terraform Azure Storage Module. | ||
|
||
|
||
|
||
[1.0.0]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.0...master | ||
[1.0.1]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.0...1.0.1 | ||
[1.0.2]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.1...1.0.2 | ||
[1.0.3]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.2...1.0.3 | ||
[1.0.4]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.3...1.0.4 | ||
[1.0.5]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.4...1.0.5 | ||
[1.0.6]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.5...1.0.6 | ||
[1.0.7]: https://github.com/clouddrove/terraform-azure-storage/compare/1.0.5...1.0.6 |