From e60d8d93ac252ea683b1690e905a187e8f1f87aa Mon Sep 17 00:00:00 2001 From: PePe Amengual Date: Mon, 6 Jun 2022 08:47:38 -0700 Subject: [PATCH] Release v1.9.4 (#2294) --- CHANGELOG.md | 8 ++++++++ kustomize/bundle.yaml | 2 +- main.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcdd17aa..58d145af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.19.4 + +Bugfixes and new Features + +## What's Changed + +https://github.com/runatlantis/atlantis/releases/tag/v0.19.4 + # v0.19.3 Bugfixes and new Features diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 1a3f3fad9..7f4ec33d1 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.3 + image: ghcr.io/runatlantis/atlantis:v0.19.4 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index 8255dedc5..947f07455 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.19.3" +const atlantisVersion = "0.19.4" func main() { v := viper.New()