Dmytro Prokhorenkov
06/17/2024, 12:15 PMRui
06/17/2024, 12:49 PMGitHub
06/18/2024, 4:48 PMhc-install
for TF downloads + constraints by @james0209 in #4494
New Contributors
• @ltmleo made their first contribution in #4377
• @Tchoupinax made their first contribution in #4630
• @npwolf made their first contribution in #4633
• @bdellegrazie made their first contribution in #4650
• @shurkus made their first contribution in #4651
• @james0209 made their first contribution in #4494
• @jmateusousa made their first contribution in #4673
Full Changelog: v0.28.0...v0.28.2
runatlantis/atlantisGitHub
06/18/2024, 8:12 PMGitHub
07/15/2024, 4:28 PMGabriel Martinez
07/17/2024, 12:55 PMGitHub
07/17/2024, 5:06 PMLuke Massa
08/15/2024, 3:22 AMRui
08/15/2024, 2:01 PMGitHub
08/28/2024, 8:44 PM--max-comments-per-command
configuration by @glasser in #3905
Exciting New Features 🎉
• feat: selfapprove flag for approving policies by @lee2sh in #4794
Bug fixes 🐛
• chore: 12.5-slim tag is no longer receiving updates, switch to 12.6-slim by @derekheld in #4720
• fix: added a space line by @dorian-tsorfy in #4787
• fix: send pipelineID in gitlabs SetCommitStatus if the mr gets found, fallback to branch ref by @fitz7 in #4785
Other Changes 🔄
• fix(blog): fix blog post linting issue by @chenrui333 in #4684
• chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to b35c839 in dockerfile.dev (main) by @renovate in #4685
• chore(deps): update terraform random to v3.6.2 in server/controllers/events/testdata/test-repos/state-rm-workspace/dir1/versions.tf (main) by @renovate in #4686
• fix(deps): update module github.com/briandowns/spinner to v1.23.1 in go.mod (main) by @renovate in #4687
• chore(deps): update docker/dockerfile:1 docker digest to e87caa7 in dockerfile (main) by @renovate in #4692
• docs: comment out banner by @chenrui333 in #4693
• chore(deps): update golang:1.22.4-alpine docker digest to ace6cc3 in dockerfile (main) by @renovate in #4694
• chore(deps): update golang:1.22.4 docker digest to a66eda6 in testing/dockerfile (main) by @renovate in #4695
• chore(deps): update redis:7.2-alpine docker digest to de14eed in docker-compose.yml (main) by @renovate in #4697
• fix(deps): update github.com/hashicorp/hc-install digest to c4aaa60 in go.mod (main) by @renovate in #4698
• fix(deps): update module github.com/gorilla/websocket to v1.5.3 in go.mod (main) by @renovate in #4699
• fix(deps): update github.com/hashicorp/hc-install digest to 2597d9e in go.mod (main) by @renovate in #4702
• fix(deps): update module github.com/redis/go-redis/v9 to v9.5.3 in go.mod (main) by @renovate in #4703
• fix(deps): update github.com/hashicorp/hc-install digest to 3f6f9f2 in go.mod (main) by @renovate in #4705
• chore(deps): update alpine docker tag to v3.20.1 in dockerfile (main) by @renovate in #4706
• fix(deps): update module github.com/spf13/cobra to v1.8.1 in go.mod (main) by @renovate in #4707
• fix(deps): update module github.com/urfave/negroni/v3 to v3.1.1 in go.mod (main) by @renovate in #4710
• fix(deps): update module github.com/go-test/deep to v1.1.1 in go.mod (main) by @renovate in #4714
• refactor: Adjust .tool-versions
by @james0209 in #4712
• chore(deps): update dependency node to v20.15.0 in .node-version (main) by @renovate in #4716
• chore(deps): update dependency open-policy-agent/conftest to v0.53.0 in dockerfile (main) by @renovate in #4717
• chore(deps): update dependency open-policy-agent/conftest to v0.53.0 in testing/dockerfile (main) by @renovate in #4718
• revert: "fix: Preventing merging without running atlantis apply on Gitlab" by @jamengual in #4721
• fix(deps): update module github.com/alicebob/miniredis/v2 to v2.33.0 in go.mod (main) by @renovate in #4727
• fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 9fc3669 in go.mod (main) by @renovate in #4730
• chore: do not store context in struct for e2e tests by @lukemassa in #4731
• chore: make e2e code generic to vcs by @lukemassa in #4732
• fix(deps): update github.com/hashicorp/hc-install digest to 321faf4 in go.mod (main) by @renovate in #4736
• chore(deps): update go to v1.22.5 and ca-certificates to 2024-07-05 (main) by @renovate in #4734
• fix(deps): update module <http://github.com/microcosm-cc…
runatlantis/atlantisRB
08/31/2024, 2:00 PMHenrik Lundström
09/06/2024, 11:58 AMactions:read
, I had not added it to the documentation or to the app setup endpoint. So here is a small follow-up PR https://github.com/runatlantis/atlantis/pull/4902. I think there should also be a mention of this in the eventual release notes as well.RB
09/06/2024, 3:16 PMRB
09/08/2024, 2:13 PMRicardo Silveira
09/13/2024, 9:01 AMPePe Amengual
09/16/2024, 8:40 PMRB
09/23/2024, 3:13 PMKirill Makhonin
09/25/2024, 7:41 PMPePe Amengual
09/26/2024, 1:04 AMPePe Amengual
09/26/2024, 1:05 AMRB
09/26/2024, 2:31 PMGitHub
09/30/2024, 3:32 AMPePe Amengual
10/16/2024, 2:42 AMPePe Amengual
10/23/2024, 6:16 PMPePe Amengual
10/23/2024, 6:16 PMGitHub
11/22/2024, 4:59 PMUpdateStatus
Function to get Pipeline from Commit rather than the Merge Request by @X-Guardian in #5033
• fix: Fix GitHub pull request mergeability for multiple required workflow runs by @ajax-ryzhyi-r in #5057
Other Changes 🔄
• chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 5318d83 in dockerfile.dev (main) by @renovate in #4973
• chore(deps): update redis:7.4-alpine docker digest to de13e74 in docker-compose.yml (main) by @renovate in #4991
• chore(deps): update dependency hashicorp/terraform to v1.9.7 in testdrive/utils.go (main) by @renovate in #4992
• chore(deps): update dependency opentofu/opentofu to v1.8.3 in dockerfile (main) by @renovate in #4994
• fix: Update error messages when working with OpenTofu by @meringu in #4996
• chore(deps): update dependency node to v20.18.0 in .node-version (main) by @renovate in #5000
• fix(deps): update module github.com/xanzy/go-gitlab to v0.110.0 in go.mod (main) by @renovate in #5001
• fix(deps): update module github.com/xanzy/go-gitlab to v0.111.0 in go.mod (main) by @renovate in #5009
• chore(deps): update debian:12.7-slim docker digest to d9afe3c in dockerfile (main) by @renovate in #5012
• chore(deps): update debian:12.7-slim docker digest to 36e591f in dockerfile (main) by @renovate in #5013
• fix(deps): update module golang.org/x/term to v0.25.0 in go.mod (main) by @renovate in #5014
• fix(deps): update module golang.org/x/text to v0.19.0 in go.mod (main) by @renovate in #5016
• fix(deps): update module github.com/redis/go-redis/v9 to v9.6.2 in go.mod (main) by @renovate in #5018
• fix(deps): update module github.com/slack-go/slack to v0.15.0 in go.mod (main) by @renovate in #5019
• chore(deps): update dependency hashicorp/terraform to v1.9.8 in testdrive/utils.go (main) by @renovate in #5020
• docs: Adding new slack link by @jamengual in #5028
• chore: Fix Dockerfile FROM/AS Casing by @X-Guardian in #5030
• chore: Enable VSCode Git Always Signoff by @X-Guardian in #5031
• chore(deps): update dependency open-policy-agent/conftest to v0.56.0 in dockerfile (main) by @renovate in #5035
• docs: add slack channel by @nitrocode in #5037
• docs: add an anchor for native env vars by @nitrocode in #5023
• fix(deps): update module github.com/google/go-github/v63 to v65 in go.mod (main) by @renovate in #4968
• chore(deps): update dependency opentofu/opentofu to v1.8.4 in dockerfile (main) by @renovate in #5054
• chore(deps): update dependency open-policy-agent/conftest to v0.56.0 in testing/dockerfile (main) by @renovate in #5055
• fix: Run dumb-init with --single-child for graceful termination by @meringu in #4913
• feat: GitHub - Support loading git token from disk by @meringu in #4928
• chore(docs): Fix formatting on server-configuration.md by @X-Guardian in #5059
• chore(docs): Fix formatting on server-configuration.md by @X-Guardian in #5061
• chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 [security] (main) by @renovate in #5062
• chore(docs): Fix Using Atlantis Merge Method Link by @X-Guardian in #5065
• chore(deps): update dependency mermaid to v10.9.3 [security] (main) by @renovate in #5026
• chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #4977
• chore(deps): update go to v1.23.2 in go.mod (main) by @renovate in #4912
• chore(docs): Fix formatting on provider-credentials.md by @X-Guardian in #5068
• fix: GitHub - Support Token File for Git Commands by @meringu in <https://github.com/runatlantis/atlantis/pull/…
runatlantis/atlantisGitHub
11/22/2024, 5:57 PMUpdateStatus
Function to get Pipeline from Commit rather than the Merge Request by @X-Guardian in #5033
• fix: Fix GitHub pull request mergeability for multiple required workflow runs by @ajax-ryzhyi-r in #5057
Other Changes 🔄
• chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 5318d83 in dockerfile.dev (main) by @renovate in #4973
• chore(deps): update redis:7.4-alpine docker digest to de13e74 in docker-compose.yml (main) by @renovate in #4991
• chore(deps): update dependency hashicorp/terraform to v1.9.7 in testdrive/utils.go (main) by @renovate in #4992
• chore(deps): update dependency opentofu/opentofu to v1.8.3 in dockerfile (main) by @renovate in #4994
• fix: Update error messages when working with OpenTofu by @meringu in #4996
• chore(deps): update dependency node to v20.18.0 in .node-version (main) by @renovate in #5000
• fix(deps): update module github.com/xanzy/go-gitlab to v0.110.0 in go.mod (main) by @renovate in #5001
• fix(deps): update module github.com/xanzy/go-gitlab to v0.111.0 in go.mod (main) by @renovate in #5009
• chore(deps): update debian:12.7-slim docker digest to d9afe3c in dockerfile (main) by @renovate in #5012
• chore(deps): update debian:12.7-slim docker digest to 36e591f in dockerfile (main) by @renovate in #5013
• fix(deps): update module golang.org/x/term to v0.25.0 in go.mod (main) by @renovate in #5014
• fix(deps): update module golang.org/x/text to v0.19.0 in go.mod (main) by @renovate in #5016
• fix(deps): update module github.com/redis/go-redis/v9 to v9.6.2 in go.mod (main) by @renovate in #5018
• fix(deps): update module github.com/slack-go/slack to v0.15.0 in go.mod (main) by @renovate in #5019
• chore(deps): update dependency hashicorp/terraform to v1.9.8 in testdrive/utils.go (main) by @renovate in #5020
• docs: Adding new slack link by @jamengual in #5028
• chore: Fix Dockerfile FROM/AS Casing by @X-Guardian in #5030
• chore: Enable VSCode Git Always Signoff by @X-Guardian in #5031
• chore(deps): update dependency open-policy-agent/conftest to v0.56.0 in dockerfile (main) by @renovate in #5035
• docs: add slack channel by @nitrocode in #5037
• docs: add an anchor for native env vars by @nitrocode in #5023
• fix(deps): update module github.com/google/go-github/v63 to v65 in go.mod (main) by @renovate in #4968
• chore(deps): update dependency opentofu/opentofu to v1.8.4 in dockerfile (main) by @renovate in #5054
• chore(deps): update dependency open-policy-agent/conftest to v0.56.0 in testing/dockerfile (main) by @renovate in #5055
• fix: Run dumb-init with --single-child for graceful termination by @meringu in #4913
• feat: GitHub - Support loading git token from disk by @meringu in #4928
• chore(docs): Fix formatting on server-configuration.md by @X-Guardian in #5059
• chore(docs): Fix formatting on server-configuration.md by @X-Guardian in #5061
• chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 [security] (main) by @renovate in #5062
• chore(docs): Fix Using Atlantis Merge Method Link by @X-Guardian in #5065
• chore(deps): update dependency mermaid to v10.9.3 [security] (main) by @renovate in #5026
• chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #4977
• chore(deps): update go to v1.23.2 in go.mod (main) by @renovate in #4912
• chore(docs): Fix formatting on provider-credentials.md by @X-Guardian in #5068
• fix: GitHub - Support Token File for Git Commands by @meringu in <https://github.com/runatlantis/atlantis/pull/…
runatlantis/atlantisGitHub
12/20/2024, 2:50 AMGitHub
02/03/2025, 8:20 PMxanzy/go-gitlab
to gitlab-org/api/client-go
by @chenrui333 in #5210
• fix(deps): update module github.com/google/go-github/v66 to v68 in go.mod (main) by @renovate in #5209
• chore: bump opentofu to 1.8.8, add tf 1.9.8, and drop 1.6/1.7 support by @chenrui333 in #5211
• chore(deps): update ghinstallation to 2.13.0 by @renovate in #5212
• chore(renovate): only support most two recent releases 0.31 and 0.32 by @chenrui333 in #5220
#5231
• build: Enable Docker Go Cross-compile to improve build times by @lukaspj in #5223
• chore: Split up buildAllCommandsByCfg for readability and modularity by @lukemassa in #5245
• chore: Clarify logs in determining merged project configs by @lukemassa in #5255
• docs: github emu mention on hiding prev comments by @nitrocode in #5221
• feat: Trim backticks from MR comments (for Gitlab) by @Unibozu in #5244
• chore: Simplify use of the doublestar Match for ignore paths by @lukemassa in #5272
• feat: Enable hide-prev-plan-comments
Feature for BitBucket Cloud by @ragne in #4495
• feat: add support for GitLab groups by @peikk0 in #4001
• feat: BitBucket Cloud: add support for webhook secrets by @almightyfoon in #4275
• chore: Go mod tidy by @lukemassa in #5274
• chore(deps): update dependency go to v1.23.5 in go.mod (main) by @renovate in #5268
• chore: Remove some references to pkg/errors by @lukemassa in #5270
• chore(deps): update dependency hashicorp/terraform to v1.10.5 in testdrive/utils.go (main) by @renovate in #5285
• chore: Add doc for how to rotate gitlab token by @lukemassa in #5290
• chore: Remove usage of errors.Cause by @lukemassa in #5291
• chore: Remove dependency on multierror by @lukemassa in #5275
• chore(deps): update dependency git-lfs/git-lfs to v3.6.1 in dockerfile (main) by @renovate in #5258
• chore(deps): update dependency hashicorp/terraform to v1.10.4 in testdrive/utils.go (main) by @renovate in #5248
• chore(deps): bump katex from 0.16.15 to 0.16.21 by @dependabot in #5251
• chore(deps): bump ca-certificates to 20241121-r1
by @chenrui333 in #5235
• chore(deps): update alpine docker tag to v3.21.2 in dockerfile (main) by @renovate in #5234
• chore(deps): update go in testing/dockerfile (main) by @renovate in #5230
• chore(deps): update redis:7.4-alpine docker digest to 1bf97f2 in docker-compose.yml (main) by @renovate in
• chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to f95cdf8 in dockerfile.dev (main) by @renovate in #5186
• chore(deps): update dependency hashicorp/terraform to v1.10.3 in testdrive/utils.go (main) by @renovate in #5194
• chore(deps): update debian:12.8-slim docker digest to d365f49 in dockerfile (main) by @renovate in #5197
• chore(deps): update golang:1.23.4 docker digest to b01f7c7 in testing/dockerfile (main) by @renovate in #5198
• chore(deps): update golang:1.23.4 docker digest to 7ea4c9d in testing/dockerfile (main) by @renovate in #5200
New Contributors
• @abborg made their first contribution in #5167
• @joec4i made their first contribution in #5168
• @lukaspj made their fi…
runatlantis/atlantisGitHub
04/02/2025, 8:24 PMrequired
tags and Server Struct Validator by @X-Guardian in #5371
• feat: Enable discard-approval-on-plan for gitlab by @moritz31 in #5388
### Bug fixes 🐛
• fix: Unintentional nil errors in azuredevops client by @lukemassa in #5312
• fix(apiController): Pass commitStatusUpdater to the APIController by @Exchizz in #5323
### Other Changes 🔄
• chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 9145bab in dockerfile.dev (main) by @renovate in #5300
• chore: Add Close Calls to BoltDB Tests to fix Windows Test Errors by @X-Guardian in #5289
• fix(deps): update github.com/opentofu/tofudl digest to d4254f2 in go.mod (main) by @renovate in #5305
• chore(goreleaser): update for deprecated attributes by @chenrui333 in #5304
• chore: Refactor retries in gitlab set status by @lukemassa in #5293
• chore: Add nil checks before returning wrapped error by @lukemassa in #5309
• chore: bumps hashicorp hc-install to v0.9.1 by @EWK20 in #5325
• chore(deps): update golang:1.24.0-alpine docker digest to 3d74d23 in dockerfile (main) by @renovate in #5333
• docs: Update --emoji-reactions Documentation by @Len4i in #5327
• chore(website): Update Slack Links to use CNCF Vanity URL by @X-Guardian in #5336
• fix: Add pagination to AzureDevops modified files call by @bub3n in #5298
• chore(deps): update golang:1.24.0-alpine docker digest to 2d40d4f in dockerfile (main) by @renovate in #5338
• chore(deps): update deps for vitepress by @chenrui333 in #5342
• docs: update gitlab links by @chenrui333 in #5341
• chore(deps): update redis:7.4-alpine docker digest to 02419de in docker-compose.yml (main) by @renovate in #5345
• fix: update cncf invite link by @chenrui333 in #5346
• chore(website): Refactor Files to allow Source Markdown Link Scanning by @X-Guardian in #5335
• chore(website): add trademark footer note for homepage by @chenrui333 in #5356
• fix(deps): update github.com/hashicorp/terraform-config-inspect digest to efaa306 in go.mod (main) by @renovate in #5357
• chore(deps): update alpine docker tag to v3.21.3 in dockerfile (main) by @renovate in #5358
• chore: configure new CNCF GA4 analytics ID by @chalin in #5361
• chore(deps): update golang:1.24.0 docker digest to 58cf31c in testing/dockerfile (main) by @renovate in #5362
• chore(deps): update golang:1.24.0 docker digest to 3f74443 in testing/dockerfile (main) by @renovate in #5373
• chore(deps): terraform 1.11.0, opentofu 1.9.0 by @chenrui333 in #5375
• chore: remove testing README (as migrated to github-action) by @chenrui333 in #5381
• chore(deps): update module golang.org/x/crypto to v0.35.0 [security] (main) by @renovate in #5383
• chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] (main) by @renovate in #5384
• fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.8.1 in go.mod (main) by @renovate in #5387
• chore(deps): update docker/dockerfile:1 docker digest to 4c68376 in dockerfile (main) by @renovate in #5390
• docs: Update Actions
tip in section on GitHub App usage by @treycaliva in #5329
• fix(deps): update module github.com/briandowns/spinner to v1.23.2 in go.mod (main) by @renovate in #5396
• chore(deps): update go to v1.24.1 in go.mod (main) by @renovate in #5395
• chore(deps): update dependency hashicorp/terraform to v1.11.1 in testdrive/utils.go (main) by @renovate in #5403
• chore(deps): update module golang.org/x/net to v0.36.0 [security] (main) by @renovate in #5413
• chore(deps): drop 0.31 release line support by @chenrui333 in #5414
• chore(deps): update golang:1.24.1 docker digest to fa145a3 in testing/dockerfile (main) by @renovate in #5416
• chore: Bump Debian from 12.8 to 12.9 by @lmarchione-r7 in #5421
• chore(deps): update golang:1.24.1 docker digest to af0bb30 in testing/dockerfile (main) by @renovate in #5426
• fix(deps): update module github.com/redis/go-redis/v9 to v9.7.3 [security] (main) by @renovate in #5431
• fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [secu…
runatlantis/atlantis