Releases: runatlantis/atlantis
Releases · runatlantis/atlantis
v0.21.0-pre.20221120
What's Changed
- docs: Update docs for vulnerability reporting by @lilincmu in #2683
- testing-env: create default atlantis user by @nitrocode in #2689
- Bump testing-env and [email protected] by @nitrocode in #2686
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.14.1 to 2.15.0 by @dependabot in #2678
- deps: bump to use tf 1.3.5 by @chenrui333 in #2691
- Bump more dependencies by @nitrocode in #2692
- upgrade Git clone locking mechanism to go1.19 by @ribejara-te in #2521
- metrics: Add Metrics tags to multiple Scopes by @albertorm95 in #2687
- Set GitHub app to use slug to make --hide-prev-plan-comments more reliable by @krrrr38 in #2697
- Detect terraform versions using
>=
and~>
specifiers by @fblgit in #1776
New Contributors
- @albertorm95 made their first contribution in #2687
Full Changelog: v0.21.0-pre.20221114...v0.21.0-pre.20221120
v0.21.0-pre.20221114
What's Changed
- build(deps): bump github.com/moby/moby from 20.10.20+incompatible to 20.10.21+incompatible by @dependabot in #2628
- Add COMMENT_ARGS to Pre/Post-Workflow Hook Execution Environment by @adam-verigin in #2621
- Use commented out descriptions in feat req by @nitrocode in #2650
- feat: Implement branch matching in repo-level config by @0x416e746f6e in #2522
- Add argument for enabling same origin check for websocket connections by @ean in #2659
- Add custom templating support by @pseudomorph in #2647
- docs: updates docs on gh-team-allowlist by @dversoza in #2664
- build(deps): bump golang from 1.19.2-alpine to 1.19.3-alpine by @dependabot in #2645
- Use official slack/slack-go library by @nitrocode in #2669
- Remove archived and deprecated interfacer linter by @nitrocode in #2657
- Use go 1.19 by @nitrocode in #2670
- Add policy check summary in wrapped messages by @tlorreyte in #2452
- e2e image and testing fixes by @nitrocode in #2672
- test: use
T.TempDir
to create temporary test directory by @Juneezee in #2671 - Bump to atlantis-base:2022.11.13 and use cimg/go:1.19 by @nitrocode in #2673
- Bump
spf13/[email protected]
andxanzy/[email protected]
by @nitrocode in #2674 - feat: Add status to the real-time logs page by @lukemassa in #2426
- Bump all dependencies by @nitrocode in #2675
- build(deps): bump github.com/alicebob/miniredis/v2 from 2.23.0 to 2.23.1 by @dependabot in #2679
- Fix stale bot workflow yaml by @nitrocode in #2676
- Rename default branch to main by @nitrocode in #2662
- deps: bump go-github and golang.org/x/text to the latest by @ean in #2653
- docs: Add auto generation of atlantis.yaml projects by @nitrocode in #2680
- Fix website link checker due to branch rename by @nitrocode in #2682
- Adding reloading of TLS certificates by @camillsir in #2656
- Reduce image size by rm'ing old tf versions by @nitrocode in #2619
New Contributors
- @adam-verigin made their first contribution in #2621
- @0x416e746f6e made their first contribution in #2522
- @ean made their first contribution in #2659
- @pseudomorph made their first contribution in #2647
- @dversoza made their first contribution in #2664
- @tlorreyte made their first contribution in #2452
- @lukemassa made their first contribution in #2426
- @camillsir made their first contribution in #2656
Full Changelog: v0.20.2-pre.20221106...v0.21.0-pre.20221114
v0.20.2-pre.20221106
What's Changed
- fix(workflows): fix docker image publish flow by @chenrui333 in #2580
- fix #2537:
if
with identicalthen
andelse
branches by @chavacava in #2545 - fix: Silence allow list errors works again by @zer0beat in #2535
- build(deps): bump github.com/go-redis/redis/v9 from 9.0.0-beta.2 to 9.0.0-beta.3 by @dependabot in #2578
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.6.0 to 2.14.1 by @dependabot in #2579
- Add basic documentation for the prometheus exporter by @marcusramberg in #2582
- docs: typo ATLANTIS_GH_ALLOW_MERGEABLE_BYPASS_APPLY by @nitrocode in #2583
- hadolint: base: pin all dependencies by @nitrocode in #2587
- Bump atlantis-base:2022.10.14 by @nitrocode in #2589
- build(deps): bump github.com/go-redis/redis/v9 from 9.0.0-beta.3 to 9.0.0-rc.1 by @dependabot in #2590
- build(deps): bump github.com/moby/moby from 20.10.18+incompatible to 20.10.19+incompatible by @dependabot in #2591
- deps: bump terraform to 1.3.3 and docs update by @nitrocode in #2614
- deps: bump conftest to 0.35.0 by @nitrocode in #2615
- fix: typo in log message when running parallel plans by @forestoden in #2620
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #2611
- build(deps): bump github.com/moby/moby from 20.10.19+incompatible to 20.10.20+incompatible by @dependabot in #2612
- Specify ngrok config version by @shouichi in #2610
- feat: add a flag to silence policy checks comments when there's no error by @Fauzyy in #2405
- docs: update notes to clarify where the environment variables are available by @gurpalw in #2532
- Add tags to project metrics by @TylerLubeck in #2623
- chore: set stale 6mo, close 1mo by @nitrocode in #2629
- Bitbucket Server: Send password as Bearer instead of Basic Auth by @Dev25 in #2461
- Update terraform-config-inspect by @tpickett66 in #2599
- Updating diffKeywordRegex to properly handle new test case by @VladimirSt-XP in #2551
- fix: prevent commit status update in incorrect MR by @michelmzs in #2636
- deps: bump terraform to 1.3.4 by @nitrocode in #2639
New Contributors
- @chavacava made their first contribution in #2545
- @zer0beat made their first contribution in #2535
- @marcusramberg made their first contribution in #2582
- @forestoden made their first contribution in #2620
- @shouichi made their first contribution in #2610
- @gurpalw made their first contribution in #2532
- @TylerLubeck made their first contribution in #2623
- @Dev25 made their first contribution in #2461
- @tpickett66 made their first contribution in #2599
- @VladimirSt-XP made their first contribution in #2551
Full Changelog: v0.20.1...v0.20.2-pre.20221106
v0.20.1
What's Changed
- Golang alpine update by @mliljedahl in #2562
- Revert "Fix concurrency in
atlantis-image
workflow" by @jamengual in #2565 - (README) Use join.slack.com instead of custom heroku app by @douglascayers in #2564
- Updating to new base image by @jamengual in #2563
- Fix server-configuration docs, missing newline by @erpel in #2567
- build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.20 to 1.0.21 by @dependabot in #2548
- deps: bump terrform to 1.3.2 by @chenrui333 in #2569
- docs: fill all command line flags not in the document, and more. by @chroju in #2568
- docs: added GitHub app permission in #2380 by @chroju in #2572
- Release 0.20.1 by @jamengual in #2571
New Contributors
- @douglascayers made their first contribution in #2564
- @erpel made their first contribution in #2567
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Fix concurrency in
atlantis-image
workflow by @nitrocode in #2556 - Bump alpine to 3.16.2 by @mliljedahl in #2559
Full Changelog: v0.19.9...v0.20.0
v0.19.9
What's Changed
- build(deps): bump go.uber.org/zap from 1.21.0 to 1.22.0 by @dependabot in #2448
- Make required atlantis/apply status check work with mergeable by @rayterrill in #2436
- build(deps): bump golang from 1.17-alpine to 1.19.0-alpine by @dependabot in #2433
- Allow manual PR number by @cep21 in #2465
- ignore GitLab Draft MRs by @becjon in #2468
- enable hostname (not only IP Address) on Metrics statsd host key by @kangaechu in #2429
- Omit type declaration of vars by @estensen in #2476
- build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0 by @dependabot in #2478
- build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.20 by @dependabot in #2487
- build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10 by @dependabot in #2488
- deps: bump tf to 1.2.9 by @chenrui333 in #2499
- Use proper http client for github v4 api by @ysoldak in #2479
- deps: bump conftest to 0.34.0 by @chenrui333 in #2500
- External Locking DB: Redis by @SudoSpartanDan in #2491
- workflows: update runner to use ubuntu-22.04 by @chenrui333 in #2502
- fix: allow requests to /api/* without authentication by @vincentgna in #2455
- bug: Fix GitHub Markdown for added and deleted resources by @pauloconnor in #2418
- Use single github v4 client by @ysoldak in #2480
- feat: support parallel execution with order groups by @tufitko in #2403
- lint: remove deprecated io/util package by @chenrui333 in #2503
- Fixes for multienv step comment by @hatmarch in #2411
- fix: Set mergeable correctly when branch protection doesn't require reviewers by @stasostrovskyi in #2470
- Adding Redis TLS Option by @SudoSpartanDan in #2510
- build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #2517
- build(deps): bump runatlantis/atlantis-base from 2022.08.05 to 2022.09.08 by @dependabot in #2515
- build(deps): bump github.com/moby/moby from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in #2516
- lint: recursive gofmt by @chenrui333 in #2504
- build(deps): bump golang from 1.19.0-alpine to 1.19.1-alpine by @dependabot in #2514
- chore: Use hadolint to fix DL4006, SC2086 by @nitrocode in #2530
- Adding Redis DB option by @Omicron7 in #2527
- Fix: Error when enabling prometheus metrics by @albertollamaso in #2528
- deps: bump tf to 1.3.0 by @andy-paine-numan in #2533
- Delete previous plans on autoplan or atlantis plan by @giuli007 in #1633
- docs: execution_order_group belongs to Project by @taiki45 in #2539
- build(deps): bump actions/stale from 5 to 6 by @dependabot in #2540
- deps: upgrade terraform to v1.3.1 by @chenrui333 in #2543
- Getting working workspace from Terraform Cloud configuration by @cucxabong in #2432
- Release v0.19.9 by @jamengual in #2552
New Contributors
- @rayterrill made their first contribution in #2436
- @cep21 made their first contribution in #2465
- @becjon made their first contribution in #2468
- @estensen made their first contribution in #2476
- @SudoSpartanDan made their first contribution in #2491
- @vincentgna made their first contribution in #2455
- @hatmarch made their first contribution in #2411
- @stasostrovskyi made their first contribution in #2470
- @albertollamaso made their first contribution in #2528
- @andy-paine-numan made their first contribution in #2533
- @taiki45 made their first contribution in #2539
Full Changelog: v0.19.8...v0.19.9
v0.19.9-pre.20220923
What's Changed
- chore: Use hadolint to fix DL4006, SC2086 by @nitrocode in #2530
- Adding Redis DB option by @Omicron7 in #2527
- Fix: Error when enabling prometheus metrics by @albertollamaso in #2528
- deps: bump tf to 1.3.0 by @andy-paine-numan in #2533
- Delete previous plans on autoplan or atlantis plan by @giuli007 in #1633
New Contributors
- @albertollamaso made their first contribution in #2528
- @andy-paine-numan made their first contribution in #2533
Full Changelog: v0.19.9-pre.20220912...v0.19.9-pre.20220923
v0.19.9-pre.20220912
What's Changed
- Adding Redis TLS Option by @SudoSpartanDan in #2510
- build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #2517
- build(deps): bump runatlantis/atlantis-base from 2022.08.05 to 2022.09.08 by @dependabot in #2515
- build(deps): bump github.com/moby/moby from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in #2516
- lint: recursive gofmt by @chenrui333 in #2504
- build(deps): bump golang from 1.19.0-alpine to 1.19.1-alpine by @dependabot in #2514
Full Changelog: v0.19.9-pre.20220908...v0.19.9-pre.20220912
v0.19.9-pre.20220908
What's Changed
- ignore GitLab Draft MRs by @becjon in #2468
- enable hostname (not only IP Address) on Metrics statsd host key by @kangaechu in #2429
- Omit type declaration of vars by @estensen in #2476
- build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0 by @dependabot in #2478
- build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.20 by @dependabot in #2487
- build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10 by @dependabot in #2488
- deps: bump tf to 1.2.9 by @chenrui333 in #2499
- Use proper http client for github v4 api by @ysoldak in #2479
- deps: bump conftest to 0.34.0 by @chenrui333 in #2500
- External Locking DB: Redis by @SudoSpartanDan in #2491
- workflows: update runner to use ubuntu-22.04 by @chenrui333 in #2502
- fix: allow requests to /api/* without authentication by @vincentgna in #2455
- bug: Fix GitHub Markdown for added and deleted resources by @pauloconnor in #2418
- Use single github v4 client by @ysoldak in #2480
- feat: support parallel execution with order groups by @tufitko in #2403
- lint: remove deprecated io/util package by @chenrui333 in #2503
- Fixes for multienv step comment by @hatmarch in #2411
- fix: Set mergeable correctly when branch protection doesn't require reviewers by @stasostrovskyi in #2470
New Contributors
- @becjon made their first contribution in #2468
- @estensen made their first contribution in #2476
- @SudoSpartanDan made their first contribution in #2491
- @vincentgna made their first contribution in #2455
- @hatmarch made their first contribution in #2411
- @stasostrovskyi made their first contribution in #2470
Full Changelog: v0.19.9-pre.20220822...v0.19.9-pre.20220908
v0.19.9-pre.20220822
What's Changed
- build(deps): bump go.uber.org/zap from 1.21.0 to 1.22.0 by @dependabot in #2448
- Make required atlantis/apply status check work with mergeable by @rayterrill in #2436
- build(deps): bump golang from 1.17-alpine to 1.19.0-alpine by @dependabot in #2433
- Allow manual PR number by @cep21 in #2465
New Contributors
- @rayterrill made their first contribution in #2436
- @cep21 made their first contribution in #2465
Full Changelog: v0.19.8...v0.19.9-pre.20220222