From ec54d83a5d19df3abfd1012d70597ed3c7f6bb51 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:20:48 -0600 Subject: [PATCH] chore: release v0.22.3 (#3005) --- 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 6c3dd3db2..50310caef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.22.3 + +Bugfixes and new Features + +## What's Changed + +https://github.com/runatlantis/atlantis/releases/tag/v0.22.3 + # v0.22.2 Bugfixes and new Features diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 8a6ce1bc6..0ffbd75ad 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.22.2 + image: ghcr.io/runatlantis/atlantis:v0.22.3 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index 13a57dbab..f832a2864 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.22.2" +const atlantisVersion = "0.22.3" func main() { v := viper.New()