Skip to content

Commit

Permalink
Release 0.21.0 (runatlantis#2734)
Browse files Browse the repository at this point in the history
* Release 0.21.0

* Release 0.21.0
  • Loading branch information
jamengual authored and krrrr38 committed Dec 16, 2022
1 parent 58d17ce commit f35a0cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1
image: ghcr.io/runatlantis/atlantis:v0.21.0
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.1"
const atlantisVersion = "0.21.0"

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

This file was deleted.

0 comments on commit f35a0cf

Please sign in to comment.