mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:08:21 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
main.go
2
main.go
@@ -24,7 +24,7 @@ import (
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
const atlantisVersion = "0.20.1"
|
||||
const atlantisVersion = "0.21.0"
|
||||
|
||||
func main() {
|
||||
v := viper.New()
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{"Modules":[]}
|
||||
Reference in New Issue
Block a user