From 9cfcd1334c5b0ade891ff8e47aab5cc719009d0d Mon Sep 17 00:00:00 2001 From: PePe Amengual Date: Sat, 8 Oct 2022 11:16:48 -0700 Subject: [PATCH] Release 0.20.1 (#2571) --- CHANGELOG.md | 10 +++++++++- kustomize/bundle.yaml | 2 +- main.go | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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()