chore: release v0.22.3 (#3005)

This commit is contained in:
nitrocode
2023-01-18 17:20:48 -06:00
committed by GitHub
parent e8dac17433
commit ec54d83a5d
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -24,7 +24,7 @@ import (
"github.com/spf13/viper"
)
const atlantisVersion = "0.22.2"
const atlantisVersion = "0.22.3"
func main() {
v := viper.New()