From 7ca6b01aac6269478cbb3b50dc83e0ed8ba08a1d Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Fri, 6 Jan 2023 17:47:52 -0500 Subject: [PATCH] chore: release v0.22.2 (#2941) --- 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 56b09aef3c..6c3dd3db22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.22.2 + +Bugfixes and new Features + +## What's Changed + +https://github.com/runatlantis/atlantis/releases/tag/v0.22.2 + # v0.22.1 Bugfixes and new Features diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index b58071cc70..8a6ce1bc6a 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.1 + image: ghcr.io/runatlantis/atlantis:v0.22.2 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index e85dff1ded..13a57dbabc 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.22.1" +const atlantisVersion = "0.22.2" func main() { v := viper.New()