mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 08:48:49 +00:00
Release 0.8.2
This commit is contained in:
30
CHANGELOG.md
30
CHANGELOG.md
@@ -1,3 +1,33 @@
|
||||
# v0.8.2
|
||||
|
||||
## Description
|
||||
Small bugfix release for Bitbucket Cloud users running with "require mergeable".
|
||||
|
||||
## Features
|
||||
* Update default Terraform version to 0.12.1.
|
||||
* Include directory in Slack message ([#660](https://github.com/runatlantis/atlantis/issues/660)).
|
||||
|
||||
## Bugfixes
|
||||
* Atlantis would not allow applies for all Bitbucket Cloud pull requests if running with "require mergeable"
|
||||
even if the pull request *was* mergeable due to an API change. (Fixes [#672](https://github.com/runatlantis/atlantis/issues/672))
|
||||
|
||||
## Backwards Incompatibilities / Notes:
|
||||
* If you're using the Atlantis Docker image and aren't setting the `--default-tf-version` flag
|
||||
then the default version of Terraform will now be 0.12.1. Simply set the above
|
||||
flag to your desired default version to avoid any issues.
|
||||
|
||||
## Downloads
|
||||
* [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.2/atlantis_darwin_amd64.zip)
|
||||
* [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.2/atlantis_linux_386.zip)
|
||||
* [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.2/atlantis_linux_amd64.zip)
|
||||
* [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.2/atlantis_linux_arm.zip)
|
||||
|
||||
## Docker
|
||||
[`runatlantis/atlantis:v0.8.2`](https://hub.docker.com/r/runatlantis/atlantis/tags/)
|
||||
|
||||
## Diff v0.8.1..v0.8.2
|
||||
https://github.com/runatlantis/atlantis/compare/v0.8.1...v0.8.2
|
||||
|
||||
# v0.8.1
|
||||
|
||||
## Description
|
||||
|
||||
Reference in New Issue
Block a user