Skip to content

Releases: runatlantis/atlantis

v0.23.0-pre.20230125

26 Jan 04:09
40f1e95
Compare
Choose a tag to compare
v0.23.0-pre.20230125 Pre-release
Pre-release

What's Changed

  • fix: PR status summary should remove Note: Objects have changed outside of Terraform by @krrrr38 in #3010
  • feat: state rm by @krrrr38 in #2880
  • fix: runatlantis.io search by @nitrocode in #3012
  • fix: markdown renderer incorrect ordering of arguments by @krrrr38 in #3016
  • feat: add plan_requirements capability by @lyoung-confluent in #2979
  • build(docker): fix intermittent ghcr push failures by @nitrocode in #3018
  • fix(deps): update golang.org/x/exp digest to a68e582 in go.mod by @renovate in #3022
  • fix(deps): update module github.com/moby/moby to v20.10.23+incompatible in go.mod by @renovate in #3023
  • fix(deps): update module github.com/uber-go/tally to v3.5.2+incompatible in go.mod by @renovate in #3024
  • fix(deps): update module github.com/spf13/viper to v1.15.0 in go.mod by @renovate in #3025
  • chore(actions): deprecate set-output by @nitrocode in #3019
  • feat(codeql): ignore draft prs by @nitrocode in #3021
  • chore(test): remove redundant test job from circleci by @nitrocode in #3026
  • fix(actions): remove unused test reference to enable e2e by @nitrocode in #3028
  • feat(actions): add labeler by @nitrocode in #3020
  • docs(readme): Add go pkg badge by @nitrocode in #3029
  • fix(actions): set labeler to use correct on event by @nitrocode in #3033
  • docs: fix table formating for multienv by @hanskhe in #3032
  • docs: adding working slack invite link by @jamengual in #3035
  • docs: update slack invite to a perm link by @chenrui333 in #3036
  • feat(actions): website link check by @nitrocode in #3037
  • feat: --silence-no-projects to comments with -d and -p by @Dawnflash in #2969
  • chore(template): expand issue template by @nitrocode in #2873
  • fix(deps): update golang.org/x/exp digest to 7f5a42a in go.mod by @renovate in #3039
  • docs: /api/plan and /api/apply endpoints by @lilincmu in #3013
  • fix(deps): update golang.org/x/exp digest to d38c7dc in go.mod by @renovate in #3044
  • fix(deps): update module github.com/xanzy/go-gitlab to v0.79.0 in go.mod by @renovate in #3046
  • feat(build): sign releases by @nitrocode in #3040
  • Update using-slack-hooks.md by @ryanfarisco in #3048
  • feat(release): version based on github release tag by @nitrocode in #3049
  • fix(docker): Set version based on release tag, revert gorelease signing by @nitrocode in #3051

New Contributors

Full Changelog: v0.22.3...v0.23.0-pre.20230125

v0.22.3

18 Jan 23:48
ec54d83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.2...v0.22.3

v0.22.3-pre.20230111

12 Jan 02:09
c94e63c
Compare
Choose a tag to compare
v0.22.3-pre.20230111 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/google/go-github/v49 to v49.1.0 by @renovate in #2959
  • chore(deps): update alpine docker tag to v3.17.1 by @renovate in #2961
  • chore(deps): update dependency open-policy-agent/conftest to v0.38.0 by @renovate in #2964
  • chore(deps): update golang docker tag to v1.19.5 by @renovate in #2962
  • chore(docker): use 11.6-slim by @nitrocode in #2965
  • chore(deps): use testing-env:latest by @nitrocode in #2966
  • chore(deps): update dependency open-policy-agent/conftest to v0.38.0 by @renovate in #2963
  • fix: trim space markdown renderer by @krrrr38 in #2947
  • chore(docker): Bump atlantis-base:2023-01-11 by @nitrocode in #2968
  • fix: atlantis import on workspaces by @krrrr38 in #2937
  • chore(test): fix atlantis import test by @nitrocode in #2970

Full Changelog: v0.22.3-pre.20230110...v0.22.3-pre.20230111

v0.22.3-pre.20230110

11 Jan 03:26
48b342f
Compare
Choose a tag to compare
v0.22.3-pre.20230110 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.22.2...v0.22.3-pre.20230110

v0.22.2

06 Jan 22:52
7ca6b01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.1...v0.22.2

v0.22.1

04 Jan 19:53
6ca3604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.22.1

v0.22.0

02 Jan 18:45
9595b23
Compare
Choose a tag to compare

What's Changed

  • feat: auto-plan projects when modules change by @iamnoah in #2507
  • deps: update to use tf 1.3.6 by @chenrui333 in #2744
  • feat: support atlantis.yaml without defined projects by @csainty in #2300
  • build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #2748
  • Use GitHub Actions cache when building Docker images by @Tenzer in #2737
  • Cache downloaded Go dependencies and Atlantis compilation in Docker by @Tenzer in #2738
  • build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 by @dependabot in #2751
  • build(deps): bump runatlantis/atlantis-base from 2022.11.24 to 2022.12.05 by @dependabot in #2750
  • build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #2752
  • build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 by @dependabot in #2753
  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3 by @dependabot in #2754
  • docs: add example how to customize the conftest command by @pokgak in #2727
  • docs: Add a new Azure deployment method by @jakubigla in #2741
  • docs: add docs to resolve webhook: not_in_channel error by @KivraChristoffer in #2759
  • fix(gitlab_client): prevent duplicate pipelines in gitlab merge requests by @michelmzs in #2745
  • feat: prevent planning and applying directories outside PR scope using --restrict-file-list by @Fabianoshz in #2440
  • Enable or disable repo_locking per repo in repos.yaml and atlantis.yaml by @krrrr38 in #2700
  • docker-base: alpine 3.17.0 by @nitrocode in #2768
  • Bump atlantis-base to 2022-12-11 by @nitrocode in #2769
  • docs: terraform version usage after allowing additional required_version specifiers by @grimm26 in #2760
  • Separate docker image types in matrix by @nitrocode in #2770
  • docker-base: alpine: pin git=2.38.2-r0 by @nitrocode in #2773
  • Use correct image suffix for alpine/debian by @nitrocode in #2774
  • Use correct image suffix for alpine/debian (again) by @nitrocode in #2775
  • Use atlantis-base:2022.12.12 by @nitrocode in #2772
  • build(deps): bump golang.org/x/term from 0.2.0 to 0.3.0 by @dependabot in #2778
  • build(deps): bump github.com/go-test/deep from 1.0.8 to 1.1.0 by @dependabot in #2779
  • Document the --quiet-policy-checks in the policy check doc by @DazWorrall in #2777
  • docs(ha): wording update when using redis by @JonGilmore in #2771
  • docs(changelog): explicitly list the tf versions <1.x removal in the CHANGELOG.md by @NitriKx in #2780
  • Add dependabot for e2e and base container by @nitrocode in #2788
  • bugfix: add missing build-args to dev image by @nitrocode in #2787
  • build(deps): bump golang from 1.19.3 to 1.19.4 in /testing by @dependabot in #2789
  • build(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 by @dependabot in #2792
  • build(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.2.0 in /e2e by @dependabot in #2791
  • build(deps): bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #2790
  • docs: Replace terraform doc urls by @krrrr38 in #2797
  • Fix remote execution on Terraform Cloud after v1.1.0 by @lilincmu in #2793
  • docs: Mention --enable-regexp-cmd requires the project name key by @nitrocode in #2796
  • feat: customize vcs comment command executable name by @krrrr38 in #2805
  • bugfix: Add check for deleted comments in AzureDevOps event handler by @SSKLCP in #2804
  • bugfix: Metrics initialization by @Fabianoshz in #2767
  • refactor: add conftest command into testing-image for refactoring e2e conftest ensure logic to upgrade conftest upgrading by @krrrr38 in #2811
  • refactor: e2e test ensure conftest command to check conftest version is greater or equal to specific version by @krrrr38 in #2812
  • docs: add more commands in using-atlantis.md by @krrrr38 in #2808
  • feat: renovate handle regexManagers to update conftest/tf versions by @krrrr38 in #2807
  • fix(deps): update github.com/shurcool/githubv4 digest to 70889c5 by @renovate in #2815
  • fix(deps): update module github.com/moby/moby to v20.10.22+incompatible by @renovate in #2817
  • bugfix: Switch clone URL structure for *.visualstudio.com URLs for AzureDevOps by @jsw1993 in #2810
  • fix(deps): update github.com/mohae/deepcopy digest to c48cc78 by @renovate in #2814
  • chore(deps): update dependency open-policy-agent/conftest to v0.36.0 by @renovate in #2821
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.19 by @renovate in #2823
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.19 by @renovate in #2824
  • fix(deps): update module github.com/slack-go/slack to v0.12.0 by @renovate in #2825
  • chore(deps): update dependency open-policy-agent/conftest to v0.36.0 by @renovate in #2820
  • chore(deps): update actions/checkout action to v3.2.0 by @renovate in #2819
  • chore(deps): update raviqqe/muffet docker tag to v2.6.2 by @renovate in #2822
  • feat: --discard-approval-on-plan to dismiss approvals when planning by @secustor in #2696
  • feat: customize atlantis.yaml file name in server side config by @krrrr38 in #2798
  • chore(deps): website: upgrade vuepress 0.x to 1.x by @krrrr38 in #2828
  • chore(deps): update redis docker tag to v7 by @renovate in #2831
  • feat: Add pre and post workflow hook status by @Fabianoshz in #2441
  • renovate: maintenance renovate config/ci by @krrrr38 in #2832
  • fix: Policy check summary not shown outside of "Show Output" details by @krrrr38 in #2837
  • chore(deps): Use google/shlex by @nitrocode in #2840
  • chore(deps): Use go-github v48 by @nitrocode in #2839
  • chore(deps): website: node18 by @krrrr38 in #2842
  • chore(deps): update conftest to 0.37.0 by @chenrui333 in #2841
  • bugfix: Initialize metrics with empty tags by @Fabianoshz in #2847
  • tests: Extend events_controller setup method of Azure DevOps by @SSKLCP in #2852
  • tests: e2e test to use conftest command instead version-specific command by @krrrr38 in #2851
  • bugfix: Add GetIsDeleted() check to Azure DevOps Event Handler by @SSKLCP in #2838
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.22 by @renovate in #2844
  • feat: Add flag to disable downloading tf for airgapped environments by @adam-verigin in #2843
  • feat: atlantis import by @krrrr38 in #2783
  • fix(deps): update module github.com/briandowns/spinner to v1.20.0 by @renovate in #2854
  • fix(deps): update module github.com/slack-go/slack to v0.12.1 by @renovate in #2856
  • chore(deps): update actions/stale action to v7 by @renovate in #2855
  • chore(deps): remove urfave/cli by @krrrr38 in h...
Read more

v0.22.0-pre.20221226

26 Dec 13:00
de953fe
Compare
Choose a tag to compare
v0.22.0-pre.20221226 Pre-release
Pre-release

What's Changed

  • renovate: maintenance renovate config/ci by @krrrr38 in #2832
  • fix: Policy check summary not shown outside of "Show Output" details by @krrrr38 in #2837
  • chore(deps): Use google/shlex by @nitrocode in #2840
  • chore(deps): Use go-github v48 by @nitrocode in #2839
  • website: node18 by @krrrr38 in #2842
  • chore(deps): update conftest to 0.37.0 by @chenrui333 in #2841
  • bugfix: Initialize metrics with empty tags by @Fabianoshz in #2847
  • tests: Extend events_controller setup method of Azure DevOps by @SSKLCP in #2852
  • tests: e2e test to use conftest command instead version-specific command by @krrrr38 in #2851
  • Adding GetIsDeleted() check to Azure DevOps Event Handler by @SSKLCP in #2838
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.22 by @renovate in #2844
  • feat: Add flag to disable downloading tf for airgapped environments by @adam-verigin in #2843
  • feat: atlantis import by @krrrr38 in #2783
  • fix(deps): update module github.com/briandowns/spinner to v1.20.0 by @renovate in #2854
  • fix(deps): update module github.com/slack-go/slack to v0.12.1 by @renovate in #2856
  • chore(deps): update actions/stale action to v7 by @renovate in #2855
  • chore(deps): remove urfave/cli by @krrrr38 in #2866
  • fix: renovate upgrade cimg/node with LTS version by @krrrr38 in #2864
  • upgrade github.com/hashicorp/go-getter to v2 by @krrrr38 in #2865
  • upgrade go-playground/validator from v9 to v10 by @krrrr38 in #2863
  • chore(deps): Upgrade negroni to v3 by @nitrocode in #2867
  • feat: Allow top-level repo level configs without projects defined by @MattiasAng in #2853
  • Add bump homebrew formula gha by @nitrocode in #2872
  • fix(command_parser): help text to use executable command by @marcusramberg in #2878

New Contributors

Full Changelog: v0.22.0-pre.20221219...v0.22.0-pre.20221226

v0.22.0-pre.20221219

19 Dec 20:22
cb485f1
Compare
Choose a tag to compare
v0.22.0-pre.20221219 Pre-release
Pre-release

What's Changed

  • Add dependabot for e2e and base container by @nitrocode in #2788
  • bugfix: add missing build-args to dev image by @nitrocode in #2787
  • build(deps): bump golang from 1.19.3 to 1.19.4 in /testing by @dependabot in #2789
  • build(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 by @dependabot in #2792
  • build(deps): bump github.com/google/go-github/v48 from 48.0.0 to 48.2.0 in /e2e by @dependabot in #2791
  • build(deps): bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #2790
  • docs: Replace terraform doc urls by @krrrr38 in #2797
  • Fix remote execution on Terraform Cloud after v1.1.0 by @lilincmu in #2793
  • docs: Mention --enable-regexp-cmd requires the project name key by @nitrocode in #2796
  • feat: customize vcs comment command executable name by @krrrr38 in #2805
  • Adding a check for deleted comments in AzureDevOps event handler by @SSKLCP in #2804
  • Metrics initialization by @Fabianoshz in #2767
  • refactor: add conftest command into testing-image for refactoring e2e conftest ensure logic to upgrade conftest upgrading by @krrrr38 in #2811
  • refactor: e2e test ensure conftest command to check conftest version is greater or equal to specific version by @krrrr38 in #2812
  • docs: add more commands in using-atlantis.md by @krrrr38 in #2808
  • feat: renovate handle regexManagers to update conftest/tf versions by @krrrr38 in #2807
  • fix(deps): update github.com/shurcool/githubv4 digest to 70889c5 by @renovate in #2815
  • fix(deps): update module github.com/moby/moby to v20.10.22+incompatible by @renovate in #2817
  • Switch clone URL structure for *.visualstudio.com URLs for AzureDevOps by @jsw1993 in #2810
  • fix(deps): update github.com/mohae/deepcopy digest to c48cc78 by @renovate in #2814
  • chore(deps): update dependency open-policy-agent/conftest to v0.36.0 by @renovate in #2821
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.19 by @renovate in #2823
  • chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.19 by @renovate in #2824
  • fix(deps): update module github.com/slack-go/slack to v0.12.0 by @renovate in #2825
  • chore(deps): update dependency open-policy-agent/conftest to v0.36.0 by @renovate in #2820
  • chore(deps): update actions/checkout action to v3.2.0 by @renovate in #2819
  • chore(deps): update raviqqe/muffet docker tag to v2.6.2 by @renovate in #2822
  • feat: dismiss approvals when planning by @secustor in #2696
  • feat: customize atlantis.yaml file name in server side config by @krrrr38 in #2798
  • website: upgrade vuepress 0.x to 1.x by @krrrr38 in #2828
  • chore(deps): update redis docker tag to v7 by @renovate in #2831
  • feat: Add pre and post workflow hook status by @Fabianoshz in #2441

New Contributors

Full Changelog: v0.21.1-pre.20221213...v0.22.0-pre.20221219

v0.21.1-pre.20221213

13 Dec 13:46
db9f022
Compare
Choose a tag to compare
v0.21.1-pre.20221213 Pre-release
Pre-release

What's Changed

  • feat: prevent planning and applying directories outside PR scope using --restrict-file-list by @Fabianoshz in #2440
  • Enable or disable repo_locking per repo in repos.yaml and atlantis.yaml by @krrrr38 in #2700
  • docker-base: alpine 3.17.0 by @nitrocode in #2768
  • Bump atlantis-base to 2022-12-11 by @nitrocode in #2769
  • docs: terraform version usage after allowing additional required_version specifiers by @grimm26 in #2760
  • Separate docker image types in matrix by @nitrocode in #2770
  • docker-base: alpine: pin git=2.38.2-r0 by @nitrocode in #2773
  • Use correct image suffix for alpine/debian by @nitrocode in #2774
  • Use correct image suffix for alpine/debian (again) by @nitrocode in #2775
  • Use atlantis-base:2022.12.12 by @nitrocode in #2772
  • build(deps): bump golang.org/x/term from 0.2.0 to 0.3.0 by @dependabot in #2778
  • build(deps): bump github.com/go-test/deep from 1.0.8 to 1.1.0 by @dependabot in #2779
  • Document the --quiet-policy-checks in the policy check doc by @DazWorrall in #2777
  • docs(ha): wording update when using redis by @JonGilmore in #2771
  • docs(changelog): explicitly list the tf versions <1.x removal in the CHANGELOG.md by @NitriKx in #2780

New Contributors

Full Changelog: v0.21.0-pre.20221207...v0.21.1-pre.20221213