Skip to content

Commit

Permalink
Release v0.19.8 (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual authored Aug 16, 2022
1 parent a94bf4a commit d60b7da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kustomize/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/spf13/viper"
)

const atlantisVersion = "0.19.7"
const atlantisVersion = "0.19.8"

func main() {
v := viper.New()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Modules":[]}

0 comments on commit d60b7da

Please sign in to comment.