-
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.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
810089a
commit 58c5cf1
Showing
1 changed file
with
30 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,30 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2023-08-18) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* separate review apps and scm integrations settiings | ||
|
||
### Features | ||
|
||
* add app_id and all_environment_variables outputs ([052064c](https://github.com/scalingo-community/terraform-scalingo-app/commit/052064cd3da514942d91cf2ddeb3a301e815714b)) | ||
* add compatibility with scalingo provider v2.1.0 ([93cce40](https://github.com/scalingo-community/terraform-scalingo-app/commit/93cce40c594a6041fdb0e53013cef318aa63cc8e)) | ||
* add validation for env vars (cannot be null or empty) ([142079e](https://github.com/scalingo-community/terraform-scalingo-app/commit/142079e6f7e22b70308bd7ba39255d664677c59e)) | ||
* first commit containing basic working module ([bc54806](https://github.com/scalingo-community/terraform-scalingo-app/commit/bc54806be19f17afa71698e03973554c7f8ed81e)) | ||
* new outputs : origin_domain and log_drain_url ([0309f7d](https://github.com/scalingo-community/terraform-scalingo-app/commit/0309f7d7b2c29c43b4c2e12c33f4a8c48fd4f41d)) | ||
* output the current region and domain name ([d02b0d8](https://github.com/scalingo-community/terraform-scalingo-app/commit/d02b0d8a91f1ce5002562188a2ade3699f5ec492)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* error when review apps variable is empty ([416fc29](https://github.com/scalingo-community/terraform-scalingo-app/commit/416fc29a09cb96e888850b580b1335750f7dc33e)) | ||
* fix syntax error in url output ([525a5cb](https://github.com/scalingo-community/terraform-scalingo-app/commit/525a5cbf5aaaa7e0bc7f5529a5dba62811552f4f)) | ||
* remove the log_drain_url in output because not relevant ([9d69a6e](https://github.com/scalingo-community/terraform-scalingo-app/commit/9d69a6ed5e839dd92d51a8af72c265f4e7f18775)) | ||
* replacement is forced when app slug name is used for scalingo_scm_repo_link ([d694595](https://github.com/scalingo-community/terraform-scalingo-app/commit/d69459551ee9bb54045beb180ac8f04451c58698)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* separate review apps and scm integrations settiings ([0291e83](https://github.com/scalingo-community/terraform-scalingo-app/commit/0291e8337aba9b929f04aae31b602adc11bf731b)) |