Releases: runatlantis/terraform-gce-atlantis
Releases · runatlantis/terraform-gce-atlantis
v1.0.3
Document that we don't route nor redirect any HTTP requests @bschaatsbergen (#79)
what
-
Added an entry to the documentation that states that we don't route nor redirect any HTTP requests, and expect you to use HTTPS.
-
HTTP is ancient.
why
- Provide the justifications for the changes
references
- Closes #75
v1.0.2
🚀 Enhancements
Ported the startup script to a cloudinit config @bschaatsbergen (#74)
what
- As proposed in #41, we decided to move our startup script functionality to cloudinit.
why
- So that users can bring their own startup script.
v1.0.1
🚀 Enhancements
add newline in change template @bschaatsbergen (#73)
what
- Added a newline in the change template.
why
- Change template markdown wasn't rendered correctly.
v1.0.0
rename resource identifiers to `default` @bschaatsbergen (#72)
Closes #61what
- Renamed the resource identifiers to default
v0.1.7
🚀 Enhancements
remove the terraform-google-modules/container-vm/google version constraint, hardpin a version @bschaatsbergen (#70)
Closes #65what
- To avoid breaking changes we should pin a version.
v0.1.6
🚀 Enhancements
Overall improvements (pre-commit, comments, json syntax, etc) @bschaatsbergen (#68)
Closes #67 Closes #60 Closes #59what
- Describe what changes as a result of your merged commits.
why
- Provide the justifications for the changes
references
- Use
Closes #123
, if this PR closes a GitHub issue#123
- If possible, link to the relevant documentation to add some context.
v0.1.5
🚀 Enhancements
Remove redundant local @bschaatsbergen (#55)
## what * The local `service_account_email` is redundant as we create a service account as part of the example code.v0.1.4
🚀 Enhancements
Use VM as an abbreviation @bschaatsbergen (#54)
## what * Prefer to use an abbreviation in the title to cut string length.v0.1.3
🚀 Enhancements
Add `versions.tf` @bschaatsbergen (#53)
## what * Created a `versions.tf`Closes #40