Release 0.21.0 (#2734)

* Release 0.21.0

* Release 0.21.0
This commit is contained in:
PePe Amengual
2022-11-28 12:26:41 -08:00
committed by GitHub
parent f5b06b68a4
commit cf8db0cc54
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
# v0.21.0
Bugfixes and new Features
## What's Changed
https://github.com/runatlantis/atlantis/releases/tag/v0.21.0
# v0.20.1
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.20.1
image: ghcr.io/runatlantis/atlantis:v0.21.0
env:
- name: ATLANTIS_DATA_DIR
value: /atlantis

View File

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