Skip to content

Releases: cloudposse-archives/terraform-aws-ecs-atlantis

0.10.1 Fix `atlantis` URL

21 May 19:55
eb275af
Compare
Choose a tag to compare

what

  • Fix atlantis URL

why

  • atlantis URL requires protocol (http or https)

0.10.0 Fix atlantis URL

18 May 03:32
fc116f5
Compare
Choose a tag to compare

what

  • Fix atlantis URL

why

  • atlantis_webhook_url (e.g. https://atlantis.domain.com/events) is not the same as atlantis server URL (e.g. https://atlantis.domain.com)
  • atlantis_webhook_url was written to SSM parameter store, and then sent to the atlantis server as atlantis URL (via ENV var), the atlantis server ending up generating wrong URLs in the UI (with /events added to all URLs on the page as prefix) - the UI did not work correctly

0.9.0 Bump `terraform-aws-ecs-web-app` and `terraform-github-repository-webhooks` versions. Fix README

14 May 14:47
24c1549
Compare
Choose a tag to compare

0.8.0 Remove deprecated `--allow-repo-config` param

07 May 21:32
a2b35af
Compare
Choose a tag to compare

what

  • Remove deprecated --allow-repo-config param

why

  • Flag --allow-repo-config has been deprecated in favor of creating a server-side repo config file that applies the same configuration
  • Use a server-side config file and point --repo-config to it

references

0.7.0 Add SSM data sources and resources

26 Apr 17:57
9bd8d84
Compare
Choose a tag to compare

what

  • Add SSM data sources and resources

why

  • Move it from the top-level module (terraform-root-modules) since terraform-aws-ecs-atlantis already reads and writes other parameters from/to SSM

0.6.0 Bump `terraform-aws-ecs-web-app` version

26 Apr 13:46
938dd26
Compare
Choose a tag to compare

what

  • Bump terraform-aws-ecs-web-app version

why

0.5.0 Fix authentication action

19 Apr 01:38
de5417d
Compare
Choose a tag to compare

what

  • Fix authentication action
  • Don't use map variable for authentication action

why

  • Using authentication_action variable as map breaks when this module is used in a chain of calls from other modules
    For example:
    • Providing authentication_action map from Module B to alb-ingress - works
    • Providing authentication_action map from Module C to Module B to alb-ingress - works
    • Providing authentication_action map from Module D to Module C to Module B to alb-ingress - breaks (in a way that is very difficult to understand and debug; the end result is that alb-ingress receives an empty or incomplete map)

0.4.0 Add `Cognito` and `OIDC` authentication

03 Apr 17:10
7678afa
Compare
Choose a tag to compare

what

  • Add Cognito and OIDC authentication
  • Add usage examples

why

  • To be able to authenticate the Atlantis ALB endpoint with Cognito or OIDC (e.g. Google, GitHub)
  • Complete examples show how to use the module without authentication and with Cognito and Google OIDC authentication

0.3.0: Use Zone ID for DNS Aliases (#2)

21 Jan 03:32
fc5d45e
Compare
Choose a tag to compare
* Pass parent zone id

* Drop alias module

* Add atlantis URL

* Update desc

0.2.0: Initial implementation of Atlantis ECS module (#1)

18 Jan 08:48
Compare
Choose a tag to compare
* Initial implementation of Atlantis ECS module

* add images

* Add disclaimers

* Add example