Skip to content

Commit

Permalink
Merge pull request #213 from hootsuite/release-0.2.1
Browse files Browse the repository at this point in the history
Update for 0.2.1
  • Loading branch information
lkysow committed Dec 4, 2017
2 parents ac1b100 + 1d8370e commit 652998c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.2.1
## Features
* Don't ignore changes in `modules` directories anymore. ([#211](https://github.com/hootsuite/atlantis/pull/211))

## Bug Fixes
* Don't set `as_user` to true for Slack webhooks so we can integrate as a workspace app. ([#206](https://github.com/hootsuite/atlantis/pull/206))

## Downloads
* [atlantis_darwin_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_darwin_amd64.zip)
* [atlantis_linux_386.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_386.zip)
* [atlantis_linux_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_amd64.zip)
* [atlantis_linux_arm.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_arm.zip)

## Backwards Incompatibilities / Notes:
None

# v0.2.0
## Features
* GitLab is now supported! ([#190](https://github.com/hootsuite/atlantis/pull/190))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func main() {
v := viper.New()
v.Set("version", "0.2.0")
v.Set("version", "0.2.1")

// We're creating commands manually here rather than using init() functions
// (as recommended by cobra) because it makes testing easier.
Expand Down
4 changes: 2 additions & 2 deletions website/src/themes/kube/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1>{{.Title}}</h1>
<p>{{.Description}}</p>
</div>
<div id="action-buttons">
<a class="button primary big" href="https://github.com/hootsuite/atlantis/releases/tag/v0.2.0">Download</a> <a
<a class="button primary big" href="https://github.com/hootsuite/atlantis/releases/tag/v0.2.1">Download</a> <a
class="button outline big" href="https://github.com/hootsuite/atlantis#getting-started">Get Started</a>
<p>Version 0.2.0</p>
<p>Version 0.2.1</p>
</div>
<div id="kube-features">
<div class="row gutters">
Expand Down

0 comments on commit 652998c

Please sign in to comment.