Releases: runatlantis/atlantis
v0.4.10
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
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:
Also the red and green highlighting for added and removed resources is fixed:
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 Atlantisterraform
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
andatlantis_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
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
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 theterraform version
command.
Backwards Incompatibilities / Notes:
None
Docker
runatlantis/atlantis:v0.4.7
v0.3.11
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. Previouslyatlantis server
would exit immediately because it couldn't parse the output ofterraform version
.
Backwards Incompatibilities / Notes:
None
Docker
runatlantis/atlantis:v0.3.11
v0.4.6
v0.4.5
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.
GitHub would add two newlines to the end. If this was then pasted into a new
atlantis apply
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
v0.4.3
v0.4.2
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