Skip to content

Releases: runatlantis/atlantis

v0.18.4

02 Mar 17:48
8c26e75
Compare
Choose a tag to compare
v0.18.4 Pre-release
Pre-release

Maintenance release for security patches with atlantis-base image. Thanks @Tenzer's wonderful work, we have included the mutliplatform support for atlantis image (see details under docker-multi-platform labeled PRs).

NOTE: we are dropping the support for docker hub moving forward, please see announcement in here.

This is a pre-release as there is some image issue.

What's Changed

  • fix(web-templates): use CleanedBasePath for titles by @jvrplmlmn in #2091
  • build(deps): bump runatlantis/atlantis-base from 2021.12.15 to 2022.03.02
  • docker: bump git-lfs and gosu dependencies by @hi-artem in #2096
  • fix(docker): fix base image for multi-platform build by @Tenzer in #2099
  • fix(docker): fix installation of git-lfs in armv7 image by @Tenzer in #2100
  • fix(docker): download Terraform and conftest versions maching image architecture by @Tenzer in #2101

New Contributors

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.18.4

Full Changelog: v0.18.3...v0.18.4

v0.18.3

28 Feb 17:05
ed72f5e
Compare
Choose a tag to compare

What's Changed

Dependencies

terraform 1.1.6
conftest 0.30.0

New Contributors

Docker

runatlantis/atlantis:v0.18.3

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.18.3

Full Changelog: v0.18.2...v0.18.3

v0.18.2

25 Jan 23:39
af2e9ed
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3 by @dependabot in #1986
  • build(deps): bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 by @dependabot in #1987
  • build(deps): bump go.uber.org/zap from 1.19.1 to 1.20.0 by @dependabot in #1988
  • docs: document undiverged apply requirement in more places by @fishpen0 in #1992
  • Fix autoplan when .terraform.lock.hcl is modifed by @gezb in #1991
  • Add XTerm JS to the server static files by @Ka1wa in #1985
  • feat: post workflow hooks by @tim775 in #1990
  • docs: add colon to policy checking yaml by @williamlord-wise in #1996
  • docs: include infracost ref in post-workflow-hooks by @ilamtap in #1997
  • fix(docs): update screenshot for Bitbucket server webhook configuration by @kuzm1ch in #1995
  • fix: make IsOwner policy check case-insensitive by @edbighead in #1989
  • build(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.0.3 to 2.0.4 by @dependabot in #2004
  • build(deps): bump github.com/hashicorp/go-getter from 1.5.10 to 1.5.11 by @dependabot in #2003
  • docs: fix incorrect wildcard and more precise instruction to --gh-team-allowlist option. by @keitap in #2005
  • Fix support for terraform workspaces by @bschaeffer in #2006
  • fix: add back basic auth support by @Aayyush in #2008
  • chore: improve /healthz endpoint performance by @inkel in #2014
  • Fix 1979: Update GenerateProjectJobURL to account for nested repo names by @Aayyush in #2012
  • fix: broken Log Streaming URL when working directory is set to "./" by @Aayyush in #2015
  • fix: retry /files/ requests to github by @iainlane in #2002

Dependencies

  • terraform 1.1.4
  • conftest 0.30.0

New Contributors

Docker

runatlantis/atlantis:v0.18.2

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.18.2

Full Changelog: v0.18.1...v0.18.2

v0.18.1

05 Jan 19:44
1dc8229
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.18.1

v0.18.0

30 Dec 16:17
767a5e7
Compare
Choose a tag to compare

Feature release of adding capability of streaming terraform logs, also added the capability of supporting tf 1.0.x (which was missed in the v0.17.6 release).

What's Changed

New Contributors

Docker

runatlantis/atlantis:v0.18.0

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.18.0

Full Changelog: v0.17.6...v0.18.0

v0.17.6

17 Dec 19:59
bd8aeda
Compare
Choose a tag to compare

What's Changed

New Contributors

Docker

runatlantis/atlantis:v0.17.6

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.17.6

Full Changelog: v0.17.5...v0.17.6

v0.17.5

04 Nov 23:58
f4314e2
Compare
Choose a tag to compare

What's Changed

  • refactor: move from io/ioutil to io and os package by @Juneezee in #1843
  • chore: use golang-jwt/jwt to replace dgrijalva/jwt-go by @barn in #1845
  • fix(azure): allow host to be specified in user_config for on premise installation by @dandcg in #1860
  • feat: filter out atlantis/apply from mergeability clause by @nishkrishnan in #1856
  • feat: add BasicAuth Support to Atlantis ServeHTTP by @fblgit in #1777
  • fix(azure): allow correct path to be derived for on premise installation by @dandcg in #1863
  • feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) by @kuzm1ch in #1866
  • Move runtime common under existing runtime package. by @nishkrishnan in #1875
  • feat: use goreleaser to replace the binary-release script by @chenrui333 in #1873

New Contributors

Docker

runatlantis/atlantis:v0.17.5

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.17.5

Full Changelog: v0.17.4...v0.17.5

v0.17.4

06 Oct 01:18
4d4f134
Compare
Choose a tag to compare

What's Changed

New Contributors

Docker

runatlantis/atlantis:v0.17.4

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.17.4

Full Changelog: v0.17.3...v0.17.4

v0.17.3

31 Aug 22:29
8aabf00
Compare
Choose a tag to compare

Feature release with a number of improvements related to Gitlab support, a new command, better formatting etc. Some broken features have been fixed in along with some regressions.

Features/Improvements

  • Add version command to Atlantis for getting the current terraform version (#1691 by @pjsier)
  • Support "Pipelines must succeed", "All discussions must be resolved" in Gitlab apply_requirements (#1675 by @devlucasc)
  • Add support for specifying github app key as a string (#1706 by @dhaven)
  • Add flag to enable rich github markdown formatting of terraform outputs (#1751 by @enochlo)
    • Note: Depending on feedback here, we will consider just enabling this by default in a future release.
  • Add support for splitting large comments into batches for Gitlab (#1755 by @krrrr38)

Bug Fixes

  • Fix remote ops detection for tf >= 1.0.0 (#1687 by @taavitani)
  • Fix Gitlab auto-merge race condition #1609 (#1675 by @devlucasc)
  • Fix an issue where --parallel-pool-size was being ignored (#1705 by @Schtolc)
  • Fix an issue where applies can occur on draft merge requests in Gitlab (#1736 by @devlucasc)
  • Fix regression where .terraform.lock.hcl would prevent future operations from upgrading providers even with the -upgrade present (#1701 by @gezb)
  • Fix issue with branch regex matcher which would always allow all branches (#1768 by @minamijoyo)

Dependencies

Backwards Incompatibilities/Notes

  • If you are using GHCR and are using the atlantis:latest docker image, this now points to the latest release as opposed to the tip of master. If you want to work off the tip of master, then you should now use atlantis:dev

Docker

runatlantis/atlantis:v0.17.3

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.17.3

Diff v0.17.2..v0.17.3

v0.17.2...v0.17.3

v0.17.2

30 Jun 22:48
1637171
Compare
Choose a tag to compare

v0.17.2

Patch release containing bug fixes.

Bug Fixes

  • Fix a regression introduced where approving failing policies would create a secondary status in pending without ever being marked as successful (#1672 by @nishkrishnan)
  • Fix a bug where pre-workflow hooks cannot find atlantis.yaml when run on non-default workspaces. (#1620 by @giuli007)

Dependencies

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 1.0.1. Simply set the above
    flag to your desired default version to avoid any issues.

Docker

runatlantis/atlantis:v0.17.2

Github Container Registry

ghcr.io/runatlantis/atlantis:v0.17.2

Diff v0.17.1..v0.17.2

v0.17.1...v0.17.2