diff --git a/CHANGELOG.md b/CHANGELOG.md index e70b3756ee..062938528a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.21.0 + +Bugfixes and new Features + +## What's Changed + +https://github.com/runatlantis/atlantis/releases/tag/v0.21.0 + # v0.20.1 Bugfixes and new Features diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 0815e65ece..03b34c66f9 100644 --- a/kustomize/bundle.yaml +++ b/kustomize/bundle.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1000 # Atlantis group (1000) read/write access to volumes. containers: - name: atlantis - image: ghcr.io/runatlantis/atlantis:v0.20.1 + image: ghcr.io/runatlantis/atlantis:v0.21.0 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index 357b05916d..68e7c915ce 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.20.1" +const atlantisVersion = "0.21.0" func main() { v := viper.New() diff --git a/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json b/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json deleted file mode 100644 index 38e2a8f562..0000000000 --- a/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"Modules":[]} \ No newline at end of file