-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from SCT-Engineering/release/0.1.1
Release/0.1.1
- Loading branch information
Showing
3 changed files
with
68 additions
and
16 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
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 |
|---|---|---|
| @@ -1,18 +1,70 @@ | ||
| ## Unreleased | ||
| ## 1.0.5 (2024-10-23) | ||
|
|
||
| ### 🐛🚑️ Fixes | ||
|
|
||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
|
|
||
| ### ♻️ Refactorings | ||
|
|
||
| - **dns**: refactor to use tf native | ||
|
|
||
| ### docs | ||
|
|
||
| - **README.md**: added timings for Apply and Destroy | ||
|
|
||
| ### 🎨🏗️ Style & Architecture | ||
|
|
||
| - **repo**: add pre-commit and commitizen repo features | ||
|
|
||
| ## 1.0.1 (2023-11-01) | ||
| ### 📝💡 Documentation | ||
|
|
||
| - **CHANGELOG.md**: added cz ch changelog | ||
|
|
||
| ## 1.0.4 (2024-10-23) | ||
|
|
||
| # CHANGELOG | ||
| * 1.0.3 -- 2024-07-30 | ||
| - updated image module | ||
| - bumped version | ||
| * 1.0.2 -- 2024-07-22 | ||
| - updated istio chart/app to 1.22.3 | ||
| - add force_delete and lifecycle policies to copy_images | ||
| - updated version.tf to 1.0.2 | ||
| - included module.images in depends on helm charts | ||
| - created changelog | ||
| ### 🐛🚑️ Fixes | ||
|
|
||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
|
|
||
| ### ♻️ Refactorings | ||
|
|
||
| - **dns**: refactor to use tf native | ||
|
|
||
| ### docs | ||
|
|
||
| - **README.md**: added timings for Apply and Destroy | ||
|
|
||
| ### 🎨🏗️ Style & Architecture | ||
|
|
||
| - **repo**: add pre-commit and commitizen repo features | ||
|
|
||
| ### 📝💡 Documentation | ||
|
|
||
| - **CHANGELOG.md**: added cz ch changelog | ||
|
|
||
| ## 1.0.3 (2024-10-23) | ||
|
|
||
| ### 🐛🚑️ Fixes | ||
|
|
||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
| - **outputs**: update outputs to incluude the dns_name and zone_id | ||
|
|
||
| ### ♻️ Refactorings | ||
|
|
||
| - **dns**: refactor to use tf native | ||
|
|
||
| ### docs | ||
|
|
||
| - **README.md**: added timings for Apply and Destroy | ||
|
|
||
| ### 🎨🏗️ Style & Architecture | ||
|
|
||
| - **repo**: add pre-commit and commitizen repo features | ||
|
|
||
| ### 📝💡 Documentation | ||
|
|
||
| - **CHANGELOG.md**: added cz ch changelog | ||
|
|
||
| ## 1.0.1 (2023-11-01) |
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| locals { | ||
| module_name = "tfmod-istio" | ||
| module_version = "1.0.3" | ||
| module_version = "1.0.5" | ||
| } |