-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating CHANGELOG.md via make changelog-patch for ^@^@v1.0.4 [ci skip]
- Loading branch information
1 parent
e34ed85
commit 3d9289d
Showing
1 changed file
with
95 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,95 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
<a name="unreleased"></a> | ||
## [Unreleased] | ||
|
||
|
||
|
||
<a name="v1.0.4"></a> | ||
## [v1.0.4] - 2020-09-18 | ||
|
||
- BBL-381 | small README.md sintaxt improvements | ||
- BBL-381 | standalone makefile approach implemented + README.md updated | ||
|
||
|
||
<a name="v1.0.3"></a> | ||
## [v1.0.3] - 2020-08-20 | ||
|
||
- BBL-192 | updating .gitignore + adding .editorconfig + LICENSE.md + Makefile docker ver to latest | ||
|
||
|
||
<a name="v1.0.2"></a> | ||
## [v1.0.2] - 2020-07-20 | ||
|
||
- updating changelog to its latest config | ||
- Promoting project name creds related update | ||
|
||
|
||
<a name="v1.0.1"></a> | ||
## [v1.0.1] - 2020-07-10 | ||
|
||
- BBL-78 updating to patch for future releases | ||
|
||
|
||
<a name="v1.0.0"></a> | ||
## [v1.0.0] - 2020-07-10 | ||
|
||
- BBL-78 fixing expected output in tests | ||
- BBL-84 releasing major version | ||
- BBL-78 tests have been added | ||
- BBL-84 module migrated to tf-0.12 | ||
- BBL-78 examples updated to follow tf-0.12 format | ||
- BBL-78 std file structure for tf 0.12 migration | ||
- BBL-84 makefile cross-project sync | ||
|
||
|
||
<a name="v0.0.3"></a> | ||
## [v0.0.3] - 2019-07-12 | ||
|
||
- Adding CHANGELOG.md for v0.0.3 | ||
- updating figures url by github raw endpoint in order to let README.md images to be publicly accesible by docker-hub and tf-registry among others | ||
- updating public figures url | ||
- fixing example README.md title | ||
- Adding examples README.mds to avoid - Submodules without a README or README.md are considered to be internal-only by the Terraform Module Registry. | ||
- Updating Makefile to support terratests cmds | ||
- .gitignore updated to its std cross-project format | ||
- updating example output string with the correrct 'sns' value | ||
- fixing example code to be executable | ||
- adding CHANGELOG.md with new release semtag v0.0.2 | ||
|
||
|
||
<a name="v0.0.2"></a> | ||
## [v0.0.2] - 2019-07-05 | ||
|
||
- adding pre-reqs for git-release -> CHANGELOG.md with new semtag v0.0.2 | ||
- Adding git-release support in makefile with git-chglog and semtag | ||
- updating tf 0.12 related readme.md with exact release ver | ||
- adding tf 0.12 related readme.md updates | ||
|
||
|
||
<a name="v0.0.1"></a> | ||
## [v0.0.1] - 2019-06-11 | ||
|
||
- Set theme jekyll-theme-slate | ||
|
||
|
||
<a name="0.0.1"></a> | ||
## 0.0.1 - 2019-06-11 | ||
|
||
- readme.md fixing figures link | ||
- readme.md fixing figures link | ||
- adding .gitignore and .gitallow files + minor readme.md update | ||
- Initial commit | ||
|
||
|
||
[Unreleased]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v1.0.4...HEAD | ||
[v1.0.4]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v1.0.3...v1.0.4 | ||
[v1.0.3]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v1.0.2...v1.0.3 | ||
[v1.0.2]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v1.0.1...v1.0.2 | ||
[v1.0.1]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v1.0.0...v1.0.1 | ||
[v1.0.0]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v0.0.3...v1.0.0 | ||
[v0.0.3]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v0.0.2...v0.0.3 | ||
[v0.0.2]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/v0.0.1...v0.0.2 | ||
[v0.0.1]: https://github.com/binbashar/terraform-aws-cost-billing-alarm/compare/0.0.1...v0.0.1 |