Release v0.19.8 (#2450)

This commit is contained in:
PePe Amengual
2022-08-16 11:52:57 -07:00
committed by GitHub
parent a94bf4afca
commit d60b7da926
4 changed files with 11 additions and 2 deletions

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"Modules":[]}