Releases: runatlantis/atlantis
Releases ยท runatlantis/atlantis
v0.23.4
What's Changed
- chore(changelog): Add v0.23.3 by @jamengual in #3249
- fix(deps): update module github.com/go-playground/validator/v10 to v10.12.0 in go.mod by @renovate in #3251
- docs: updating api-endpoints.md doc to include PR parameter by @igaskin in #3255
- deps: update goreleaser to 1.16.2 by @chenrui333 in #3257
- feat: Rotate Github App Token outside of Atlantis commands by @jonathanwiemers in #3208
- fix(tests): prevent test git commands from modifying local files by @finnag in #3262
- fix(checkout-strategy): On
merge
strategy, reclone when necessary on base update by @finnag in #3187 - fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 71b695b in go.mod by @renovate in #3263
- feat: Flag to disable custom
[Atlantis]
commit messages on PR merge by @oliverisaac in #3120 - chore(deps): update actions/stale action to v8 in .github/workflows/stale.yml by @renovate in #3266
- chore(deps): update dependency open-policy-agent/conftest to v0.40.0 in dockerfile.dev by @renovate in #3264
- chore(deps): update dependency open-policy-agent/conftest to v0.40.0 in testing/dockerfile by @renovate in #3265
- fix(workflows): use ** instead of */ in paths by @nitrocode in #3267
- fix(kustomize): Use k8s recommended name label by @shouichi in #3261
- chore(deps): update alpine docker tag to v3.17.3 in docker-base/dockerfile.alpine by @renovate in #3278
- fix(github): branch protection not supported by @tpolekhin in #3276
- fix(gitlab): Add backwards compatible mergability check by @jukie in #3277
- chore(deps): update dependency hashicorp/terraform to v1.4.4 in .circleci/config.yml by @renovate in #3284
- fix(autoplan): modules for per-repo configs by @jukie in #3272
- refactor(atlantis-image): recombine with atlantis-base by @GenPage in #3001
- fix(docker): error in image due to missing dependencies by @GenPage in #3294
- chore(deps): update alpine docker tag to v3.17.3 in dockerfile by @renovate in #3301
- docs(bug): Add required docker version to ACI deployment docs by @patrick-merchant in #3293
New Contributors
- @igaskin made their first contribution in #3255
- @jonathanwiemers made their first contribution in #3208
- @oliverisaac made their first contribution in #3120
- @jukie made their first contribution in #3277
- @patrick-merchant made their first contribution in #3293
Full Changelog: v0.23.3...v0.23.4
v0.23.3
What's Changed
- fix(deps): update github.com/shurcool/githubv4 digest to efb6239 in go.mod by @renovate in #3190
- test(command-output): stabilize server jobs test by @finnag in #3194
- feat: add terraform 1.4 by @nitrocode in #3197
- docs(using-atlantis): correct usage of -p for projects by @dreid in #3198
- fix: close stale issues after 2 months of inactivity by @nitrocode in #3204
- docs: Fix webhooks typo by @1337andre in #3206
- chore(deps): update golang docker tag to v1.20.2 in testing/dockerfile by @renovate in #3219
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.23 in go.mod by @renovate in #3222
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 7c9946b in go.mod by @renovate in #3216
- fix(deps): update module github.com/briandowns/spinner to v1.23.0 in go.mod by @renovate in #3212
- chore(deps): update node.js to v18.15.0 in .node-version by @renovate in #3223
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.16.2 in go.mod by @renovate in #3221
- chore(deps): update dependency open-policy-agent/conftest to v0.39.2 in dockerfile.dev by @renovate in #3217
- feat: schedule renovate daily by @nitrocode in #3224
- chore(deps): update dependency open-policy-agent/conftest to v0.39.2 in testing/dockerfile by @renovate in #3218
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.1 in go.mod by @renovate in #3220
- chore(deps): update actions/setup-go action to v4 in .github/workflows/release.yml by @renovate in #3230
- fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.2.0 in go.mod by @renovate in #3228
- fix(website): rm redundant v prefix by @nitrocode in #3229
- fix(deps): update module github.com/xanzy/go-gitlab to v0.81.0 in go.mod by @renovate in #3213
- build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #3231
- fix(test): fix terraform ~> 1.3 resolution by @nitrocode in #3233
- chore(deps): update dependency hashicorp/terraform to v1.4.1 in .circleci/config.yml by @renovate in #3227
- chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json by @renovate in #3225
- chore(deps): update dependency hashicorp/terraform to v1.4.2 in .circleci/config.yml by @renovate in #3237
- fix(deps): update module github.com/hashicorp/go-getter/v2 to v2.2.1 in go.mod by @renovate in #3239
- docs(typo): show
--tf-download
in server-configurations page by @nitrocode in #3240 - Revert "chore(deps): update dependency @vuepress/plugin-docsearch to v2.0.0-beta.50-pre.1 in package.json" by @jamengual in #3242
- fix(deps): update module github.com/google/go-github/v50 to v50.2.0 in go.mod by @renovate in #3243
- chore(repo): Add .gitattributes by @nitrocode in #3244
- fix: allow
Require Linear History
when selecting merge method by @tpolekhin in #3211 - Poll Gitlab until changes are available by @Jdsleppy in #3246
New Contributors
- @finnag made their first contribution in #3194
- @dreid made their first contribution in #3198
- @1337andre made their first contribution in #3206
- @tpolekhin made their first contribution in #3211
- @Jdsleppy made their first contribution in #3246
Full Changelog: v0.23.2...v0.23.3
v0.23.2
What's Changed
- fix(clone): omit checkout depth if it is zero for
git clone
by @nitrocode in #3185 - fix(clone): omit checkout depth if it is zero for
git fetch
by @nitrocode in #3188
Full Changelog: v0.23.1...v0.23.2
v0.23.1
What's Changed
- fix(docker): add prefix v to tags again by @nitrocode in #3177
Full Changelog: v0.23.0...v0.23.1
v0.23.0
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
- fix(deps): update golang.org/x/exp digest to a67bb56 in go.mod by @renovate in #3056
- fix(docker): docker-entrypoint when called with atlantis by @dpiddock in #3060
- docs: apply home dark mode by @krrrr38 in #3062
- fix(docs): add bitbucket to
delete_source_branch_on_merge
by @markleary in #3063 - fix(deps): update golang.org/x/exp digest to a960b37 in go.mod by @renovate in #3064
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.22 in go.mod by @renovate in #3066
- fix(deps): update module github.com/google/go-github/v49 to v50 by @krrrr38 in #3074
- docs: add env var variants for autoplan config options by @wyardley in #3073
- fix(deps): update module github.com/go-redis/redis/v9 to v9.0.1 by @krrrr38 in #3075
- feat: suppress log package logging by @krrrr38 in #3076
- fix(deps): update module go.etcd.io/bbolt to v1.3.7 in go.mod by @renovate in #3077
- fix(deps): update golang.org/x/exp digest to aae9b4e in go.mod by @renovate in #3080
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.16.0 in go.mod by @renovate in #3078
- fix(deps): update module github.com/xanzy/go-gitlab to v0.79.1 in go.mod by @renovate in #3083
- fix(deps): update module github.com/go-playground/validator/v10 to v10.11.2 in go.mod by @renovate in #3082
- chore: remove x/exp package by @krrrr38 in #3085
- fix import/state rm success wrapped template by @krrrr38 in #3084
- chore(deps): update docker/build-push-action action to v4 in .github/workflows/testing-env-image.yml by @renovate in #3079
- deps: bump to go1.20 by @chenrui333 in #3093
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 8cad743 in go.mod by @renovate in #3101
- fix(docs): Add missing dir to DRY repo level atlantis.yaml projects key by @tieum in #3099
- chore(deps): update node.js to v18.14.0 in .node-version by @renovate in #3102
- fix(deps): update module github.com/briandowns/spinner to v1.21.0 in go.mod by @renovate in #3103
- fix(deps): update module github.com/redis/go-redis/v9 to v9.0.2 in go.mod by @renovate in #3105
- bugfix(gitlab): correct detailed merge status check by @nitrocode in #3067
- chore(dependency): Swap
moby
withpatternmatcher
by @nitrocode in #3106 - feat(docker): download transitive dependencies by @nitrocode in #3107
- chore(dependency): Swap
go-spew
withkr/pretty
by @nitrocode in #3108 - fix(deps): update module github.com/uber-go/tally to v3.5.3+incompatible in go.mod by @renovate in #3110
- fix(deps): update module golang.org/x/term to v0.5.0 in go.mod by @renovate in #3111
- chore(deps): update dependency hashicorp/terraform to v1.3.8 in .circleci/config.yml by @renovate in #3113
- fix(deps): update module golang.org/x/text to v0.7.0 in go.mod by @renovate in #3116
- chore(deps): update dependency open-policy-agent/conftest to v0.39.0 in testing/dockerfile by @renovate in #3115
- chore(deps): update dependency open-policy-agent/conftest to v0.39.0 in dockerfile.dev by @renovate in #3114
- chore(deps): update alpine docker tag to v3.17.2 in docker-base/dockerfile.alpine by @renovate in #3125
- chore(deps): update dependency hashicorp/terraform to v1.3.9 in .circleci/config.yml by @renovate in #3137
- feat(renovatebot): automerge enabled by @nitrocode in #3123
- fix(deps): update module github.com/hashicorp/go-getter/v2 to v2.2.0 [security] by @renovate in #3141
- fix(deps): update github.com/shurcool/githubv4 digest to 420ad09 in go.mod by @renovate in #3136
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.16.1 in go.mod by @renovate in #3133
- fix(deps): update module github.com/xanzy/go-gitlab to v0.80.2 in go.mod by @renovate in #3135
- chore(deps): update node.js to v18.14.1 in .node-version by @renovate in #3143
- chore(deps): update golang docker tag to v1.20.1 in testing/dockerfile by @renovate in #3142
- chore(make): Correct typo in Makefile comment by @dobby-dobster in #3130
- build(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 in /e2e by @dependabot in #3145
- build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #3146
- fix(workflow-hook): pre/post hook not sending output due to invalid key by @Fabianoshz in https://github.com/runatlantis/atlant...
v0.23.0-pre.20230222
What's Changed
- chore(deps): update alpine docker tag to v3.17.2 in docker-base/dockerfile.alpine by @renovate in #3125
- chore(deps): update dependency hashicorp/terraform to v1.3.9 in .circleci/config.yml by @renovate in #3137
- feat(renovatebot): automerge enabled by @nitrocode in #3123
- fix(deps): update module github.com/hashicorp/go-getter/v2 to v2.2.0 [security] by @renovate in #3141
- fix(deps): update github.com/shurcool/githubv4 digest to 420ad09 in go.mod by @renovate in #3136
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.16.1 in go.mod by @renovate in #3133
- fix(deps): update module github.com/xanzy/go-gitlab to v0.80.2 in go.mod by @renovate in #3135
- chore(deps): update node.js to v18.14.1 in .node-version by @renovate in #3143
- chore(deps): update golang docker tag to v1.20.1 in testing/dockerfile by @renovate in #3142
- chore(make): Correct typo in Makefile comment by @dobby-dobster in #3130
- build(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 in /e2e by @dependabot in #3145
- build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #3146
- fix(workflow-hook): pre/post hook not sending output due to invalid key by @Fabianoshz in #3091
- fix(azure-devops): add check for test webhook URL by @SSKLCP in #2809
- feat(executable-name): Add check for misspelled comment command by @edbighead in #3059
- feat: shallow repo clone in merge checkout strategy by @nitrocode in #2758
New Contributors
- @dobby-dobster made their first contribution in #3130
Full Changelog: v0.23.0-pre.20230209...v0.23.0-pre.20230222
v0.23.0-pre.20230209
What's Changed
- fix(deps): update golang.org/x/exp digest to a67bb56 in go.mod by @renovate in #3056
- fix(docker): docker-entrypoint when called with atlantis by @dpiddock in #3060
- docs: apply home dark mode by @krrrr38 in #3062
- fix(docs): add bitbucket to
delete_source_branch_on_merge
by @markleary in #3063 - fix(deps): update golang.org/x/exp digest to a960b37 in go.mod by @renovate in #3064
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.22 in go.mod by @renovate in #3066
- fix(deps): update module github.com/google/go-github/v49 to v50 by @krrrr38 in #3074
- docs: add env var variants for autoplan config options by @wyardley in #3073
- fix(deps): update module github.com/go-redis/redis/v9 to v9.0.1 by @krrrr38 in #3075
- feat: suppress log package logging by @krrrr38 in #3076
- fix(deps): update module go.etcd.io/bbolt to v1.3.7 in go.mod by @renovate in #3077
- fix(deps): update golang.org/x/exp digest to aae9b4e in go.mod by @renovate in #3080
- fix(deps): update module github.com/hashicorp/hcl/v2 to v2.16.0 in go.mod by @renovate in #3078
- fix(deps): update module github.com/xanzy/go-gitlab to v0.79.1 in go.mod by @renovate in #3083
- fix(deps): update module github.com/go-playground/validator/v10 to v10.11.2 in go.mod by @renovate in #3082
- chore: remove x/exp package by @krrrr38 in #3085
- fix import/state rm success wrapped template by @krrrr38 in #3084
- chore(deps): update docker/build-push-action action to v4 in .github/workflows/testing-env-image.yml by @renovate in #3079
- deps: bump to go1.20 by @chenrui333 in #3093
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 8cad743 in go.mod by @renovate in #3101
- fix(docs): Add missing dir to DRY repo level atlantis.yaml projects key by @tieum in #3099
- chore(deps): update node.js to v18.14.0 in .node-version by @renovate in #3102
- fix(deps): update module github.com/briandowns/spinner to v1.21.0 in go.mod by @renovate in #3103
- fix(deps): update module github.com/redis/go-redis/v9 to v9.0.2 in go.mod by @renovate in #3105
- bugfix(gitlab): correct detailed merge status check by @nitrocode in #3067
- chore(dependency): Swap
moby
withpatternmatcher
by @nitrocode in #3106 - feat(docker): download transitive dependencies by @nitrocode in #3107
- chore(dependency): Swap
go-spew
withkr/pretty
by @nitrocode in #3108 - fix(deps): update module github.com/uber-go/tally to v3.5.3+incompatible in go.mod by @renovate in #3110
- fix(deps): update module golang.org/x/term to v0.5.0 in go.mod by @renovate in #3111
- chore(deps): update dependency hashicorp/terraform to v1.3.8 in .circleci/config.yml by @renovate in #3113
- fix(deps): update module golang.org/x/text to v0.7.0 in go.mod by @renovate in #3116
- chore(deps): update dependency open-policy-agent/conftest to v0.39.0 in testing/dockerfile by @renovate in #3115
- chore(deps): update dependency open-policy-agent/conftest to v0.39.0 in dockerfile.dev by @renovate in #3114
New Contributors
- @dpiddock made their first contribution in #3060
- @markleary made their first contribution in #3063
- @wyardley made their first contribution in #3073
- @tieum made their first contribution in #3099
Full Changelog: v0.23.0-pre.20230125...v0.23.0-pre.20230209
v0.23.0-pre.20230125
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
- @lyoung-confluent made their first contribution in #2979
- @hanskhe made their first contribution in #3032
- @Dawnflash made their first contribution in #2969
- @ryanfarisco made their first contribution in #3048
Full Changelog: v0.22.3...v0.23.0-pre.20230125
v0.22.3
What's Changed
- chore(deps): update actions/checkout action to v3.3.0 by @renovate in #2943
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.0 by @renovate in #2945
- chore(deps): update node.js to v18.13.0 by @renovate in #2944
- docs: add release svg to readme by @nitrocode in #2946
- chore: use actions/checkout@v3 by @krrrr38 in #2948
- fix: set ctx.PullRequestStatus in import_command_runner for import_requirements by @krrrr38 in #2936
- chore(deps): update dependency raviqqe/muffet to v2.6.3 by @renovate in #2950
- feat(build): use
~=
and>=
package constraints by @nitrocode in #2896 - chore(docker): bump base to 2023-01-09 by @nitrocode in #2956
- feat(tests): Add ApprovePoliciesCommandRunner owner tests by @DazWorrall in #2955
- docs: Fix small wording issue by @tomasmota in #2957
- feat: Support team owners for conftest policies by @DazWorrall in #2953
- fix: allow to unlock closed PRs by @johanneswuerbach in #2916
- 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 - fix: Fix instrumented approve policies calling apply by @Fabianoshz in #2977
- feat: PR check status to show summary e.g. Plan: 1 to add, 0 to change, 1 to destroy by @krrrr38 in #2983
- chore(deps): update node.js to v18.13.0 by @renovate in #2984
- feat: additional renovatebot configurations by @nitrocode in #2981
- chore(deps): lock file maintenance in yarn.lock by @renovate in #2987
- fix(deps): update module github.com/xanzy/go-gitlab to v0.78.0 in go.mod by @renovate in #2960
- chore(test): add no test dir tests, rename testdata dir by @krrrr38 in #2986
- feat(build): add vulnerability codeql scanning by @nitrocode in #2879
- feat: more container labels: licenses by @nitrocode in #2900
- docs: Add how
allow_regex_prefixes
relates toenable-regex-cmp
flag by @jamengual in #2995 - chore(docker): set ATLANTIS_BASE_TAG_DATE=latest by @nitrocode in #2997
- chore(docker): rm setup-golang from atlantis image workflow by @nitrocode in #2989
- deps(website): upgrade vuepress 1.x to 2.x by @nitrocode in #2980
- chore(website): Add "in production since 2017" by @nitrocode in #3004
- chore(docker): bump-git-2.39 by @nitrocode in #2998
- chore: release v0.22.3 by @nitrocode in #3005
New Contributors
- @tomasmota made their first contribution in #2957
- @johanneswuerbach made their first contribution in #2916
Full Changelog: v0.22.2...v0.22.3
v0.22.3-pre.20230111
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