diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6205cd33..1802cb1dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ -# v0.20.0 +# v0.20.1 Bugfixes and new Features ## What's Changed +https://github.com/runatlantis/atlantis/releases/tag/v0.20.1 + +# v0.20.0 + +Broken build due to github action issues + +## What's Changed + https://github.com/runatlantis/atlantis/releases/tag/v0.20.0 # v0.19.8 diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index cc422b705b..0815e65ece 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.0 + image: ghcr.io/runatlantis/atlantis:v0.20.1 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index a13104238f..357b05916d 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.20.0" +const atlantisVersion = "0.20.1" func main() { v := viper.New()