From d60b7da9260edb07ffbc54df611f76edc03cf50c Mon Sep 17 00:00:00 2001 From: PePe Amengual Date: Tue, 16 Aug 2022 11:52:57 -0700 Subject: [PATCH] Release v0.19.8 (#2450) --- CHANGELOG.md | 8 ++++++++ kustomize/bundle.yaml | 2 +- main.go | 2 +- .../terraform/.infracost/terraform_modules/manifest.json | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 runatlantis.io/terraform/.infracost/terraform_modules/manifest.json diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b883913b..17eb282f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 0f8ce4a9c3..124340155c 100644 --- a/kustomize/bundle.yaml +++ b/kustomize/bundle.yaml @@ -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 diff --git a/main.go b/main.go index 7326e0b1bf..8af908c476 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.19.7" +const atlantisVersion = "0.19.8" func main() { v := viper.New() diff --git a/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json b/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json new file mode 100644 index 0000000000..38e2a8f562 --- /dev/null +++ b/runatlantis.io/terraform/.infracost/terraform_modules/manifest.json @@ -0,0 +1 @@ +{"Modules":[]} \ No newline at end of file