Releases: runatlantis/atlantis
Releases · runatlantis/atlantis
v0.24.4
What's Changed
Other Changes
- chore(deps): update node.js to v18.16.1 in .node-version by @renovate in #3544
- chore(deps): update dependency hashicorp/terraform to v1.5.1 in .circleci/config.yml by @renovate in #3543
- feat: Update the Lock Detail Web Page to Use a Modern Grid Layout by @X-Guardian in #3552
- fix(deps): update module github.com/xanzy/go-gitlab to v0.86.0 in go.mod by @renovate in #3546
- chore(deps): update dependency hashicorp/terraform to v1.5.2 in .circleci/config.yml by @renovate in #3561
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.4 in go.mod by @renovate in #3562
- fix(deps): update github.com/shurcool/githubv4 digest to 599ae7b in go.mod by @renovate in #3575
- fix: Gitlab Autoplan wont trigger when switching Draft to Ready by @X-Guardian in #3568
- fix(deps): update module golang.org/x/text to v0.11.0 in go.mod by @renovate in #3576
- fix: Atlantis Web Console Windows with more than a Screen of Output have a Double Scrollbar by @X-Guardian in #3574
- fix: Atlantis Triggers AutoPlans on Non-Code Change GitLab Merge Event Webhooks by @X-Guardian in #3567
- fix(deps): update module golang.org/x/term to v0.10.0 in go.mod by @renovate in #3580
- fix: Tests broken by #3503 by @AndreZiviani in #3583
- fix: Erroneous Re-display of 'Plan Discarded' UI message by @X-Guardian in #3550
- fix: Discarding a Plan Causes the Whole Working Directory to be Deleted by @X-Guardian in #3553
- chore(deps): update dependency open-policy-agent/conftest to v0.44.1 in dockerfile by @renovate in #3587
- chore(deps): update dependency open-policy-agent/conftest to v0.44.1 in testing/dockerfile by @renovate in #3588
- fix: broken automerge logic by @pseudomorph in #3591
- fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.4 in go.mod by @renovate in #3586
- chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.66 in package.json by @renovate in #3593
- chore(deps): update golang docker tag to v1.20.6 in testing/dockerfile by @renovate in #3594
New Contributors
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
Other Changes
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.3 in go.mod by @renovate in #3469
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.17.0 in go.mod by @renovate in #3470
- fix(deps): update module github.com/spf13/viper to v1.16.0 in go.mod by @renovate in #3472
- fix(deps): update module github.com/xanzy/go-gitlab to v0.84.0 in go.mod by @renovate in #3479
- feat(stats): pass plan stats to markdown templates by @inkel in #3478
- chore(deps): update dependency open-policy-agent/conftest to v0.43.0 in dockerfile by @renovate in #3482
- fix(deps): update module github.com/go-playground/validator/v10 to v10.14.1 in go.mod by @renovate in #3485
- build(deps): bump vite from 4.0.4 to 4.0.5 by @dependabot in #3490
- fix: Check for upstream changes to merge only when planning by @finnag in #3493
- chore(deps): update golang docker tag to v1.20.5 in testing/dockerfile by @renovate in #3494
- fix(deps): update module github.com/google/go-github/v52 to v53 in go.mod by @renovate in #3495
- chore(deps): update dependency open-policy-agent/conftest to v0.43.1 in dockerfile by @renovate in #3496
- chore(deps): bump tally to v4 by @nitrocode in #3498
- feat: Add Terraform command duration to log messages by @inkel in #3484
- chore: Replace go-bindata-assetfs with embed Package by @X-Guardian in #3504
- feat: Add Search Bar to Xterm Output on Job Details Web Page by @X-Guardian in #3507
- fix: Remove the 'Plan Discarded' Message from the Enable/Disable Apply Commands by @X-Guardian in #3511
- feat: Update Lock Index Page to Use a CSS Grid Layout by @X-Guardian in #3509
- fix(deps): update module github.com/xanzy/go-gitlab to v0.85.0 in go.mod by @renovate in #3512
- chore(deps): update dependency hashicorp/terraform to v1.5.0 in .circleci/config.yml by @renovate in #3514
- fix(deps): update module github.com/google/go-github/v53 to v53.1.0 in go.mod by @renovate in #3516
- chore(deps): bump pegomock v3.0.1 by @nitrocode in #3515
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.5.0 in go.mod by @renovate in #3519
- fix(deps): update module golang.org/x/term to v0.9.0 in go.mod by @renovate in #3520
- fix(deps): update module golang.org/x/text to v0.10.0 in go.mod by @renovate in #3523
- chore(deps): update debian docker tag to v12 in dockerfile by @renovate in #3524
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to f32df32 in go.mod by @renovate in #3529
- chore(deps): update alpine docker tag to v3.18.2 in dockerfile by @renovate in #3530
- chore(Dockerfile): re-add terraform 1.4 by @nitrocode in #3521
- fix(deps): update module github.com/google/go-github/v53 to v53.2.0 in go.mod by @renovate in #3537
- chore: function docs, linting errors by @pkaramol in #3380
- chore: using constants for checkout strategies by @pkaramol in #3384
- fix(build): use the correct env var to mount pwd by @shouichi in #3491
- fix: parse custom run step output in policy_check by @pseudomorph in #3502
- chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json by @renovate in #3532
- fix: debian version pinning by @mightyguava in #3528
- fix(deps): update module github.com/petergtz/pegomock/v3 to v4 by @krrrr38 in #3534
- revert(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json by @GenPage in #3539
New Contributors
- @kevin-fitlg made their first contribution in #3506
- @mightyguava made their first contribution in #3528
- @tszym made their first contribution in #3527
Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed
- chore(docs): Add TF_IN_AUTOMATION to Terragrunt Custom Workflow Docs by @X-Guardian in #3443
- fix (workflow-hook): Make Unique Output IDs for Separate Pre and Post Workflow Hooks by @X-Guardian in #3454
- fix(deps): update module github.com/redis/go-redis/v9 to v9.0.5 in go.mod by @renovate in #3459
- fix(workflow-hook): multiline output formatting by @X-Guardian in #3425
- fix: Initialize VCSClient for commandrunner to remove recent server panics by @pseudomorph in #3461
- fix(deps): update module github.com/stretchr/testify to v1.8.4 in go.mod by @renovate in #3463
- fix(e2e-deps): fix jq download by @nitrocode in #3464
Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
- fix(workflow-hook): log output with or without errors by @X-Guardian in #3422
- fixbug: Update commandName in RunAndEmitStats by @albertorm95 in #3437
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to dbe9bfc in go.mod by @renovate in #3441
Full Changelog: v0.24.0...v0.24.1
v0.24.0
This caused a server panic and a policy issue so we changed this to a pre release.
What's Changed
- chore(deps): update dependency open-policy-agent/conftest to v0.41.0 in dockerfile by @renovate in #3335
- fix(ci): fix workflows to run when required to avoid empty required c… by @GenPage in #3342
- feat(policies): Add granular policy_sets by @pseudomorph in #3086
- feat: add PULL_URL to environment variables by @shouichi in #3302
- feat: Github reaction emojis on PR comments by @marcusramberg in #2706
- fix(atlantis-image): build atlantis image when all packages update by @GenPage in #3353
- fix(deps): update github.com/shurcool/githubv4 digest to 6cea62e in go.mod by @renovate in #3359
- chore(deps): update dependency hashicorp/terraform to v1.4.6 in .circleci/config.yml by @renovate in #3362
- fix(deps): update module github.com/xanzy/go-gitlab to v0.83.0 in go.mod by @renovate in #3338
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.2 in go.mod by @renovate in #3341
- fix(deps): update module github.com/google/go-github/v51 to v52 in go.mod by @renovate in #3346
- fix(deps): update module github.com/go-playground/validator/v10 to v10.13.0 in go.mod by @renovate in #3364
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.4.0 in go.mod by @renovate in #3363
- feat: add clear policy approval functionality by @pseudomorph in #3351
- chore(deps): update golang docker tag to v1.20.4 in testing/dockerfile by @renovate in #3369
- fix(deps): update module github.com/redis/go-redis/v9 to v9.0.4 in go.mod by @renovate in #3370
- chore(deps): update debian docker tag to v11.7 in dockerfile by @renovate in #3371
- fix(ci): Create atlantis-image-required.yml by @GenPage in #3376
- fix: add exempt labels to stale action by @nitrocode in #3374
- feat: case insensitive pr comments by @xafardero in