Skip to content

Releases: scalingo-community/terraform-scalingo-app

v0.3.2

03 Oct 15:19
c91b9cc
Compare
Choose a tag to compare

0.3.2 (2023-10-03)

🐛 Bug fixes

  • inversion of validation of domain_aliases in some particular use cases (e62779a)

v0.3.1

03 Oct 12:41
cf7088a
Compare
Choose a tag to compare

0.3.1 (2023-10-03)

🐛 Bug fixes

  • domain_aliases validation incorrectly failed (b142c73)

v0.3.0

26 Sep 10:05
990c20b
Compare
Choose a tag to compare

0.3.0 (2023-09-26)

✨ New features

  • add automatic log drains for addons (#10) (cff3966)
  • add new type of log_drains and validate input (6cb4daa)

👷 Other changes

  • better readability for changelog (60f9398)
  • validate format of input domain variables (f4f1765)

📚 Documentation

v0.2.0

22 Aug 13:25
d0496b1
Compare
Choose a tag to compare

0.2.0 (2023-08-22)

⚠ BREAKING CHANGES

  • change the app link between resources with .id instead of .name to comply with the updated docs of Scalingo provider

Features

  • add sticky_sessions and router_logs variables (2d9f4bd)

Bug Fixes

  • change the app link between resources with .id instead of .name to comply with the updated docs of Scalingo provider (349027d)
  • rename sticky_sessions variable (9768ea1)

Miscellaneous Chores

v0.1.0

18 Aug 12:33
58c5cf1
Compare
Choose a tag to compare

0.1.0 (2023-08-18)

⚠ BREAKING CHANGES

  • separate review apps and scm integrations settings

Features

  • add app_id and all_environment_variables outputs (052064c)
  • add compatibility with scalingo provider v2.1.0 (93cce40)
  • add validation for env vars (cannot be null or empty) (142079e)
  • first commit containing basic working module (bc54806)
  • new outputs : origin_domain and log_drain_url (0309f7d)
  • output the current region and domain name (d02b0d8)

Bug Fixes

  • error when review apps variable is empty (416fc29)
  • fix syntax error in url output (525a5cb)
  • remove the log_drain_url in output because not relevant (9d69a6e)
  • replacement is forced when app slug name is used for scalingo_scm_repo_link (d694595)

Miscellaneous Chores

  • separate review apps and scm integrations settings (0291e83)