Skip to content

Commit 58c5cf1

Browse files
chore(main): release 0.1.0 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 810089a commit 58c5cf1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-08-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* separate review apps and scm integrations settiings
9+
10+
### Features
11+
12+
* add app_id and all_environment_variables outputs ([052064c](https://github.com/scalingo-community/terraform-scalingo-app/commit/052064cd3da514942d91cf2ddeb3a301e815714b))
13+
* add compatibility with scalingo provider v2.1.0 ([93cce40](https://github.com/scalingo-community/terraform-scalingo-app/commit/93cce40c594a6041fdb0e53013cef318aa63cc8e))
14+
* add validation for env vars (cannot be null or empty) ([142079e](https://github.com/scalingo-community/terraform-scalingo-app/commit/142079e6f7e22b70308bd7ba39255d664677c59e))
15+
* first commit containing basic working module ([bc54806](https://github.com/scalingo-community/terraform-scalingo-app/commit/bc54806be19f17afa71698e03973554c7f8ed81e))
16+
* new outputs : origin_domain and log_drain_url ([0309f7d](https://github.com/scalingo-community/terraform-scalingo-app/commit/0309f7d7b2c29c43b4c2e12c33f4a8c48fd4f41d))
17+
* output the current region and domain name ([d02b0d8](https://github.com/scalingo-community/terraform-scalingo-app/commit/d02b0d8a91f1ce5002562188a2ade3699f5ec492))
18+
19+
20+
### Bug Fixes
21+
22+
* error when review apps variable is empty ([416fc29](https://github.com/scalingo-community/terraform-scalingo-app/commit/416fc29a09cb96e888850b580b1335750f7dc33e))
23+
* fix syntax error in url output ([525a5cb](https://github.com/scalingo-community/terraform-scalingo-app/commit/525a5cbf5aaaa7e0bc7f5529a5dba62811552f4f))
24+
* remove the log_drain_url in output because not relevant ([9d69a6e](https://github.com/scalingo-community/terraform-scalingo-app/commit/9d69a6ed5e839dd92d51a8af72c265f4e7f18775))
25+
* 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))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* separate review apps and scm integrations settiings ([0291e83](https://github.com/scalingo-community/terraform-scalingo-app/commit/0291e8337aba9b929f04aae31b602adc11bf731b))

0 commit comments

Comments
 (0)