**NOTE:** We do not plan to update this page anymore. Please see [the releases page for the updated changelog](https://github.com/runatlantis/atlantis/releases). --- # v0.23.3 Bugfixes and new Features https://github.com/runatlantis/atlantis/releases/tag/v0.23.3 # v0.23.2 Bugfixes and new Features https://github.com/runatlantis/atlantis/releases/tag/v0.23.2 # v0.23.1 Bugfixes and new Features https://github.com/runatlantis/atlantis/releases/tag/v0.23.1 # v0.23.0 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.23.0 # v0.22.3 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.22.3 # v0.22.2 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.22.2 # v0.22.1 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.22.1 # v0.22.0 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.22.0 # v0.21.0 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.21.0 ## Breaking changes * Terraform version 1.x have been removed to deprecate beta versions of terraform and reduce the docker image size. Each version of terraform is about 80 MB. ([#2619](https://github.com/runatlantis/atlantis/pull/2619)) # v0.20.1 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.20.1 # v0.20.0 Broken build due to github action issues ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.20.0 # v0.19.8 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.8 # v0.19.7 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.7 # v0.19.6 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.6 # v0.19.5 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.5 ## Backwards Incompatibilities / Notes: * `--var-file-allowlist` flag has been added to restrict the access of files on Atlantis install from pull request comments. Set the flag if you want to explicitly grant the access to files outside the default data directory. Previously, any file could be passed to `-var-file`. Now only files under the directories in the allowlist are permitted. # v0.19.4 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.4 # v0.19.3 Bugfixes and new Features ## What's Changed https://github.com/runatlantis/atlantis/releases/tag/v0.19.3 # v0.19.2 Bug fix release for github and update docs to reflect the docker registry support change. ## What's Changed * fix: fix unmarshall error in graphql call by @raymondchen625 in https://github.com/runatlantis/atlantis/pull/2128 * docs: update docker registry link to ghcr by @marceloboeira in https://github.com/runatlantis/atlantis/pull/2130 # v0.19.1 Bug fix release, most importantly fixing the wrong version number associated with v0.19.0. And it also contains fixes for `bitbucketcloud` and `gitlab`. ## What's Changed * build(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/runatlantis/atlantis/pull/2119 * build(deps): bump github.com/xanzy/go-gitlab from 0.55.1 to 0.58.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2118 * fix(bitbucketcloud): Ensure status key has at most 40 characters by @maxbrunet in https://github.com/runatlantis/atlantis/pull/2037 * fix(gitlab-client): change `pending` to `running` state by @syphernl in https://github.com/runatlantis/atlantis/pull/1971 * fix(bitbucketcloud)!: Use AccountID as username instead of Nickname by @maxbrunet in https://github.com/runatlantis/atlantis/pull/2034 # v0.19.0 Feature release for: - multi-arch docker images - add `pending` status for apply ## What's Changed * docs: moving streaming logs section from top-level navigation to docs by @Aayyush in https://github.com/runatlantis/atlantis/pull/2066 * fix(docker): Multi-arch Docker images, attempt two by @Tenzer in https://github.com/runatlantis/atlantis/pull/2114 * feat: add a pending status for apply when running plan command by @AndreZiviani in https://github.com/runatlantis/atlantis/pull/2053 # v0.18.5 Maintenance release: - Drop Dockerhub support (#2103) - fixing the most recent multiplatform image build issue. (#2104) ## What's Changed * ci: drop circleci docker hub update by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2102 * fix(docker): fix docker runtime issue by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2106 * deps: tf 1.1.7 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2108 # v0.18.4 Maintenance release for security patches with atlantis-base image ## What's Changed * fix(web-templates): use CleanedBasePath for titles by @jvrplmlmn in https://github.com/runatlantis/atlantis/pull/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 https://github.com/runatlantis/atlantis/pull/2096 * fix(docker): fix base image for multi-platform build by @Tenzer in https://github.com/runatlantis/atlantis/pull/2099 * fix(docker): fix installation of git-lfs in armv7 image by @Tenzer in https://github.com/runatlantis/atlantis/pull/2100 * fix(docker): download Terraform and conftest versions matching image architecture by @Tenzer in https://github.com/runatlantis/atlantis/pull/2101 # v0.18.3 ## What's Changed * Fix URL generation by @PertsevRoman in https://github.com/runatlantis/atlantis/pull/2021 * deps: terraform 1.1.5 by @lazzurs in https://github.com/runatlantis/atlantis/pull/2042 * docs: update devops PR link by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2033 * Moving config files to core/config by @msarvar in https://github.com/runatlantis/atlantis/pull/2036 * docs: fix policy example with custom workflow by @aliscott in https://github.com/runatlantis/atlantis/pull/2049 * docs: fix some typos by @ocaisa in https://github.com/runatlantis/atlantis/pull/2048 * fix: get user teams with GitHub GraphQL API by @raymondchen625 in https://github.com/runatlantis/atlantis/pull/2045 * build(deps): bump github.com/xanzy/go-gitlab from 0.54.3 to 0.54.4 by @dependabot in https://github.com/runatlantis/atlantis/pull/2050 * docs: add user facing documentation for real-time logs by @Aayyush in https://github.com/runatlantis/atlantis/pull/1963 * feat: Use UUIDs to identify log streaming jobs by @Aayyush in https://github.com/runatlantis/atlantis/pull/2051 * build(deps): bump ajv from 6.5.1 to 6.12.6 by @dependabot in https://github.com/runatlantis/atlantis/pull/2060 * build(deps): bump github.com/xanzy/go-gitlab from 0.54.4 to 0.55.1 by @dependabot in https://github.com/runatlantis/atlantis/pull/2061 * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2062 * build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.17 to 1.0.18 by @dependabot in https://github.com/runatlantis/atlantis/pull/2063 * build(deps): bump go.uber.org/zap from 1.20.0 to 1.21.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2064 * deps: tf 1.1.6 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2071 * Removing web credentials from debug log by @pkaramol in https://github.com/runatlantis/atlantis/pull/2072 * build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2077 * build(deps): bump prismjs from 1.25.0 to 1.27.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2086 * fix(web-templates): use CleanedBasePath for static content by @jvrplmlmn in https://github.com/runatlantis/atlantis/pull/2079 # v0.18.2 ## What's Changed * deps: terraform 1.1.3 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1982 * deps: conftest 0.30.0 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1983 * build(deps): bump github.com/xanzy/go-gitlab from 0.52.2 to 0.54.3 by @dependabot in https://github.com/runatlantis/atlantis/pull/1986 * build(deps): bump github.com/hashicorp/go-version from 1.3.0 to 1.4.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1987 * build(deps): bump go.uber.org/zap from 1.19.1 to 1.20.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1988 * docs: document `undiverged` apply requirement in more places by @fishpen0 in https://github.com/runatlantis/atlantis/pull/1992 * fix: fix autoplan when .terraform.lock.hcl is modified by @gezb in https://github.com/runatlantis/atlantis/pull/1991 * feat: add XTerm JS to the server static files by @Ka1wa in https://github.com/runatlantis/atlantis/pull/1985 * feat: post workflow hooks by @tim775 in https://github.com/runatlantis/atlantis/pull/1990 * docs: add colon to policy checking yaml by @williamlord-wise in https://github.com/runatlantis/atlantis/pull/1996 * docs: include infracost ref in post-workflow-hooks by @ilamtap in https://github.com/runatlantis/atlantis/pull/1997 * fix(docs): update screenshot for Bitbucket server webhook configuration by @kuzm1ch in https://github.com/runatlantis/atlantis/pull/1995 * fix: make IsOwner policy check case-insensitive by @edbighead in https://github.com/runatlantis/atlantis/pull/1989 * build(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.0.3 to 2.0.4 by @dependabot in https://github.com/runatlantis/atlantis/pull/2004 * build(deps): bump github.com/hashicorp/go-getter from 1.5.10 to 1.5.11 by @dependabot in https://github.com/runatlantis/atlantis/pull/2003 * docs: fix incorrect wildcard and more precise instruction to --gh-team-allowlist option. by @keitap in https://github.com/runatlantis/atlantis/pull/2005 * fix: support for terraform workspaces by @bschaeffer in https://github.com/runatlantis/atlantis/pull/2006 * deps: terraform 1.1.4 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2011 * fix: add back basic auth support by @Aayyush in https://github.com/runatlantis/atlantis/pull/2008 * chore: improve `/healthz` endpoint performance by @inkel in https://github.com/runatlantis/atlantis/pull/2014 * fix: Update GenerateProjectJobURL to account for nested repo names by @Aayyush in https://github.com/runatlantis/atlantis/pull/2012 * fix: broken Log Streaming URL when working directory is set to "./" by @Aayyush in https://github.com/runatlantis/atlantis/pull/2015 * fix: retry /files/ requests to github by @iainlane in https://github.com/runatlantis/atlantis/pull/2002 # v0.18.1 Maintenance release for bug fixes as well as release multi-platform builds for atlantis docker images. ## What's Changed * Revert "feat: filter out atlantis/apply from mergeability clause (#18… by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1968 * build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.16 to 1.0.17 by @dependabot in https://github.com/runatlantis/atlantis/pull/1969 * fix:include no GitHub allowlist rules by default by @paulerickson in https://github.com/runatlantis/atlantis/pull/1973 * fix: default permissions for gh-team-allowlist. by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1974 * docs: documentation for slack integration by @syphernl in https://github.com/runatlantis/atlantis/pull/1972 * workflows(atlantis-image): fix building and publishing of Docker images by @Tenzer in https://github.com/runatlantis/atlantis/pull/1975 * fix: allowed regexp prefixes for exact matches by @bmbferreira in https://github.com/runatlantis/atlantis/pull/1962 * deps: conftest 0.29.0 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1977 # v0.18.0 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 * deps: terraform 1.1.2 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1952 * build(deps): bump github.com/spf13/viper from 1.10.0 to 1.10.1 by @dependabot in https://github.com/runatlantis/atlantis/pull/1956 * Dockerfile: Add support for last Terraform 1.0.x version in AVAILABLE_TERRAFORM_VERSIONS by @javierbeaumont in https://github.com/runatlantis/atlantis/pull/1957 * feat: add GitHub team allowlist configuration option by @paulerickson in https://github.com/runatlantis/atlantis/pull/1694 * fix: fallback to default TF version in apply step by @sapslaj in https://github.com/runatlantis/atlantis/pull/1931 * docs: typo in heading level by @moretea in https://github.com/runatlantis/atlantis/pull/1960 * docs: clarify example for `--azuredevops-token` flag by @MarkIannucci in https://github.com/runatlantis/atlantis/pull/1712 * docs: update github docs links by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1964 * build(deps): bump github.com/hashicorp/go-getter from 1.5.9 to 1.5.10 by @dependabot in https://github.com/runatlantis/atlantis/pull/1961 * feat: streaming terraform logs in real-time by @Aayyush in https://github.com/runatlantis/atlantis/pull/1937 # v0.17.6 ## What's Changed * docs: clarify maximum version limit by @tomharrisonjr in https://github.com/runatlantis/atlantis/pull/1894 * fix: allow requests to /healthz without authentication by @wendtek in https://github.com/runatlantis/atlantis/pull/1896 * docs: document approve_policies command in comment_parser by @dupuy26 in https://github.com/runatlantis/atlantis/pull/1886 * feat: adds `allowed_regexp_prefixes` parameter to use with the `--enable-regexp-cmd` flag by @bmbferreira in https://github.com/runatlantis/atlantis/pull/1884 * refactor: Add PullStatusFetcher interface by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1904 * build(deps): bump github.com/urfave/negroni from 0.3.0 to 1.0.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1922 * build(deps): bump github.com/xanzy/go-gitlab from 0.51.1 to 0.52.2 by @dependabot in https://github.com/runatlantis/atlantis/pull/1921 * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.2.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1928 * docs: add clarity and further policy_check examples by @DaveHewy in https://github.com/runatlantis/atlantis/pull/1925 * build(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1934 * deps: terraform 1.1.1 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1939 * deps: alpine 3.15 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1941 * docs: fix policy check documentation examples by @DaveHewy in https://github.com/runatlantis/atlantis/pull/1945 * docker: make multi-platform atlantis image by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1943 # v0.17.5 ## What's Changed * refactor: move from io/ioutil to io and os package by @Juneezee in https://github.com/runatlantis/atlantis/pull/1843 * chore: use golang-jwt/jwt to replace dgrijalva/jwt-go by @barn in https://github.com/runatlantis/atlantis/pull/1845 * fix(azure): allow host to be specified in user_config for on premise installation by @dandcg in https://github.com/runatlantis/atlantis/pull/1860 * feat: filter out atlantis/apply from mergeability clause by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1856 * feat: add BasicAuth Support to Atlantis ServeHTTP by @fblgit in https://github.com/runatlantis/atlantis/pull/1777 * fix(azure): allow correct path to be derived for on premise installation by @dandcg in https://github.com/runatlantis/atlantis/pull/1863 * feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) by @kuzm1ch in https://github.com/runatlantis/atlantis/pull/1866 * Move runtime common under existing runtime package. by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1875 * feat: use goreleaser to replace the binary-release script by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1873 # v0.17.4 ## What's Changed * build(deps): bump tar from 4.4.15 to 4.4.19 by @dependabot in https://github.com/runatlantis/atlantis/pull/1783 * build: tf 1.0.6 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1786 * Bump testing image conftest version to 0.27 by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1787 * Actually bump testing image conftest version to 0.27 by @nishkrishnan in https://github.com/runatlantis/atlantis/pull/1788 * build: fix testing-env img process by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1789 * e2e: update dockerfile by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1790 * build(deps): bump runatlantis/atlantis-base from 2021.06.22 to 2021.08.31 by @dependabot in https://github.com/runatlantis/atlantis/pull/1794 * build(deps): bump github.com/xanzy/go-gitlab from 0.50.3 to 0.50.4 by @dependabot in https://github.com/runatlantis/atlantis/pull/1795 * fix a log error typo by @danpilch in https://github.com/runatlantis/atlantis/pull/1796 * Set ParallelPolicyCheckEnabled to the same value as ParallelPlanEnabled by @msarvar in https://github.com/runatlantis/atlantis/pull/1802 * docs: Add missing --silence-vcs-status-no-plans flag by @franklad in https://github.com/runatlantis/atlantis/pull/1803 * build(lint): use revive instead of golint by @minamijoyo in https://github.com/runatlantis/atlantis/pull/1801 * build(deps): bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.8 by @dependabot in https://github.com/runatlantis/atlantis/pull/1807 * build(deps): bump go.uber.org/zap from 1.19.0 to 1.19.1 by @dependabot in https://github.com/runatlantis/atlantis/pull/1808 * docs: add missing the `branch` key in the reference for server side repo config by @minamijoyo in https://github.com/runatlantis/atlantis/pull/1784 * build: tf 1.0.7 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1811 * deps: conftest 0.28.0 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1819 * deps: conftest 0.28.1 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1826 * build(deps): bump prismjs from 1.24.0 to 1.25.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1823 * Updating client interface and adding ApprovalStatus model by @Aayyush in https://github.com/runatlantis/atlantis/pull/1827 * Fix title level by @xiao-pp in https://github.com/runatlantis/atlantis/pull/1822 * build(deps): bump github.com/xanzy/go-gitlab from 0.50.4 to 0.51.1 by @dependabot in https://github.com/runatlantis/atlantis/pull/1831 * Add support for deleting a branch on merge in BitBucket Server by @wpbeckwith in https://github.com/runatlantis/atlantis/pull/1792 * deps: tf 1.0.8 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1837 * build(deps): bump github.com/spf13/viper from 1.8.1 to 1.9.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/1821 * Document --auto-merge-disabled option by @dupuy26 in https://github.com/runatlantis/atlantis/pull/1838 * testdrive: update terraformVersion by @chenrui333 in https://github.com/runatlantis/atlantis/pull/1839 * Improve github pull request call retries by @aristocrates in https://github.com/runatlantis/atlantis/pull/1810 # v0.17.3 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](https://github.com/runatlantis/atlantis/pull/1691) by @pjsier) * Support "Pipelines must succeed", "All discussions must be resolved" in Gitlab `apply_requirements` ([#1675](https://github.com/runatlantis/atlantis/pull/1675) by @devlucasc) * Add support for specifying github app key as a string ([#1706](https://github.com/runatlantis/atlantis/pull/1706) by @dhaven) * Add flag to enable rich github markdown formatting of terraform outputs ([#1751](https://github.com/runatlantis/atlantis/pull/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](https://github.com/runatlantis/atlantis/pull/1755) by @krrrr38) ## Bug Fixes * Fix remote ops detection for tf >= 1.0.0 ([#1687](https://github.com/runatlantis/atlantis/pull/1687) by @taavitani) * Fix Gitlab auto-merge race condition [#1609](https://github.com/runatlantis/atlantis/issues/1609) ([#1675](https://github.com/runatlantis/atlantis/pull/1675) by @devlucasc) * Fix an issue where `--parallel-pool-size` was being ignored ([#1705](https://github.com/runatlantis/atlantis/pull/1705) by @Schtolc) * Fix an issue where applies can occur on draft merge requests in Gitlab ([#1736](https://github.com/runatlantis/atlantis/pull/1736) by @devlucasc) * Fix regression where .terraform.lock.hcl would prevent future operations from upgrading providers even with the `-upgrade` present ([#1701](https://github.com/runatlantis/atlantis/pull/1701) by @gezb) * Fix issue with branch regex matcher which would always allow all branches ([#1768](https://github.com/runatlantis/atlantis/pull/1768) by @minamijoyo) ## Dependencies * Upgrade default tf version to 1.0.5 ([#1662](https://github.com/runatlantis/atlantis/pull/1765) by @chenrui333) * Upgrade go version to 0.17 ([#1766](https://github.com/runatlantis/atlantis/pull/1766) by @chenrui1333) * Upgrade alpine to v3.14, addressing CVE-2021-36159, CVE-2021-22924, CVE-2021-22923 and CVE-2021-22925 vulnerabilities ([#1770](https://github.com/runatlantis/atlantis/pull/1770) by @chenrui1333) ## 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` ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.3/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.17.3`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Github Container Registry [`ghcr.io/runatlantis/atlantis:v0.17.3`](https://github.com/runatlantis/atlantis/pkgs/container/atlantis) ## Diff v0.17.2..v0.17.3 https://github.com/runatlantis/atlantis/compare/v0.17.2...v0.17.3 # 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](https://github.com/runatlantis/atlantis/pull/1672) by @nishkrishnan) * Fix a bug where pre-workflow hooks cannot find atlantis.yaml when run on non-default workspaces. ([#1620](https://github.com/runatlantis/atlantis/pull/1620) by @giuli007) ## Dependencies * Upgrade default tf version to 1.0.1 ([#1662](https://github.com/runatlantis/atlantis/pull/1662) by @chenrui333) ## 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. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.2/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.17.2`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Github Container Registry [`ghcr.io/runatlantis/atlantis:v0.17.2`](https://github.com/runatlantis/atlantis/pkgs/container/atlantis) ## Diff v0.17.1..v0.17.2 https://github.com/runatlantis/atlantis/compare/v0.17.1...v0.17.2 # v0.17.1 Feature release containing a number of bug fixes. Note: as of this release we are now also publishing releases to [Github Container Registry](https://github.com/runatlantis/atlantis/pkgs/container/atlantis/). We will stop publishing releases to [Dockerhub](https://hub.docker.com/r/runatlantis/atlantis/) in a subsequent major version release, please migrate any workflows to start using Github Container Registry in the meantime. ## Features/Improvements * Add extra args support for policy checking command ([#1511](https://github.com/runatlantis/atlantis/pull/1511) by @nishkrishnan) * Add undiverged apply requirement ([#1587](https://github.com/runatlantis/atlantis/pull/1587) by @pcalley) * Modify logging timestamp to be ISO8601 ([#1625](https://github.com/runatlantis/atlantis/pull/1625) by @tkishore1192) * Add run step environment variable SHOWFILE ([#1611](https://github.com/runatlantis/atlantis/pull/1611) by @mhennecke) * Add flag to disable automerge for `atlantis apply` ([#1533](https://github.com/runatlantis/atlantis/pull/1533) by @spirosoik) * Add support for deduping extra terraform args ([#1651](https://github.com/runatlantis/atlantis/pull/1651) by @gezb) * Preserving terraform.lock.hcl when present by not upgrading during terraform init ([#1651](https://github.com/runatlantis/atlantis/pull/1651) by @gezb) ## Bug Fixes * Fix a bug with the hide previous command logic ([#1549](https://github.com/runatlantis/atlantis/pull/1549) by @nishkrishnan) * Fix a bug with Azure Dev ops Prs where only the recent commit was used to get the diff ([#1521](https://github.com/runatlantis/atlantis/pull/1521) by @nishkrishnan) * Fix bug with deleting source branch on merging Azure Dev Ops PRs ([#1560](https://github.com/runatlantis/atlantis/pull/1560) by @tapaszto) * Fix regression with parallelApply and parallelPlan args being in the wrong order and therefore swapped. ([#1574](https://github.com/runatlantis/atlantis/pull/1574) by @Fauzyy) * Fix nil pointer deference when `disable-repo-locking` is true. ([#1557](https://github.com/runatlantis/atlantis/pull/1557) by @Fauzyy) * Fix azure dev ops max comment characters to api limit ([#1585](https://github.com/runatlantis/atlantis/pull/1585) by @mhennecke) * Fix bug where required terraform version was not being loaded when policy checks are enabled ([#1658](https://github.com/runatlantis/atlantis/pull/1658) by @msarvar) * Fix bug where plan summary was not shown when changes outside of Terraform were detected ([#1593](https://github.com/runatlantis/atlantis/pull/1593) by @chroju) ## Dependencies * Upgrade conftest binary version to 0.25 ([#1516](https://github.com/runatlantis/atlantis/pull/1579) by @msarvar) * Upgrade default tf version to 1.0 ([#1622](https://github.com/runatlantis/atlantis/pull/1622) by @chenrui333) ## 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. 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.17.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.17.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Github Container Registry [`ghcr.io/runatlantis/atlantis:v0.17.1`](https://github.com/runatlantis/atlantis/pkgs/container/atlantis) ## Diff v0.17.0..v0.17.1 https://github.com/runatlantis/atlantis/compare/v0.17.0...v0.17.1 # v0.17.0 Feature release encompassing this version's pre-release with some bug fixes and improvements that make this stable. ## Features/Improvements * Add `--enable-policy-checks` which adds a policy checking step to the Atlantis workflow and runs server-side conftest policies on the terraform plan output. ([#1317](https://github.com/runatlantis/atlantis/pull/1317) by @msarvar and @nishkrishnan) - Supports `atlantis approve_policies` which allows a set of blessed github users to approve failing policies. * Support pre-workflow hooks on all comment/auto triggered commands ([#1418](https://github.com/runatlantis/atlantis/pull/1418) by @nishkrishnan) * Add branch allowlist matcher to server side repo config ([#1383](https://github.com/runatlantis/atlantis/pull/1383) by @dghubble) * Add support for regex commands ([#1419](https://github.com/runatlantis/atlantis/pull/1419) by @bewie) * Add support for a global apply lock ([#1473](https://github.com/runatlantis/atlantis/pull/1473) by @msarvar) * Add structured logging support ([#1467](https://github.com/runatlantis/atlantis/pull/1467) by @nishkrishnan) * Ensure policy checks is its own apply requirement ([#1499](https://github.com/runatlantis/atlantis/pull/1499) by @nishkrishnan) * Add `--silence-no-projects` which silences Atlantis from responding to PRs when there are no projects ([#1469](https://github.com/runatlantis/atlantis/pull/1469) by @GenPage) * Add plan summary to unfolded part of the comment ([#1518](https://github.com/runatlantis/atlantis/pull/1518) by @wkrysmann) * Add `--autoplan-file-list` which allows modifying the global list of files that trigger project planning ([#1475](https://github.com/runatlantis/atlantis/pull/1475) by @Omicron7) * Add server-side repo config support to delete the source branch when automerge is configured ([#1357](https://github.com/runatlantis/atlantis/pull/1357) by @tapaszto) ## Bug Fixes * Fix output for Terraform 0.14 projects not filtering out refreshing of state. ([#1352](https://github.com/runatlantis/atlantis/pull/1352) by @mathcantin) ## Dependencies * Upgrade conftest binary version to 0.23 ([#1516](https://github.com/runatlantis/atlantis/pull/1516) by @msarvar) * Upgrade default tf version to 0.15.1 and add latest patch versions for old terraform minor versions ([#1472](https://github.com/runatlantis/atlantis/pull/1512) by @bryantbiggs) ## 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.15.1. Simply set the above flag to your desired default version to avoid any issues. * Hashicorp's GPG keys were [exposed](https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512). This PR adds the latest patch versions for each Terraform minor version which has new keys. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.17.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.16.1..v0.17.0 https://github.com/runatlantis/atlantis/compare/v0.16.1...v0.17.0 # v0.17.0-beta Feature release. Due to a sizeable refactor and the number of configuration settings supported in Atlantis, this is a pre-release and should not be considered fully stable. ## Features * Add `--enable-policy-checks` which adds a policy checking step to the Atlantis workflow and runs server-side conftest policies on the terraform plan output. ([#1317](https://github.com/runatlantis/atlantis/pull/1317) by @msarvar and @nishkrishnan) - Supports `atlantis approve_policies` which allows a set of blessed github users to approve failing policies. * Support pre-workflow hooks on all comment/auto triggered commands ([#1418](https://github.com/runatlantis/atlantis/pull/1418) by @nishkrishnan) * Add `HEAD_COMMIT` to run steps * Update terraform version to 0.14.7 ## 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.14.7. 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.17.0-beta/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0-beta/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0-beta/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.17.0-beta/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.17.0-beta`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.16.1..v0.17.0-beta https://github.com/runatlantis/atlantis/compare/v0.16.1...v0.17.0-beta # v0.16.1 Few improvements and a number of bug fixes ## Features/Improvements * Add `--gh-app-slug` which allows fetching of gh app user. ([#1334](https://github.com/runatlantis/atlantis/pull/1334) by @nishkrishnan) (Also fixes [#1161](https://github.com/runatlantis/atlantis/issues/1161)) * Add `--disable-repo-locking` flag. ([#1340](https://github.com/runatlantis/atlantis/pull/1340) by @gezb) (Closes [#1212](https://github.com/runatlantis/atlantis/issues/1212)) * Pass atlantis/apply when there are no plans ([#1323](https://github.com/runatlantis/atlantis/pull/1323) by @raxod502-plaid) * Update terraform version to 0.14.5 ## Bugfixes * Fix bug with error messaging and incorrect casting ([#1327](https://github.com/runatlantis/atlantis/pull/1327) by @acastle) * Fix bug where .auto.tfvars.json files were being ignored in 0.16.0 (Fixes [#1330](https://github.com/runatlantis/atlantis/issues/1330) by @gekO) * Fix Azure DevOps automerge by dynamically fetching user id (Fixes [#1152](https://github.com/runatlantis/atlantis/issues/1152) by @tapaszto) * Replace slack GetChannels with GetConversations due to API deprecation (Fixes [#1210](https://github.com/runatlantis/atlantis/issues/1210) by @thlacroix) * Set TF_WORKSPACE for remote runs to target correct workspace (Fixes [#661](https://github.com/runatlantis/atlantis/issues/661) by @m1pl) * Fix for restricting what workflows each repo has access to without exposing custom workflow definitions (Fixes [#1358](https://github.com/runatlantis/atlantis/issues/1358) by @netguino) ## 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.14.5. 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.16.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.16.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.16.0..v0.16.1 https://github.com/runatlantis/atlantis/compare/v0.16.0...v0.16.1 # v0.16.0 ## Description Feature release with some new flags and bugfixes. This release is thanks to our new Atlantis maintainer team: * [@chenrui333](https://github.com/chenrui333) * [@nishkrishnan](https://github.com/nishkrishnan) * [@acastle](https://github.com/acastle) * [@unRob](https://github.com/unRob) * [@jamengual](https://github.com/jamengual) ## Features * Allow configuring number of concurrent plans/applies via new `-parallel-pool-size` flag ([#1177](https://github.com/runatlantis/atlantis/pull/1177) by @dmattia) * Add new flag `-disable-apply` that will disable the ability to run all applies ([#1230](https://github.com/runatlantis/atlantis/pull/1230) by @gezb) * This release will release with an arm64 binary ([#1291](https://github.com/runatlantis/atlantis/pull/1291) by @pgroudas) * Add `pre_workflow_hooks` steps to allow for running custom scripts before workflow execution ([#1255](https://github.com/runatlantis/atlantis/pull/1255) by @msarvar) * Update default Terraform version to 0.14.3 ## Bugfixes * Fix bug checking for up to date branches when using GitHub App installation and `-checkout-strategy=merge` (Fixes [#1236](https://github.com/runatlantis/atlantis/issues/1236) by @nishkrishnan) * Fix version detection for versions with prereleases when running Terraform >= 0.12.0 (Fixes [#1276](https://github.com/runatlantis/atlantis/issues/1276) by @acastle) * Fix bug detecting Terraform files ([#1253](https://github.com/runatlantis/atlantis/pull/1253) by @surminus) ## 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.14.3. 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.16.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.16.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.16.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.15.1..v0.16.0 https://github.com/runatlantis/atlantis/compare/v0.15.1...v0.16.0 # 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 Relatively small release with some bugfixes and a couple of features. Also sets default Terraform version to 0.13.0. ## Features * Bump default Terraform version to 0.13.0 * Retry GitHub calls to prevent 404 issues ([#1019](https://github.com/runatlantis/atlantis/issues/1019)) * Update GitLab library to handle rate limiting issues ([#1142](https://github.com/runatlantis/atlantis/issues/1142) by @LAKostis) * Alpine version n Docker image is now 3.12 (up from 3.11) ([#1136](https://github.com/runatlantis/atlantis/pull/1136) by @lazzurs) * Add new flag `--skip-clone-no-changes` that will skip cloning the repo during autoplan if there are no changes to Terraform projects. This will only apply for GitHub and GitLab and only for repos that have `atlantis.yaml` files. ([#1158](https://github.com/runatlantis/atlantis/pull/1158) by @cucxabong) * Add new flag `--disable-autoplan` that will globally disable autoplanning. ([#1159](https://github.com/runatlantis/atlantis/pull/1159) by @ValdirGuerra) ## Bugfixes * Fix `--hide-prev-plan-comments` bug ([#1009](https://github.com/runatlantis/atlantis/issues/1009) by @goodspark) * Fix comment splitting bug ([#1109](https://github.com/runatlantis/atlantis/pull/1109) by @crainte) * Fix Azure DevOps bug when cloning a repo with spaces in its name ([#1079](https://github.com/runatlantis/atlantis/issues/1079) by @mcdafydd) ## 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.0. Simply set the above flag to your desired default version to avoid any issues. * `--repo-whitelist` is now deprecated in favour of `--repo-allowlist`. The previous flag will still work. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.15.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.15.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.14.0..v0.15.0 https://github.com/runatlantis/atlantis/compare/v0.14.0...v0.15.0 # v0.14.0 ## Description This release brings a big new feature: the ability to install Atlantis as a GitHub App! Thanks to [@unRob](https://github.com/unRob) for this amazing feature. ## Features * Support installation via a GitHub App. See https://www.runatlantis.io/docs/access-credentials.html#github-app for instructions. ([#1088](https://github.com/runatlantis/atlantis/pull/1088) by @unRob) * Add new `atlantis unlock` command that can be run on pull requests to discard all plans and unlock all projects associated with that PR. ([#1091](https://github.com/runatlantis/atlantis/pull/1091) by @parmouraly) * Add debug-level logging for GitHub calls ([#1042](https://github.com/runatlantis/atlantis/pull/1042) by @cket) * The repo-relative directory is now available in custom workflows via the environment variable `REPO_REL_DIR` ([#1063](https://github.com/runatlantis/atlantis/pull/1063) by @llamahunter) * Upgrade the default Terraform version to 0.12.27. * Update jQuery to 1.5.1 to fix a security issue with the older version. * Update `gosu` in the Atlantis Docker image to 1.12 ([#1104](https://github.com/runatlantis/atlantis/pull/1104) by @lazzurs) * Ignore changes to `.tflint.hcl` ([#1075](https://github.com/runatlantis/atlantis/pull/1075) by @unRob) ## Bugfixes * `--write-git-credentials` now works with Azure DevOps ([#1070](https://github.com/runatlantis/atlantis/pull/1070) by @markbrennan) * Partly fix `--hide-prev-plan-comments` on GitHub Enterprise ([#1072](https://github.com/runatlantis/atlantis/pull/1072) by @goodspark) * Fix bug where Atlantis would auto-merge a PR if `apply` was run after the locks were discarded (Fixes [#1006](https://github.com/runatlantis/atlantis/issues/1006) by @parmouraly) * Fix bug when using `--hide-prev-plan-comments` where if a plan output was split across multiple comments only the first comment would get hidden (Fixes [#1021](https://github.com/runatlantis/atlantis/issues/1021) by @crainte) ## 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.27. 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.14.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.14.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.14.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.14.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.14.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.13.0..v0.14.0 https://github.com/runatlantis/atlantis/compare/v0.13.0...v0.14.0 # v0.13.0 ## Description This release enables support for running plans and applies in parallel **only when using Terraform workspaces**. It also enables graceful shutdown for Atlantis where it waits for in-progress plans and applies to complete. See below for the complete list. ## Features * Upgrade default Terraform version in Docker image to 0.12.26. * Add support for parallel plans and applies ([#926](https://github.com/runatlantis/atlantis/pull/926) by @Fauzyy) Running in parallel is only supported if you're using workspaces to separate your projects. Projects in separate directories can **not** be run in parallel currently. To use, set ```yaml parallel_plan: true parallel_apply: true ``` In your repo-level `atlantis.yaml` file. * Add support for graceful shutdown ([#1051](https://github.com/runatlantis/atlantis/pull/1051) by @benoit74). When Atlantis receive a SIGINT or SIGTERM it won't shut down immediately. It will wait for in-progress plans and applies to complete. Any new actions, e.g. comments or autoplans will be refused and an error comment will be posted to the PR indicating that Atlantis is shutting down and the user should try again later. In addition, a new `/status` endpoint has been added that currently only returns the number of in-progress operations and whether the server is shutting down. * GitHub: A new flag `--allow-draft-prs` has been added that will re-enable the ability for users to run plan and apply on GitHub draft PRs. This ability was removed in v0.12.0. ([#1053](https://github.com/runatlantis/atlantis/pull/1053) by @cket) * GitHub: Preserve original commit message when automerging ([#1049](https://github.com/runatlantis/atlantis/pull/1049) by @pratikmallya). This change removes the `[Atlantis] Automatically merging after successful apply` commit message and instead has GitHub autogenerate the commit message similarly to how it would when you click the "Merge" button in the UI. * Change log level for HTTP requests from INFO to DBUG, e.g. ``` 2020/05/26 12:16:20+0000 [INFO] server: GET /healthz – respond HTTP 200 2020/05/26 12:16:36+0000 [INFO] server: GET /healthz – from ``` ([#1056](https://github.com/runatlantis/atlantis/pull/1056) by @tammert) * GitLab: Use correct link to merge requests (previously used `#` instead of `!`) ([#1059](https://github.com/runatlantis/atlantis/pull/1059) by @EppO) ## Bugfixes * Azure DevOps: Project links link to pull requests now (Fixes [#957](https://github.com/runatlantis/atlantis/issues/957) by @mcdafydd) * GitHub: Release locks when GitHub draft PRs are closed ([#1038](https://github.com/runatlantis/atlantis/pull/1038) by @andrewring) * Ensure git-lfs is in our Docker image (Fixes [#1054](https://github.com/runatlantis/atlantis/pull/1054)) ## 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.26. Simply set the above flag to your desired default version to avoid any issues. * HTTP requests are now logged as DBUG instead of INFO to reduce log spam. If you still want to see these logs you must run with `--log-level=debug`. * Atlantis will no longer immediately shutdown when it receives a SIGINT or SIGTERM, it will now wait for in-progress plans and applies to complete. To stop Atlantis without waiting, send a SIGKILL. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.13.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.13.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.13.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.13.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.13.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.12.0..v0.13.0 https://github.com/runatlantis/atlantis/compare/v0.12.0...v0.13.0 # v0.12.0 ## Description This release contains one much-awaited GitHub-only feature: the ability to hide previous plan comments with the `--hide-prev-plan-comments` flag. It also contains a host of other small features and fags. ## Features * GitHub: Add `--hide-prev-plan-comments` flag. When set, previous plan comments will be marked as outdated in GitHub's UI. This collapses them making a PR with lots of plan comments easier to read. ([#994](https://github.com/runatlantis/atlantis/pull/994) by @goodspark) * GitHub: Ignore draft PRs until they're changed to "ready for review". ([#977](https://github.com/runatlantis/atlantis/pull/977) by @cket) * Upgrade default Terraform version in Docker image to 0.12.24. * Set `as_user` param when sending slack notifications so the message is decorated appropriately ([#907](https://github.com/runatlantis/atlantis/pull/907) by @tmcevoy14) * Add Git LFS support ([#872](https://github.com/runatlantis/atlantis/pull/872) by @remilapeyre) * Add `--silence-vcs-status-no-plans` flag that silences VCS commit status when autoplan finds no projects to plan. When set, Atlantis won't create any VCS statuses if there no projects to plan. ([#959](https://github.com/runatlantis/atlantis/pull/959) by @cket) * Add `--disable-markdown-folding` flag that disables folding for long plan/apply outputs. ([#960](https://github.com/runatlantis/atlantis/pull/960) by @mhumeSF) * Ignore casing when setting log levels, e.g. `--log-level=INFO` now works. ([#976](https://github.com/runatlantis/atlantis/pull/976) by @jpreese) * Azure DevOps: Add policy checking. ([#984](https://github.com/runatlantis/atlantis/pull/984) by @jpreese) * Upgrade boltdb to latest maintained version. ([#992](https://github.com/runatlantis/atlantis/pull/992) by @amasover) ## Bugfixes * Azure DevOps: Prevent pull request updated events from triggering autoplan when the event was caused by a change in approvals. (Fixes [#946](https://github.com/runatlantis/atlantis/issues/946) by @mcdafydd) ## Backwards Incompatibilities / Notes: * GitHub draft PRs are now ignored until they're marked "ready for review" and opened as regular PRs. **NOTE: ** This functionality was added back in Atlantis v0.13.0 via the `--allow-draft-prs` flag. * 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.24. 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.12.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.12.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.12.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.12.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.12.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.11.1..v0.12.0 https://github.com/runatlantis/atlantis/compare/v0.11.1...v0.12.0 # v0.11.1 ## Description Using the latest Alpine Docker image (3.11) to mitigate some vulnerabilities in that image. ## Security * Use Alpine 3.11 to mitigate: 1. CVE-2019-5482: `curl <7.66.0-r0` https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5482 2. CVE-2019-5481: `curl <7.66.0-r0` https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5481 3. CVE-2019-15903: `expat <2.2.7-r1` and `git <2.22.0r0` https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15903 4. CVE-2018-20843: `expat <2.2.7-r0` and `git <2.22.0-r0` https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20843 5. CVE-2019-14697: `musl <1.1.22-r3` https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14697 ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.11.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.11.0..v0.11.1 https://github.com/runatlantis/atlantis/compare/v0.11.0...v0.11.1 # v0.11.0 ## Description Small release with a couple new config flags from contributors. ## Features * Upgrade default Terraform version in Docker image to 0.12.19. * Add new `--tf-download-url` flag to allow overriding the default download base URL of `https://releases.hashicorp.com`. ([#787](https://github.com/runatlantis/atlantis/pull/787) by @cullenmcdermott) * Add new `--vcs-status-name` flag to allow configuring the name Atlantis uses for its PR statuses. Useful if running multiple Atlantis servers on the same repo. ([#841](https://github.com/runatlantis/atlantis/pull/841) by @js-timbirkett) * Add new `--silence-fork-pr-errors` flag to silence errors from fork PRs in orgs that use fork PRs for non-terraform changes. ([#885](https://github.com/runatlantis/atlantis/pull/885) by @kinghrothgar) ## Bugfixes * Fix Atlantis Dockerfile subcommand detection (Fixes [#870](https://github.com/runatlantis/atlantis/issues/870) by @sparky005) * Fix `--write-git-creds` command for BitBucket modules (Fixes [#873](https://github.com/runatlantis/atlantis/issues/873) by @ImperialXT) * Fix issue where Atlantis was failing on Azure DevOps PRs with branch protection (Fixes [#880](https://github.com/runatlantis/atlantis/issues/880) by @mcdafydd) * Fix issue where project's set with an absolute dir, e.g. `dir: /a/b/c` would actually use that directory instead of making it relative to the reo root (Fixes [#849](https://github.com/runatlantis/atlantis/issues/849)). * Fix issue where changes to `terragrunt.hcl` files weren't being detected when using `atlantis.yaml` files (Fixes [#803](https://github.com/runatlantis/atlantis/issues/803) by @JoshiiSinfield) ## 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.19. 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.11.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.11.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.11.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.10.2..v0.11.0 https://github.com/runatlantis/atlantis/compare/v0.10.2...v0.11.0 # v0.10.2 ## Description Some small features in this release and some bug fixes. * Exclusions are now supported in `when_modified` config so you can ignore changes in files that you don't want to trigger plan on. * Emojis are now supported in Azure DevOps 🎉. ## Features * Upgrade Terraform in Docker image to 0.12.16. * Add support for [kustomize](https://kustomize.io/) ([#785](https://github.com/runatlantis/atlantis/pull/785) by @tobbbles) * Use emojis in comments for Azure DevOps ([#863](https://github.com/runatlantis/atlantis/pull/863) by @mcdafydd) * Allow exclusions to be specified in `when_modified`, e.g. `when_modified: ["!this-file.tf"]` ([#847](https://github.com/runatlantis/atlantis/pull/847) by @leonsodhi-lf) * When using `--checkout-strategy=merge` warn users if the branch they're merging into has been updated ([#804](https://github.com/runatlantis/atlantis/issues/804) by @MRinalducci) ## Bugfixes * Support `/` in branch names for Azure DevOps (Fixes [#835](https://github.com/runatlantis/atlantis/issues/835) by @mcdafydd) * Fix bug where a server-side workflow with the name "default" wasn't being used (Fixes [#860](https://github.com/runatlantis/atlantis/issues/860)) * Fix GitLab error due to API updates (Fixes [#864](https://github.com/runatlantis/atlantis/issues/846)) ## 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.16. 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.10.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.2/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.10.2`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.10.1..v0.10.2 https://github.com/runatlantis/atlantis/compare/v0.10.1...v0.10.2 # v0.10.1 ## Description Small release that is built using Go 1.13.3 to mitigate a CVE (https://99designs.ca/blog/engineering/request-smuggling/). ## Features * Error out when user has an atlantis.yml file (wrong extension, needs .yaml) ([#816](https://github.com/runatlantis/atlantis/pull/816) by @mdcurran) ## Bugfixes None ## Backwards Incompatibilities / Notes: If you had an `atlantis.yml` file (note the `.yml` extension), previously Atlantis ignored it. Now it will error to warn you that it's not being used. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.10.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.10.0..v0.10.1 https://github.com/runatlantis/atlantis/compare/v0.10.0...v0.10.1 # v0.10.0 ## Description Lots of new features in this release: Azure DevOps support, automatic Terraform version detection and private module cloning support. All by community contributors! ## Features * Support for Azure DevOps ([719](https://github.com/runatlantis/atlantis/pull/719) by @mcdafydd) * Support detecting Terraform version from `terraform { required_version = "=" }` block ([#789](https://github.com/runatlantis/atlantis/pull/789) by @kennethtxytqw) * Improve `--write-git-creds` command so that it supports ssh private modules ([#799](https://github.com/runatlantis/atlantis/pull/799) by @ImperialXT) * Default TF version is now 0.12.12 * Logo is now bigger on locks listing ([#783](https://github.com/runatlantis/atlantis/pull/783) by @Nuru) ## Bugfixes * Fix error when using GitLab with the "Delete source branch" setting (Fixes [#760](https://github.com/runatlantis/atlantis/issues/760)) * Fix repo whitelist when using wildcard in the middle, ex. `github.com/*-something` (Fixes [#692](https://github.com/runatlantis/atlantis/issues/692) by @dedamico) ## 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.12. 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.10.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.10.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.10.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.9.0..v0.10.0 https://github.com/runatlantis/atlantis/compare/v0.9.0...v0.10.0 # v0.9.0 ## Description This release contains a new step for custom workflows called `env`. It allows users to set environment variables statically and dynamically for their workflows: ```yaml workflows: env: plan: steps: - env: name: STATIC value: set-statically - env: name: DYNAMIC command: echo set-dynamically - run: echo $STATIC $DYNAMIC # outputs 'set-statically set-dynamically' ``` ## Features * New `env` step in custom workflows ([#751](https://github.com/runatlantis/atlantis/pull/751)) * New flag `--write-git-creds` helps Atlantis support private module sources. ([#711](https://github.com/runatlantis/atlantis/pull/711)) * Upgrade Terraform to 0.12.7 in our base Docker image. * Support for Terragrunt > 0.19.0 ([#748](https://github.com/runatlantis/atlantis/pull/748)) * The directory where Atlantis downloads Terraform binaries is now in the PATH of custom workflows ([#678](https://github.com/runatlantis/atlantis/pull/678)) * `dumb-init` and `gosu` upgraded in our Docker image ([#730](https://github.com/runatlantis/atlantis/pull/730)) ## Bugfixes * The Terraform version specified in `terraform_version` is now downloaded even if there are only custom steps (Fixes [#675](https://github.com/runatlantis/atlantis/issues/675)) ## 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.7. 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.9.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.9.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.9.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.9.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.9.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.8.3..v0.9.0 https://github.com/runatlantis/atlantis/compare/v0.8.3...v0.9.0 # v0.8.3 ## Description This release contains an important security fix in addition to some fixes and changes for Terraform Cloud/Enterprise users. It's highly recommended that all Atlantis users upgrade to this release. See the Security section below for more details. ## Security * Additional arguments specified in Atlantis comments, ex. `atlantis plan -- -var=foo=bar` are now escaped before being appended to the relevant Terraform command. (Fixes [#697](https://github.com/runatlantis/atlantis/pull/697)). Previously, a comment like `atlantis plan -- -var=$(touch foo)` would execute the `touch foo` command because the extra arguments weren't being escaped properly. This means anyone with comment access to an Atlantis repo could execute arbitrary code. Because of the severity of this issue, all users should upgrade to this version. * Upgrade to latest version of Alpine Linux in our Docker image to mitigate vulnerabilities found in libssh2. (Fixes [#687](https://github.com/runatlantis/atlantis/issues/687)) ## Features * Upgrade Terraform to 0.12.3 in our base Docker image. * Additional arguments specified in Atlantis comments, ex. `atlantis plan -- -var=foo=bar` are now available in custom run steps as the `COMMENT_ARGS` environment variable. (Fixes [#670](https://github.com/runatlantis/atlantis/issues/670)) * A new flag `--tfe-hostname` is available for specifying a Terraform Enterprise private installation's hostname when using the remote backend integration. ([#706](https://github.com/runatlantis/atlantis/pull/706)) ## Bugfixes * Parse Bitbucket Cloud pull request rejected events properly. (Fixes [#676](https://github.com/runatlantis/atlantis/issues/676)) * Terraform >= 0.12.0 works with Terraform Cloud/Enterprise remote operations. (Fixes [#704](https://github.com/runatlantis/atlantis/issues/704)) ## Backwards Incompatibilities / Notes: * If you were previously relying on being able to execute code in the additional arguments of comments, ex. `atlantis plan -- -var='foo=$(echo $SECRET)'` this is no longer possible. Instead you will need to write a custom workflow with a custom step or the extra_args config. * 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.3. 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.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.3/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.8.3`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.8.2..v0.8.3 https://github.com/runatlantis/atlantis/compare/v0.8.2...v0.8.3 # 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 Small bugfix release for Bitbucket Cloud users running with require approval. ## Features None ## Bugfixes * Atlantis would panic when checking if pull requests were approved for Bitbucket Cloud due to an API change. (Fixes [#652](https://github.com/runatlantis/atlantis/issues/652)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.8.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.8.0..v0.8.1 https://github.com/runatlantis/atlantis/compare/v0.8.0...v0.8.1 # v0.8.0 ## Description This release upgrades the default version of Terraform to 0.12. If you're running Atlantis with the `--default-tf-version` flag set (which you always should) then this won't affect you at all. ## Features * Upgrade default Terraform version to 0.12 * Add new `--disable-apply-all` flag that disables running `atlantis apply` without any flags. ([#645](https://github.com/runatlantis/atlantis/pull/645)) ## Bugfixes None ## 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. Simply set the above flag to your desired default version of Terraform and 0.12 won't be used. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.8.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.8.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.7.2..v0.8.0 https://github.com/runatlantis/atlantis/compare/v0.7.2...v0.8.0 # v0.7.2 ## Description Small release containing an important security fix and some bugfixes. ## Features None ## Bugfixes * Atlantis would post its Git credentials as pull request comment and in logs if the git clone failed. (Fixes [#615](https://github.com/runatlantis/atlantis/issues/615)) * Atlantis would comment the same output twice during errors of custom run steps. (Fixes [#519](https://github.com/runatlantis/atlantis/issues/519)) * `atlantis testdrive` had unreadable output on solarized terminals. (Fixes [#575](https://github.com/runatlantis/atlantis/issues/575)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.2/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.7.2`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.7.1..v0.7.2 https://github.com/runatlantis/atlantis/compare/v0.7.1...v0.7.2 # v0.7.1 ## Description Small bugfix release to fix an issue when using `--checkout-strategy=merge`. ## Features * `PROJECT_NAME` is now available as an environment variable to custom `run` steps. ([#578](https://github.com/runatlantis/atlantis/pull/578)) ## Bugfixes * Fix deleting unapplied plans when `--checkout-strategy=merge` is used. (Fixes [#582](https://github.com/runatlantis/atlantis/issues/582)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.7.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.7.0..v0.7.1 https://github.com/runatlantis/atlantis/compare/v0.7.0...v0.7.1 # v0.7.0 ## Description This release implements Server-Side Repo Config which allows users to write `atlantis.yaml`-style config on the server rather than in individual repos. The Server Side config also allow Atlantis operators to control what individual repos can do in their `atlantis.yaml` files. Read [docs](https://www.runatlantis.io/docs/server-side-repo-config.html) for more details. ## Features * Server-Side Repo Config. Read [docs](https://www.runatlantis.io/docs/server-side-repo-config.html) and [use cases](https://www.runatlantis.io/docs/server-side-repo-config.html#use-cases) for full details. ([#47](https://github.com/runatlantis/atlantis/issues/47)) * New flag `atlantis server` flag `--repo-config` for specifying the repo config file . * New flag `--repo-config-json` for specifying the repo config as a JSON string instead of having to write a config file to disk. * All repos can now create `atlantis.yaml` files to configure their projects, however by default, those files can't create custom workflows or set Apply Requirements. * New version `3` of `atlantis.yaml` fixes a small issue with how we were parsing custom `run` steps. Previously we were doing additional parsing which caused some users to have to add extra escaping to their commands. Now this is no longer required. See the Backwards Compatibility section for more details. ## Bugfixes * Fix bug where running `atlantis apply` to apply all outstanding plans wouldn't work if you had more than one project defined in the exact same directory and workspace. (Fixes [#365](https://github.com/runatlantis/atlantis/issues/365)) ## Backwards Incompatibilities / Notes: * The server-side config changes are fully backwards compatible. The biggest difference is that all repos can now create `atlantis.yaml` files, but without being able to create custom workflows or set apply requirements. This will allow users to configure their projects, workspaces and terraform versions at a repo level without enabling those repos to run custom code or circumvent apply requirements set server-side. * `atlantis.yaml` has a new version `3`. If you continue to use version `2`, you will experience no changes. If you want to upgrade to version `3`, then if you're not using any custom `run` steps in your workflows you can upgrade the version number without additional changes. If you are using `run` steps, check our [upgrade guide](https://www.runatlantis.io/docs/upgrading-atlantis-yaml.html#upgrading-from-v2-to-v3) to see if you need to make any changes before upgrading. * Flags `--require-approval`, `--require-mergeable` and `--allow-repo-config` are deprecated in favour of creating a server-side repo config file that applies the same configuration. If you run `atlantis server` with those flags, a deprecation warning will be printed telling you what server-side config is recommended instead. * If you have projects configured with the same directory and workspace (which means you're probably using the `-backend-config` flag) **and** their names contain `/`'s, then you'll have to re-run `atlantis plan` after upgrading if you had any unapplied plans. An example of what config would mean you need to re-plan: ```yaml projects: - name: name/with/slashes dir: samedir workflow: a - name: another/with/slashes dir: samedir workflow: b a: plan: steps: - run: rm -rf .terraform - init: extra_args: [-backend-config=staging.backend.tfvars] - plan b: plan: steps: - run: rm -rf .terraform - init: extra_args: [-backend-config=staging.backend.tfvars] - plan ``` ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.7.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.7.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.6.0..v0.7.0 https://github.com/runatlantis/atlantis/compare/v0.6.0...v0.7.0 # v0.6.0 ## Description This release introduces a new flag `--default-tf-version=` that allows users to set the version of Terraform that Atlantis defaults to. Atlantis will automatically download that version on startup so users don't need to build their own custom Docker images. Atlantis will also now automatically download any Terraform version specified in `atlantis.yaml`: ```yaml version: 2 projects: - dir: . terraform_version: v0.12.0-beta1 # Will be downloaded automatically. ``` ## Features * New flag: `--default-tf-version=` will cause Atlantis to automatically download and use that version of Terraform by default. Atlantis will also automatically download terraform versions specified in `atlantis.yaml` via the `terraform_version` config key. ([#538](https://github.com/runatlantis/atlantis/pull/538)) * New status check names mean that the Atlantis checks will appear together (at least on GitHub). ([#545](https://github.com/runatlantis/atlantis/pull/545)) * Upgrade base Docker image to use Alpine 3.9. Alpine 3.9 mitigates [CVE-2018-19486](https://nvd.nist.gov/vuln/detail/CVE-2018-19486). ([#541](https://github.com/runatlantis/atlantis/pull/541)) ## Bugfixes None ## Backwards Incompatibilities / Notes: * Our Docker image `runatlantis/atlantis` has Terraform `v0.11.13` now. If you use the new flag `--default-tf-version=` then you won't be affected by this change (nor for subsequent version upgrades). * The Atlantis status checks have been renamed from what they looked like in `v0.5.*`. Previously the names were: `plan/atlantis` and `apply/atlantis`. Now the names are `atlantis/plan` and `atlantis/apply`. This change will only affect you if you're requiring those status checks to pass via a setting in your Git host (ex. via GitHub protected branches). If so, you'll need to change your settings to require the new names to pass and un-require the old names. > If you were on a version lower than `v0.5.*` then read the backwards compatibility notes for release `0.5.0`. **NOTE from the maintainer**: I take backwards compatibility seriously and I apologize that the status checks are changing again so soon after the 0.5 release also changed them. I know that if you have many repos and require the checks to pass that it is a large task to change them all again. In this case, I decided that the tradeoff was worth it because the 0.5 release has only been out for a couple of weeks so hopefully not everyone has upgraded to it. The new check names makes them a lot easier to read (at least on GitHub) because they appear next to each other now due to alphabetical sorting. In this case I felt like it was better to get this change done as soon as possible rather than having this annoying UX issue stay around forever. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.6.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.6.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.6.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.6.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.6.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) ## Diff v0.5.1..v0.6.0 https://github.com/runatlantis/atlantis/compare/v0.5.1...v0.6.0 # v0.5.1 ## Description This is a bugfix release to fix a bug where Atlantis was replying to comments that weren't directed to it. Diff: https://github.com/runatlantis/atlantis/compare/v0.5.0...v0.5.1 ## Features * On Bitbucket Cloud and Server, Atlantis now responds if it's invoked with the username it's running under, ex. @my-bb-atlantis-user. This is the same functionality as GitHub and GitLab. ([#534](https://github.com/runatlantis/atlantis/pull/534)) ## Bugfixes * Atlantis ignore comments that aren't addressed to it. (Fixes [#533](https://github.com/runatlantis/atlantis/issues/533)) ## Backwards Incompatibilities / Notes: * On Bitbucket Cloud and Server, Atlantis now responds if it's invoked with the username it's running under, ex. @my-bb-atlantis-user. This is the same functionality as GitHub and GitLab. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.5.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.5.0 ## Description This release has two big features: New Status Checks and Terraform Enterprise Integration. **New Status Checks:** The new status checks split the old status check into `plan` and `apply` phases. Each check now tracks the status of each project modified in the pull request. For example if two projects are modified, the `plan` check might read: > 2/2 projects planned successfully. And the `apply` check might read: > 0/2 projects applied successfully. Users can now use their Git host's settings to require these checks pass before a pull request is merged and be confident that all changes have been applied (for example). **Terraform Enterprise Integration:** Atlantis now integrates with the Terraform Enterprise (TFE) via the [remote backend](https://www.terraform.io/docs/backends/types/remote.html). Atlantis will run `terraform` commands as usual, however those commands will actually be executed *remotely* in Terraform Enterprise. Using Atlantis with Terraform Enterprise gives you access to TFE features like: * Real-time streaming output * Ability to cancel in-progress commands * Secret variables * [Sentinel](https://www.hashicorp.com/sentinel) Without having to change your pull request workflow. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.15...v0.5.0 ## Features * Split single status check into one for `plan` and one for `apply` (see above). * Support using Atlantis with Terraform Enterprise via [remote operations](https://www.terraform.io/docs/backends/operations.html) (see above). * Add `USER_NAME` environment variable for custom steps to use. ([#489](https://github.com/runatlantis/atlantis/pull/489)) * Support Bitbucket Cloud's upcoming API deprecations. ([#502](https://github.com/runatlantis/atlantis/pull/502)) * Support Bitbucket Server hosted at a basepath, ex. `bitbucket.mycompany.com/pathprefix` (Fixes [#508](https://github.com/runatlantis/atlantis/issues/508)) ## Bugfixes * Allow Bitbucket Server diagnostics checks. (Fixes [#474](https://github.com/runatlantis/atlantis/issues/474)) * Fix automerge for Bitbucket Server. (Fixes [#479](https://github.com/runatlantis/atlantis/issues/479)) * Run `terraform init` with `-upgrade`. (Fixes [#443](https://github.com/runatlantis/atlantis/issues/443)) * If a pull request is deleted in Bitbucket Server, delete locks. (Fixes [#498](https://github.com/runatlantis/atlantis/issues/498)) * Support directories with spaces, ex `atlantis plan -d 'dir with spaces'`. (Fixes [#423](https://github.com/runatlantis/atlantis/issues/423)) * Ignore Terragrunt cache directories that were causing duplicate applies. (Fixes [#487](https://github.com/runatlantis/atlantis/issues/487)) * Fix `atlantis testdrive` for latest version of ngrok. ## Backwards Incompatibilities / Notes: * **New Status Checks** - If you have settings in your Git host that require the Atlantis commit status check to be in a certain condition, you will need to modify that setting as follows: Previously, Atlantis set a single check with the name `Atlantis`. Now there are two checks with the names `plan/atlantis` and `apply/atlantis`. If you had previously required the `Atlantis` check to pass, you should now require both the `plan/atlantis` and `apply/atlantis` checks to pass. The behaviour has also changed. Previously, the single Atlantis check would represent the status of the **last run command**. For example, if I ran `atlantis plan` and it failed, the check would be in a *Failed* state. If I ran `atlantis apply -p project1` and it succeeded, then the check would be in a *Success* state, regardless of the status of other projects in the pull request. Now, each check represents the plan/apply status of **all** projects modified in the pull request. For example, say I open up a pull request that modifies two projects, one in directory `proj1` and the other in `proj2`. If autoplanning is enabled, and both plans succeed, then there will be a single status check: * `plan/atlantis - 2/2 projects planned successfully` (success) If I run `atlantis apply -d proj1`, then Atlantis will set a pending apply check: * `plan/atlantis - 2/2 projects planned successfully` (success) * `apply/atlantis - 1/2 projects applied successfully` (pending) If I apply the final project with `atlantis apply -d proj2`, then my checks will look like: * `plan/atlantis - 2/2 projects planned successfully` (success) * `apply/atlantis - 2/2 projects applied successfully` (success) * `terraform init` is now run with `-upgrade=true`. Previously, it used Terraform's default setting which was `false`. This means that `terraform` will always update to the latest version of plugins and modules. For example, if you're using a module source of ```hcl source = "git::https://example.com/vpc.git?ref=master" ``` then `terraform init` will now always use the version on `master` whereas previously, if you had already run `atlantis plan` before `master` was updated, a new `atlantis plan` wouldn't pull the latest changes and would just use the cached version. This is unlikely to cause any issues because most users already expected Atlantis to use the most up-to-date version of modules/plugins within the set constraints. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.5.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.5.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.15 ## Description This is a bugfix release containing an important fix to how Atlantis executes Terraform. A bug was introduced in v0.4.14 that causes Atlantis to hang indefinitely when executing Terraform when there is a lot of output from Terraform. In addition, there's a fix to automerge when you require rebasing or commit squashing in GitHub and a fix for the mergeability check if you're requiring the Atlantis status to pass in GitHub. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.14...v0.4.15 ## Features None – this is a bugfix release. ## Bugfixes * Atlantis hangs on large plans. (Fixes [#474](https://github.com/runatlantis/atlantis/issues/474)) * Automerge now works on GitHub if you require a rebase or squash merge. ([#466](https://github.com/runatlantis/atlantis/pull/466)) * Automerge now works on Bitbucket if previously you were getting XSRF errors. (Fixes [#465](https://github.com/runatlantis/atlantis/issues/465)) * Requiring `mergeable` now works on GitHub if you are also requiring the Atlantis status to pass before merging. (Fixes [#453](https://github.com/runatlantis/atlantis/issues/453)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.15/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.15/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.15/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.15/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.15`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.14 ## Description **WARNING:** This release contains a bug that causes Terraform execution to stall on large infrastructures. Please use v0.4.15 instead. This release contains two big new features: Automerge and Checkout Strategy. Automerge is a much asked for feature that allows Atlantis to automatically merge your pull requests if all plans have been applied successfully. It can be enabled via the `--automerge` flag, or via an `atlantis.yaml` setting: ```yaml version: 2 automerge: true projects: - ... ``` Checkout Strategy allows you to choose if Atlantis checks out the exact branch from the pull request or what the destination branch will look like once the pull request is merged. You can choose your checkout strategy via the `--checkout-strategy` flag which supports `branch` (the default) or `merge`. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.13...v0.4.14 ## Features * Can now be configured to **automatically merge pull requests** after all plans have been applied. See https://www.runatlantis.io/docs/automerging.html. (Fixes [#186](https://github.com/runatlantis/atlantis/issues/186)) * New `--checkout-strategy` flag which supports checking out the code as it will look once the pull request was merged. Previously we only supported checking out the pull request branch which might be out of date with the destination branch and so cause Terraform to delete resources that have already been applied. See https://www.runatlantis.io/docs/checkout-strategy.html. (Fixes [#35](https://github.com/runatlantis/atlantis/issues/35) * Support Terraform 0.12 by version detection and then changing how Atlantis runs its Terraform commands. ([#419](https://github.com/runatlantis/atlantis/pull/419)) * New `--tfe-token` flag to support using Terraform Enterprise's Free Remote State Storage. ([#419](https://github.com/runatlantis/atlantis/pull/419)) ## Bugfixes * Run plan in directory when file is moved. (Fixes [#413](https://github.com/runatlantis/atlantis/issues/413)) * Fix bug where when Terraform crashed, Atlantis would hang indefinitely. ([#421](https://github.com/runatlantis/atlantis/pull/421)) ## Backwards Incompatibilities / Notes: None ## Downloads **The release downloads have been deleted because this release contains a critical bug** ## Docker **The release downloads have been deleted because this release contains a critical bug** # v0.4.13 ## Description This release is focused on quick-wins, bugfixes and one new feature that allows users to require pull requests be "mergeable", before allowing for `atlantis apply`. The mergeable apply requirement is very useful for GitHub users where it allows them to require pull requests be approved by specific users or require certain status checks to pass. See https://www.runatlantis.io/docs/apply-requirements.html#mergeable for more information. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.12...v0.4.13 ## Features * Introduce a new (optional) `mergeable` apply requirement that requires pull requests to be mergeable prior to allowing `apply` to run. (Fixes [#43](https://github.com/runatlantis/atlantis/issues/43)) * If users have workspaces configured for a directory via an `atlantis.yaml` file, only allow commands to be run on those workspaces. All commands attempted to be run on different workspaces will error out. For example, if I have an `atlantis.yaml` file: ```yaml version: 2 projects: - dir: mydir workspace: default - dir: mydir workspace: staging ``` Then I can run `atlantis apply -d mydir -w default` and `atlantis apply -d mydir -w staging` but I will receive an error if I run `atlantis apply -d mydir -w somethingelse`. * If users are setting the `name` key for their projects in `atlantis.yaml`, then include the project name in the comment output so it's easier to identify which plan/apply output is for which project. (Fixes [#353](https://github.com/runatlantis/atlantis/issues/353))) * Bump the Terraform version in the Docker image to `0.11.11`. * Tweak logging to add timezone to the timestamp and make the output more readable. ([#402](https://github.com/runatlantis/atlantis/pull/402)) * Warn users if running `atlantis apply -- -target=myresource` because `-target` can only be specified during `atlantis plan`. (Fixes [#399](https://github.com/runatlantis/atlantis/issues/399)) ## Bugfixes * If `terraform plan` returns an error, print the error to the pull request. ([#381](https://github.com/runatlantis/atlantis/pull/381)) * Split Bitbucket Server comments into multiple comments if over the max size. (Fixes [#280](https://github.com/runatlantis/atlantis/issues/280)) * Fix issue where if users specified `--gitlab-hostname` without a scheme then Atlantis wouldn't parse the URL correctly. ([#377](https://github.com/runatlantis/atlantis/issues/377)) * Give better error message if GitLab users are commenting on commits instead of a merge request. (Fixes [#150](https://github.com/runatlantis/atlantis/issues/150), [#390](https://github.com/runatlantis/atlantis/issues/390)) * If an error occurs early in request processing, comment that error back on the pull request. Previously, we *were* commenting back on errors but not for errors very early in the processing. (Fixes [#398](https://github.com/runatlantis/atlantis/issues/398)) ## Backwards Incompatibilities / Notes: * The version of Terraform installed in the `runatlantis/atlantis` Docker image is now `0.11.11`. Previously it was `0.11.10`. * If you are a) using an `atlantis.yaml` file and b) defining Terraform workspaces and c) running plan and apply against workspaces that **were not** defined in the `atlantis.yaml` file, then this no longer works. You will now need to define all the workspaces in the `atlantis.yaml` file. For example, say you had the following config: ```yaml version: 2 projects: - dir: mydir workspace: production ``` And you used to run: ``` atlantis plan -d mydir -w anotherworkspace atlantis apply -d mydir -w anotherworkspace ``` For this to work now, you need to add the `anotherworkspace` workspace to your `atlantis.yaml` file: ```yaml version: 2 projects: - dir: mydir workspace: production - dir: mydir workspace: anotherworkspace ``` ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.13/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.13/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.13/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.13/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.13`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.12 ## Description Small feature and bug fix release. If you're using GitLab <11.1 then your comment formatting is fixed! Diff: https://github.com/runatlantis/atlantis/compare/v0.4.11...v0.4.12 ## Features - Atlantis can now be hosted behind a path-based router and its UI will still render correctly. For example, you could host atlantis at mydomain.com/mypath, then run `atlantis server --atlantis-url https://mydomain.com/mypath` and when atlantis renders its UI, all the URLs will have the `/mypath` prefix so the UI renders properly. (Fixes [#213](https://github.com/runatlantis/atlantis/issues/213)) - Log warning if GitLab hostname isn't resolvable. (Fixes [#359](https://github.com/runatlantis/atlantis/issues/359)) - Support running our official Docker image `runatlantis/atlantis` on OpenShift. OpenShift runs images with random uids so we needed to build in support for that. (Fixes [#345](https://github.com/runatlantis/atlantis/issues/345)) ## Bugfixes - If the output is too long for a single GitHub comment, maintain formatting when splitting into multiple comments. (Fixes [#111](https://github.com/runatlantis/atlantis/issues/111)) - Fix bug with using the pagination API in BitBucket. ([#354](https://github.com/runatlantis/atlantis/pull/354)) - If using GitLab < 11.1 then don't use expandable markdown comments. (Fixes [#315](https://github.com/runatlantis/atlantis/issues/315)) - Fix output from custom steps that came before the plan step from being removed. ([#367](https://github.com/runatlantis/atlantis/pull/367)) ## Backwards Incompatibilities / Notes: We made [changes](https://github.com/runatlantis/atlantis/pull/346) to the base image (`runatlantis/atlantis-base`) that `runatlantis/atlantis` is built off of. These changes **should not** affect your running of atlantis unless you're building your own custom images and were relying on specific user permissions. Even then we don't anticipate any problems. These are the changes in detail: 1. Previously, the permissions of `/home/atlantis` were: ```bash $ ls -la /home/atlantis/ drwxr-sr-x 2 atlantis atlantis 4096 Sep 13 22:49 . ``` Now they are: ```bash $ ls -la /home/atlantis/ drwxrwxr-x 2 atlantis root 4096 Nov 28 21:22 . ``` * The directory is now owned by the `root` group. * Its group permissions now include `w` and `x`. This was needed because OpenShift runs Docker images as random uid's under the root group and so now those random uid's can use `/home/atlantis` as their data directory. 1. Previously, the `atlantis` user was only part of its own group: ```bash $ gosu atlantis sh $ whoami atlantis $ groups atlantis ``` Now it's also part of the `root` group: ```bash $ gosu atlantis sh $ groups atlantis root ``` 1. Previously, the permissions for `/etc/passwd` were: ```bash $ ls -la /etc/passwd -rw-r--r-- 1 root root 1284 Sep 13 22:49 /etc/passwd ``` Now the permissions are: ```bash $ ls -la /etc/passwd -rw-rw-r-- 1 root root 1284 Nov 28 21:22 /etc/passwd ``` The `w` group permission was added so that in OpenShift, the random uid can write their own login entry (https://github.com/runatlantis/atlantis/blob/main/docker-entrypoint.sh#L28) which is required because `terraform` expects the running user to have an entry in `/etc/passwd`. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.12/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.12/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.12/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.12/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.12`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.11 ## Description Medium sized release that updates the Terraform version and makes `terraform plan` output smaller by removing the `Refreshing...` output. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.10...v0.4.11 ## Features * Upgraded Docker image to use Terraform 0.11.10 * `terraform plan` output is shorter now thanks to remove the `Refreshing...` output ([#339](https://github.com/runatlantis/atlantis/pull/339)) * Project names specified in `atlantis.yaml` can now contain `/`'s. This is useful if you want to name your projects similar to the directories they're in. (Fixes [#253](https://github.com/runatlantis/atlantis/issues/253)) * Added new flag `--silence-whitelist-errors` which prevents Atlantis from comment back on pull requests from non-whitelisted repos. This is useful if you want to add the Atlantis webhook to a whole organization and then control which repos are actioned on via the whitelist. (Fixes [#312](https://github.com/runatlantis/atlantis/issues/312)) * The message when the project is locked is now more helpful. ([#336](https://github.com/runatlantis/atlantis/pull/336)) * Run `terraform plan` with `-var atlantis_repo_owner=runatlantis -var atlantis_repo_name=atlantis -var atlantis_pull_num=10` (if the repo was runatlantis/atlantis) ([#300](https://github.com/runatlantis/atlantis/pull/300)) ## Bugfixes * Quote plan filenames so that Bitbucket projects with spaces in their names still work (Fixes [#302](https://github.com/runatlantis/atlantis/issues/302)) ## Backwards Incompatibilities / Notes: * Atlantis now runs `terraform plan` with ```bash -var atlantis_repo_owner=runatlantis \ -var atlantis_repo_name=atlantis \ -var atlantis_pull_num=10 ``` (in this example the repo that Atlantis is running on is runatlantis/atlantis). If you were using those variables in your terraform code: ```hcl variable "atlantis_repo_owner" { default = "my_default" } ``` Then Atlantis will be overriding those variables with its own values. To prevent this, you need to rename your variables. If you aren't using those variables then this change won't affect you. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.11/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.11/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.11/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.11/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.11`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.10 ## Description Small bugfix release to fix issues with new comment format. Diff: https://github.com/runatlantis/atlantis/compare/v0.4.9...v0.4.10 ## Features None ## Bugfixes * Fix bad comment rendering ([#294](https://github.com/runatlantis/atlantis/issues/294)) * Fix `plan` not working on Bitbucket Server when repo owner contains spaces ([#290](https://github.com/runatlantis/atlantis/issues/290)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.10/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.10/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.10/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.10/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.10`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # 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](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](https://user-images.githubusercontent.com/1034429/45580777-d9bd8600-b849-11e8-8f2d-867fbf4e72d7.png) Diff: https://github.com/runatlantis/atlantis/compare/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](https://github.com/runatlantis/atlantis/issues/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. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.9/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.9/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.9/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.9/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.9`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # 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: https://github.com/runatlantis/atlantis/compare/v0.4.7...v0.4.8 ## Features None ## Bugfixes * Change server startup message to INFO from WARN level. ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.8/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.8/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.8/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.8/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.8`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # 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 the `terraform version` command. ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.7/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.7/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.7/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.7/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.7`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # 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 ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.6/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.6/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.6/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.6/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.6`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.5 ## Features * `atlantis apply` now applies **all** unapplied plans instead of just the plan in the root directory. ([#169](https://github.com/runatlantis/atlantis/issues/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. ## Bugfixes * Ignore approvals from the pull request author (Bitbucket Cloud only). Fixes ([#201](https://github.com/runatlantis/atlantis/issues/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. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.5/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.5/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.5/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.5/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.5`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.4 ## Features * Supports Bitbucket Server ([#190](https://github.com/runatlantis/atlantis/issues/190)). ## Bugfixes * Fix `/etc/hosts` not being respected ([#196](https://github.com/runatlantis/atlantis/issues/196)). ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.4/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.4/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.4/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.4/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.4`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.3 ## Features * Supports Bitbucket Cloud (bitbucket.org) ([#30](https://github.com/runatlantis/atlantis/issues/30)). ## Bugfixes None ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.3/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.3`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # 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](https://github.com/runatlantis/atlantis/issues/183)). ## Bugfixes None ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.2/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.2`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.1 ## Features * Add new `/healthz` endpoint for health checking in Kubernetes ([#102](https://github.com/runatlantis/atlantis/issues/102)) * Set `$PLANFILE` environment variable to expected location of plan file when running custom steps ([#168](https://github.com/runatlantis/atlantis/issues/168)) * This enables overriding the command Atlantis uses to `plan` and substituting your own or piping through a custom script. * Changed default pattern to detect changed files to `*.tf*` from `*.tf` in order to trigger on `.tfvars` files. ## Bugfixes None ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.1/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.1`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.4.0 ## Features * Autoplanning - Atlantis will automatically run `plan` on new pull requests and when new commits are pushed to the pull request. * New repository `atlantis.yaml` format that supports: * Complete customization of plans run * Single config file for whole repository * Controlling autoplanning * Moved docs to standalone website from the README. * Fixes: * [#113](https://github.com/runatlantis/atlantis/issues/113) * [#50](https://github.com/runatlantis/atlantis/issues/50) * [#46](https://github.com/runatlantis/atlantis/issues/46) * [#39](https://github.com/runatlantis/atlantis/issues/39) * [#28](https://github.com/runatlantis/atlantis/issues/28) * [#26](https://github.com/runatlantis/atlantis/issues/26) * [#4](https://github.com/runatlantis/atlantis/issues/4) ## Bugfixes ## Backwards Incompatibilities / Notes: - The old `atlantis.yaml` config file format is not supported. You will need to migrate to the new config format, see: https://www.runatlantis.io/docs/upgrading-atlantis-yaml.html - To use the new config file, you must run Atlantis with `--allow-repo-config`. - Atlantis will now try to automatically plan. To disable this, you'll need to create an `atlantis.yaml` file as follows: ```yaml version: 2 projects: - dir: mydir autoplan: enabled: false ``` - `atlantis apply` no longer applies all un-applied plans but instead applies only the plan in the root directory and default workspace. This will be reverted in an upcoming release - `atlantis plan` no longer plans in all modified projects but instead runs plan only in the root directory and default workspace. This will be reverted in an upcoming release. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.4.0/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.4.0`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.3.11 ## 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 ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.11/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.11/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.11/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.11/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.3.11`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.3.10 ## Features * Rename `atlantis bootstrap` to `atlantis testdrive` to make it clearer that it doesn't set up Atlantis for you. Fixes ([#129](https://github.com/runatlantis/atlantis/issues/129)). * Atlantis will now comment on a pull request when a plan/lock is discarded from the Atlantis UI. Fixes ([#27](https://github.com/runatlantis/atlantis/issues/27)). ## Bugfixes * Fix issue during `atlantis bootstrap` where ngrok tunnel took a long time to start. Atlantis will now wait until it sees the expected log entry before continuing. Fixes ([#92](https://github.com/runatlantis/atlantis/issues/92)). * Fix missing error checking during `atlantis bootstrap`. ([#130](https://github.com/runatlantis/atlantis/pulls/130)). ## Backwards Incompatibilities / Notes: * `atlantis bootstrap` renamed to `atlantis testdrive` ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.10/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.10/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.10/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.10/atlantis_linux_arm.zip) ## Docker [`runatlantis/atlantis:v0.3.10`](https://hub.docker.com/r/runatlantis/atlantis/tags/) # v0.3.9 ## Features * None ## Bugfixes * Fix GitLab approvals not actually checking approval ([#114](https://github.com/runatlantis/atlantis/issues/114)) ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.9/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.9/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.9/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.9/atlantis_linux_arm.zip) # v0.3.8 ## Features * Terraform 0.11.7 in Docker image * Docker build now verifies terraform install via checksum ## Bugfixes * None ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.8/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.8/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.8/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.8/atlantis_linux_arm.zip) # v0.3.7 ## Bugfixes * `--repo-whitelist` is now case insensitive. Fixes ([#95](https://github.com/runatlantis/atlantis/issues/95)). ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.7/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.7/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.7/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.7/atlantis_linux_arm.zip) # v0.3.6 ## Features * `atlantis server -h` has newlines between flags so it's easier to read ([#91](https://github.com/runatlantis/atlantis/issues/91)). ## Bugfixes * `atlantis bootstrap` uses a custom ngrok config file so it should work even if the user is already running another ngrok tunnel ([#93](https://github.com/runatlantis/atlantis/issues/93)). ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.6/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.6/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.6/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.6/atlantis_linux_arm.zip) # v0.3.5 ## Features * Log a warning if unable to update commit status. ([#84](https://github.com/runatlantis/atlantis/issues/84)) ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.5/atlantis_linux_arm.zip) # v0.3.4 ## Description This release delivers some speed improvements through caching plugins and not running `terraform workspace select` unnecessarily. In my testing it saves ~20s per run. ## Features * All config flags can now be specified by environment variables. Fixes ([#38](https://github.com/runatlantis/atlantis/issues/38)). * Completed thanks to @psalaberria002! * Run terraform with the `TF_PLUGIN_CACHE_DIR` env var set. Fixes ([#34](https://github.com/runatlantis/atlantis/issues/34)). * This will cache plugins and make `terraform init` faster. Terraform will still download new versions of plugins. See https://www.terraform.io/docs/configuration/providers.html#provider-plugin-cache for more details. * In my testing this saves >10s per run. * Run terraform with `TF_IN_AUTOMATION=true` so the output won't contain suggestions to run commands that you can't run via Atlantis. ([#82](https://github.com/runatlantis/atlantis/pull/82)). * Don't run `terraform workspace select` unless we actually need to switch workspaces. ([#82](https://github.com/runatlantis/atlantis/pull/82)). * In my testing this saves ~10s. ## Bug Fixes * Validate that workspace doesn't contain a path when running ex. `atlantis plan -w /jdlkj`. This was already not a valid workspace name according to Terraform. ([#78](https://github.com/runatlantis/atlantis/pull/78)). * Error out if `ngrok` is already running when running `atlantis bootstrap` ([#81](https://github.com/runatlantis/atlantis/pull/81)). ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.4/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.4/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.4/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.4/atlantis_linux_arm.zip) # v0.3.3 ## Features * Atlantis version shown in footer of web UI. Fixes ([#33](https://github.com/runatlantis/atlantis/issues/33)). ## Bug Fixes * GitHub comments greater than the max length will be split into multiple comments. Fixes ([#55](https://github.com/runatlantis/atlantis/issues/55)). ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.3/atlantis_linux_arm.zip) # v0.3.2 ## Description This release focused on some security issues reported by @eriksw, thanks Erik! By default, Atlantis will be more secure now and you'll have to specify which repositories you want it to work on. ## Features * New flag `--allow-fork-prs` added to `atlantis server` controls whether Atlantis will operate on pull requests from forks. Defaults to `false`. This flag was added because on a public repository anyone could open up a pull request to your repo and use your Atlantis install. * New mandatory flag `--repo-whitelist` added to `atlantis server` controls which repos Atlantis will operate on. This flag was added so that if a webhook secret is compromised (or you're not using webhook secrets) Atlantis won't be used on repos you don't control. * Warn if running `atlantis server` without any webhook secrets set. This is dangerous because without a webhook secret, an attacker could spoof requests to Atlantis. * Make CLI output more readable by setting a fixed column width. ## Bug Fixes * None ## Backwards Incompatibilities / Notes: * Must set `--allow-fork-prs` now if you want to run Atlantis on pull requests from forked repos. * Must set `--repo-whitelist` in order to start `atlantis server`. See `atlantis server --help` for how that flag works. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.2/atlantis_linux_arm.zip) # v0.3.1 ## Features * None ## Bug Fixes * Run apply in correct directory when using `-d` flag. Fixes ([#22](https://github.com/runatlantis/atlantis/issues/22)) ## Backwards Incompatibilities / Notes: * None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.1/atlantis_linux_arm.zip) # v0.3.0 ## Features * Fix security issue where Atlantis wasn't escaping the optional "extra args" that could be appended to comments ([#16](https://github.com/runatlantis/atlantis/pull/16)) * example exploit: `atlantis plan ; cat /etc/passwd` * Atlantis moved to new repo: `atlantisrun/atlantis`. Read why [here](https://medium.com/runatlantis/moving-atlantis-to-runatlantis-atlantis-on-github-4efc025bb05f) * New -w/--workspace and -d/--dir flags in comments ([#14](https://github.com/runatlantis/atlantis/pull/14)) * You can now specify which directory to plan/apply in, ex. `atlantis plan -d dir1/dir2` * Better feedback from atlantis when asking for help via comments, ex. `atlantis plan -h` ## Bug Fixes * Convert `--data-dir` paths to absolute from relative. Fixes ([#245](https://github.com/hootsuite/atlantis/issues/245)) * Don't run plan in the parent of `modules/` unless there's a `main.tf` present. Fixes ([#12](https://github.com/runatlantis/atlantis/issues/12)) ## Backwards Incompatibilities / Notes: * You must use the `-w` flag to specify a workspace when commenting now * Previously: `atlantis plan staging`, now: `atlantis plan -w staging` * You must use a double-dash between Atlantis flags and extra args to be appended to the terraform command * Previously: `atlantis plan -target=resource`, now: `atlantis plan -- -target=resource` * Atlantis will no longer run `plan` in the parent directory of `modules/` unless there is a `main.tf` in that directory. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.3.0/atlantis_linux_arm.zip) # v0.2.4 ## Features * SSL support added ([#233](https://github.com/hootsuite/atlantis/pull/233)) ## Bug Fixes * GitLab custom URL for GitLab Enterprise installations now works ([#231](https://github.com/hootsuite/atlantis/pull/231)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.4/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.4/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.4/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.4/atlantis_linux_arm.zip) # v0.2.3 ## Features None ## Bug Fixes * Use `env` instead of `workspace` for Terraform 0.9.* ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.3/atlantis_linux_arm.zip) # v0.2.2 ## Features * Terraform 0.11 is now supported ([#219](https://github.com/hootsuite/atlantis/pull/219)) * Safe shutdown on `SIGTERM`/`SIGINT` ([#215](https://github.com/hootsuite/atlantis/pull/215)) ## Bug Fixes None ## Backwards Incompatibilities / Notes: * The environment variables available when executing commands have changed: * `WORKSPACE` => `DIR` - this is the absolute path to the project directory on disk * `ENVIRONMENT` => `WORKSPACE` - this is the name of the Terraform workspace that we're running in (ex. default) * The schema for storing locks changed. Any old locks will still be held but you will be unable to discard them in the UI. **To fix this, either merge all the open pull requests before upgrading OR delete the `~/.atlantis/atlantis.db` file.** This is safe to do because you'll just need to re-run `plan` to get your plan back. ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.2/atlantis_linux_arm.zip) # v0.2.1 ## Features * Don't ignore changes in `modules` directories anymore. ([#211](https://github.com/hootsuite/atlantis/pull/211)) ## Bug Fixes * Don't set `as_user` to true for Slack webhooks so we can integrate as a workspace app. ([#206](https://github.com/hootsuite/atlantis/pull/206)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.1/atlantis_linux_arm.zip) # v0.2.0 ## Features * GitLab is now supported! ([#190](https://github.com/hootsuite/atlantis/pull/190)) * Slack notifications. ([#199](https://github.com/hootsuite/atlantis/pull/199)) ## Bug Fixes None ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.0/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.0/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.0/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.2.0/atlantis_linux_arm.zip) # v0.1.3 ## Features * Environment variables are passed through to `extra_arguments`. ([#150](https://github.com/hootsuite/atlantis/pull/150)) * Tested hundreds of lines of code. Test coverage now at 60%. ([https://codecov.io/gh/hootsuite/atlantis](https://codecov.io/gh/hootsuite/atlantis)) ## Bug Fixes * Modules in list of changed files weren't being filtered. ([#193](https://github.com/hootsuite/atlantis/pull/193)) * Nil pointer error in bootstrap mode. ([#181](https://github.com/hootsuite/atlantis/pull/181)) ## Backwards Incompatibilities / Notes: None ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.3/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.3/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.3/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.3/atlantis_linux_arm.zip) # v0.1.2 ## Features * all flags passed to `atlantis plan` or `atlantis apply` will now be passed through to `terraform`. ([#131](https://github.com/hootsuite/atlantis/pull/131)) ## Bug Fixes * Fix command parsing when comment ends with newline. ([#131](https://github.com/hootsuite/atlantis/pull/131)) * Plan and Apply outputs are shown in new line. ([#132](https://github.com/hootsuite/atlantis/pull/132)) ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.2/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.2/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.2/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.2/atlantis_linux_arm.zip) # v0.1.1 ## Backwards Incompatibilities / Notes: * `--aws-assume-role-arn` and `--aws-region` flags removed. Instead, to name the assume role session with the GitHub username of the user running the Atlantis command use the `atlantis_user` terraform variable alongside Terraform's [built-in support](https://www.terraform.io/docs/providers/aws/#assume-role) for assume role (see https://github.com/runatlantis/atlantis/blob/main/README.md#assume-role-session-names) * Atlantis has a docker image now ([#123](https://github.com/hootsuite/atlantis/pull/123)). Here is how you can try it out: ```bash docker run runatlantis/atlantis:v0.1.1 server --gh-user=GITHUB_USERNAME --gh-token=GITHUB_TOKEN ``` ## Improvements * Support for HTTPS cloning using GitHub username and token provided to atlantis server ([#117](https://github.com/hootsuite/atlantis/pull/117)) * Adding `post_plan` and `post_apply` commands ([#102](https://github.com/hootsuite/atlantis/pull/102)) * Adding the ability to verify webhook secret ([#120](https://github.com/hootsuite/atlantis/pull/120)) ## Downloads * [atlantis_darwin_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.1/atlantis_darwin_amd64.zip) * [atlantis_linux_386.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.1/atlantis_linux_386.zip) * [atlantis_linux_amd64.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.1/atlantis_linux_amd64.zip) * [atlantis_linux_arm.zip](https://github.com/runatlantis/atlantis/releases/download/v0.1.1/atlantis_linux_arm.zip)