diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c19970f0..e9b883913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.19.7 + +Bugfixes and new Features + +## What's Changed + +https://github.com/runatlantis/atlantis/releases/tag/v0.19.7 + # v0.19.6 Bugfixes and new Features diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 47e6fda89..0f8ce4a9c 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.19.6 + image: ghcr.io/runatlantis/atlantis:v0.19.7 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index 7ad9c26c4..7326e0b1b 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.19.6" +const atlantisVersion = "0.19.7" func main() { v := viper.New()