File tree 3 files changed +19
-3
lines changed
website/src/themes/kube/layouts
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.2.1
2
+ ## Features
3
+ * Don't ignore changes in ` modules ` directories anymore. ([ #211 ] ( https://github.com/hootsuite/atlantis/pull/211 ) )
4
+
5
+ ## Bug Fixes
6
+ * 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 ) )
7
+
8
+ ## Downloads
9
+ * [ atlantis_darwin_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_darwin_amd64.zip )
10
+ * [ atlantis_linux_386.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_386.zip )
11
+ * [ atlantis_linux_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_amd64.zip )
12
+ * [ atlantis_linux_arm.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.1/atlantis_linux_arm.zip )
13
+
14
+ ## Backwards Incompatibilities / Notes:
15
+ None
16
+
1
17
# v0.2.0
2
18
## Features
3
19
* GitLab is now supported! ([ #190 ] ( https://github.com/hootsuite/atlantis/pull/190 ) )
Original file line number Diff line number Diff line change 8
8
9
9
func main () {
10
10
v := viper .New ()
11
- v .Set ("version" , "0.2.0 " )
11
+ v .Set ("version" , "0.2.1 " )
12
12
13
13
// We're creating commands manually here rather than using init() functions
14
14
// (as recommended by cobra) because it makes testing easier.
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ <h1>{{.Title}}</h1>
9
9
< p > {{.Description}}</ p >
10
10
</ div >
11
11
< div id ="action-buttons ">
12
- < a class ="button primary big " href ="https://github.com/hootsuite/atlantis/releases/tag/v0.2.0 "> Download</ a > < a
12
+ < a class ="button primary big " href ="https://github.com/hootsuite/atlantis/releases/tag/v0.2.1 "> Download</ a > < a
13
13
class ="button outline big " href ="https://github.com/hootsuite/atlantis#getting-started "> Get Started</ a >
14
- < p > Version 0.2.0 </ p >
14
+ < p > Version 0.2.1 </ p >
15
15
</ div >
16
16
< div id ="kube-features ">
17
17
< div class ="row gutters ">
You can’t perform that action at this time.
0 commit comments