Skip to content

Commit

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

update changelog

Signed-off-by: Rui Chen <[email protected]>

* add comments about gitlab and bitbucketcloud fixes

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Mar 7, 2022
1 parent 797b12d commit d1a1015
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.19.1

Bug fix release, most importantly fixing the wrong version number associated with v0.19.0.

And it also contains fixes for `bitbucketcloud` and `gitlab`.

## What's Changed

* build(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/runatlantis/atlantis/pull/2119
* build(deps): bump github.com/xanzy/go-gitlab from 0.55.1 to 0.58.0 by @dependabot in https://github.com/runatlantis/atlantis/pull/2118
* fix(bitbucketcloud): Ensure status key has at most 40 characters by @maxbrunet in https://github.com/runatlantis/atlantis/pull/2037
* fix(gitlab-client): change `pending` to `running` state by @syphernl in https://github.com/runatlantis/atlantis/pull/1971
* fix(bitbucketcloud)!: Use AccountID as username instead of Nickname by @maxbrunet in https://github.com/runatlantis/atlantis/pull/2034

# v0.19.0

Feature release for:
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.18.6
image: ghcr.io/runatlantis/atlantis:v0.19.1
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.18.6"
const atlantisVersion = "0.19.1"

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

0 comments on commit d1a1015

Please sign in to comment.