Skip to content

Commit

Permalink
Release 0.20.1 (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual authored Oct 8, 2022
1 parent 71f9397 commit 9cfcd13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# v0.20.0
# v0.20.1

Bugfixes and new Features

## What's Changed

https://github.com/runatlantis/atlantis/releases/tag/v0.20.1

# v0.20.0

Broken build due to github action issues

## What's Changed

https://github.com/runatlantis/atlantis/releases/tag/v0.20.0

# v0.19.8
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.20.0
image: ghcr.io/runatlantis/atlantis:v0.20.1
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 @@ -24,7 +24,7 @@ import (
"github.com/spf13/viper"
)

const atlantisVersion = "0.20.0"
const atlantisVersion = "0.20.1"

func main() {
v := viper.New()
Expand Down

0 comments on commit 9cfcd13

Please sign in to comment.