Skip to content

Commit

Permalink
release: 0.19.2 (#2133)
Browse files Browse the repository at this point in the history
* release: 0.19.2

Signed-off-by: Rui Chen <rui@chenrui.dev>

* update changelog

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored Mar 11, 2022
1 parent fee3a4a commit 76d7080
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.19.2

Bug fix release for github and update docs to reflect the docker registry support change.

## What's Changed

* fix: fix unmarshall error in graphql call by @raymondchen625 in https://github.com/runatlantis/atlantis/pull/2128
* docs: update docker registry link to ghcr by @marceloboeira in https://github.com/runatlantis/atlantis/pull/2130

# v0.19.1

Bug fix release, most importantly fixing the wrong version number associated with v0.19.0.
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.19.1
image: ghcr.io/runatlantis/atlantis:v0.19.2
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 @@ -22,7 +22,7 @@ import (
"github.com/spf13/viper"
)

const atlantisVersion = "0.19.1"
const atlantisVersion = "0.19.2"

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

0 comments on commit 76d7080

Please sign in to comment.