release v0.19.7 (#2404)

This commit is contained in:
PePe Amengual
2022-07-19 16:35:03 -07:00
committed by GitHub
parent d4f9c87f2e
commit 700cffd57d
3 changed files with 10 additions and 2 deletions

View File

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

View File

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