File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # v0.22.3
2+
3+ Bugfixes and new Features
4+
5+ ## What's Changed
6+
7+ https://github.com/runatlantis/atlantis/releases/tag/v0.22.3
8+
19# v0.22.2
210
311Bugfixes and new Features
Original file line number Diff line number Diff line change 2222 fsGroup : 1000 # Atlantis group (1000) read/write access to volumes.
2323 containers :
2424 - name : atlantis
25- image : ghcr.io/runatlantis/atlantis:v0.22.2
25+ image : ghcr.io/runatlantis/atlantis:v0.22.3
2626 env :
2727 - name : ATLANTIS_DATA_DIR
2828 value : /atlantis
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "github.com/spf13/viper"
2525)
2626
27- const atlantisVersion = "0.22.2 "
27+ const atlantisVersion = "0.22.3 "
2828
2929func main () {
3030 v := viper .New ()
You can’t perform that action at this time.
0 commit comments