Skip to content

Releases: runatlantis/atlantis

v0.4.10

28 Sep 16:53
0c7fa9d
Compare
Choose a tag to compare

v0.4.10

Description

Small bugfix release to fix issues with new comment format.

Diff: v0.4.9...v0.4.10

Features

None

Bugfixes

  • Fix bad comment rendering (#294)
  • Fix plan not working on Bitbucket Server when repo owner contains spaces (#290)

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.10

v0.4.9

27 Sep 20:17
a0de1c8
Compare
Choose a tag to compare

v0.4.9

Description

This release is mostly focused on changing how comments look. Terraform output
is now automatically hidden if it's over 12 lines long:
https://user-images.githubusercontent.com/1034429/45580771-d4603b80-b849-11e8-8c4b-5984bd0bff7f.png
Also the red and green highlighting for added and removed resources is fixed:
https://user-images.githubusercontent.com/1034429/45580777-d9bd8600-b849-11e8-8f2d-867fbf4e72d7.png

Diff: v0.4.8...v0.4.9

Features

  • Terraform output over 12 lines is hidden in comment until expanded
  • terraform plan output is highlighted correctly
  • Terraform is now executed with -var atlantis_repo={repo name} -var atlantis_pull_num {pull num}.
    This will allow users to trace Atlantis terraform executions in CloudTrail back to a specific
    user and pull request if using assume role by creating a specific name for the session Terraform initiates.
provider "aws" {
  assume_role {
    role_arn     = "arn:aws:iam::ACCOUNT_ID:role/ROLE_NAME"
    session_name = "${var.atlantis_user}:${var.atlantis_repo}:${var.atlantis_pull_num}"
  }
}

Bugfixes

  • Run terraform with -input=false (#268).

Backwards Incompatibilities / Notes:

  • We set two new Terraform variables: atlantis_repo and atlantis_pull_num. If
    you were using variables with those names in your code you will need to rename them
    in your code

Docker

runatlantis/atlantis:v0.4.9

v0.4.8

13 Sep 23:19
4ba8740
Compare
Choose a tag to compare

Description

Security release to upgrade the Docker image to the latest version of Alpine linux that fixes
this bug: https://justi.cz/security/2018/09/13/alpine-apk-rce.html

Diff: v0.4.7...v0.4.8

Features

None

Bugfixes

  • Change server startup message to INFO from WARN level.

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.8

v0.4.7

24 Aug 02:05
fb1337b
Compare
Choose a tag to compare

Description

Support GitLab repos nested under multiple levels and use the latest version of Terraform: 0.11.8!

Features

  • Support GitLab groups which allow repos to be nested under multiple levels,
    ex. gitlab.com/owner/group/subgroup/subsubgroup/repo
  • Use latest version of Terraform: 0.11.8 in Docker image

Bugfixes

  • When running with TF_LOG set, Atlantis will start normally. Previously it
    would error out due to attempting to parse the stderr output of the terraform version
    command.

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.7

v0.3.11

21 Aug 19:04
Compare
Choose a tag to compare

v0.3.11

NOTE: This is a patch release! Please use the latest 0.4.* release.

Features

None

Bugfixes

  • If the TF_LOG environment variable is set, should still be able to start. Previously atlantis server would exit immediately because it couldn't parse the output of terraform version.

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.3.11

v0.4.6

18 Aug 01:15
83d9e31
Compare
Choose a tag to compare

v0.4.6

Description

Just a small bugfix release.

Features

None

Bugfixes

  • If terraform init fails, include the failure logs in the comment posted back to the PR.

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.6

v0.4.5

10 Aug 20:28
2b8d48b
Compare
Choose a tag to compare

Features

  • atlantis apply now applies all unapplied plans instead of just the plan in the root directory. (#169)
  • atlantis plan now plans all modified projects instead of just the root directory.
  • Plan comments now contain instructions for how to run apply or re-run plan, ex:
  • ▶️ To apply this plan, comment:
    • atlantis apply -d .
  • 🚮 To delete this plan click here
  • 🔁 To plan this project again, comment:
    • atlantis plan -d .

Bugfixes

  • Ignore approvals from the pull request author (Bitbucket Cloud only). Fixes (#201)
  • When double clicking on a GitHub comment, ex.
    atlantis apply
    
    GitHub would add two newlines to the end. If this was then pasted into a new
    comment, Atlantis would accept it because of the extra newlines. This has been fixed
    and the comment with two newlines will be accepted.

Backwards Incompatibilities / Notes:

  • atlantis apply now applies all unapplied plans. Previously it would only apply the plan in the root directory and default workspace.
  • atlantis plan now plans all modified projects. Previously it would only run plan in the root directory and default workspace.

Docker

runatlantis/atlantis:v0.4.5

v0.4.4

25 Jul 13:36
fc6b4a1
Compare
Choose a tag to compare

Features

  • Supports Bitbucket Server (#190).

Bugfixes

  • Fix /etc/hosts not being respected (#196).

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.4

v0.4.3

23 Jul 10:51
80fc188
Compare
Choose a tag to compare

Features

  • Supports Bitbucket Cloud (bitbucket.org) (#30).

Bugfixes

None

Backwards Incompatibilities / Notes:

None

Docker

runatlantis/atlantis:v0.4.3

v0.4.2

16 Jul 16:53
0d1c08a
Compare
Choose a tag to compare

Features

  • Don't comment on pull request if autoplan determines there are no projects to plan in.
    This was getting very noisy for users who use their repos for more than just Terraform (#183).

Bugfixes

None

Backwards Incompatibilities / Notes:

None

Downloads

Docker

runatlantis/atlantis:v0.4.2