mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 04:58:47 +00:00
Release 0.15.1
This commit is contained in:
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,3 +1,31 @@
|
||||
# v0.15.1
|
||||
|
||||
## Description
|
||||
Bugfix release.
|
||||
|
||||
## Bugfixes
|
||||
* Fix `required_version` detection not working for Terraform 0.13.0 ([#1153](https://github.com/runatlantis/atlantis/issues/1153) by @joerx)
|
||||
* Fix editing comments on draft PRs causing plan to re-run ([#1194](https://github.com/runatlantis/atlantis/issues/1194))
|
||||
* Fix Azure DevOps apply status checks not working ([#1172](https://github.com/runatlantis/atlantis/issues/1172) by @acastle)
|
||||
* Fix checkout-strategy=merge not working when using the GitHub app installation ([#1193](https://github.com/runatlantis/atlantis/issues/1193) by @nishkrishnan)
|
||||
|
||||
## 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.13.4. 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.15.1/atlantis_darwin_amd64.zip)
|
||||
* [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.1/atlantis_linux_386.zip)
|
||||
* [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.1/atlantis_linux_amd64.zip)
|
||||
* [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.1/atlantis_linux_arm.zip)
|
||||
|
||||
## Docker
|
||||
[`runatlantis/atlantis:v0.15.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/)
|
||||
|
||||
## Diff v0.15.0..v0.15.1
|
||||
https://github.com/runatlantis/atlantis/compare/v0.15.0...v0.15.1
|
||||
|
||||
# v0.15.0
|
||||
|
||||
## Description
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
fsGroup: 1000 # Atlantis group (1000) read/write access to volumes.
|
||||
containers:
|
||||
- name: atlantis
|
||||
image: runatlantis/atlantis:v0.15.0
|
||||
image: runatlantis/atlantis:v0.15.1
|
||||
env:
|
||||
- name: ATLANTIS_DATA_DIR
|
||||
value: /atlantis
|
||||
|
||||
Reference in New Issue
Block a user