Skip to content

Releases: runatlantis/terraform-gce-atlantis

v1.0.3

07 Jan 17:36
e057fa4
Compare
Choose a tag to compare
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

v1.0.2

07 Jan 17:06
b5034d4
Compare
Choose a tag to compare

🚀 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

06 Jan 22:22
34cd445
Compare
Choose a tag to compare

🚀 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

06 Jan 22:15
5122870
Compare
Choose a tag to compare
rename resource identifiers to `default` @bschaatsbergen (#72) Closes #61

what

  • Renamed the resource identifiers to default

v0.1.7

06 Jan 20:04
76b3a32
Compare
Choose a tag to compare

🚀 Enhancements

remove the terraform-google-modules/container-vm/google version constraint, hardpin a version @bschaatsbergen (#70) Closes #65

what

  • To avoid breaking changes we should pin a version.

v0.1.6

06 Jan 19:43
5150ce0
Compare
Choose a tag to compare

🚀 Enhancements

Overall improvements (pre-commit, comments, json syntax, etc) @bschaatsbergen (#68) Closes #67 Closes #60 Closes #59

what

  • 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

06 Jan 12:30
88f7105
Compare
Choose a tag to compare

🚀 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

06 Jan 11:42
0076b36
Compare
Choose a tag to compare

🚀 Enhancements

Use VM as an abbreviation @bschaatsbergen (#54) ## what * Prefer to use an abbreviation in the title to cut string length.

v0.1.3

06 Jan 11:03
60328eb
Compare
Choose a tag to compare

🚀 Enhancements

Add `versions.tf` @bschaatsbergen (#53) ## what * Created a `versions.tf`

Closes #40

v0.1.2

06 Jan 00:40
f766d87
Compare
Choose a tag to compare
Default is patch @bschaatsbergen (#51) ## what * By default (untagged) we should bump just a patch.
Update labels on releasebot @bschaatsbergen (#50) ## what * The release bot should perform versioned release based of the labels that we assign.