Commit 55c536c 1 parent 9dc9434 commit 55c536c Copy full SHA for 55c536c
File tree 3 files changed +20
-3
lines changed
website/src/themes/kube/layouts
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.2.0
2
+ ## Features
3
+ * GitLab is now supported! ([ #190 ] ( https://github.com/hootsuite/atlantis/pull/190 ) )
4
+ * Slack notifications. ([ #199 ] ( https://github.com/hootsuite/atlantis/pull/199 ) )
5
+
6
+ ## Bug Fixes
7
+ None
8
+
9
+ ## Downloads
10
+ * [ atlantis_darwin_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_darwin_amd64.zip )
11
+ * [ atlantis_linux_386.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_386.zip )
12
+ * [ atlantis_linux_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_amd64.zip )
13
+ * [ atlantis_linux_arm.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_arm.zip )
14
+
15
+ ## Backwards Incompatibilities / Notes:
16
+ None
17
+
1
18
# v0.1.3
2
19
## Features
3
20
* Environment variables are passed through to ` extra_arguments ` . ([ #150 ] ( https://github.com/hootsuite/atlantis/pull/150 ) )
Original file line number Diff line number Diff line change 7
7
8
8
func main () {
9
9
v := viper .New ()
10
- v .Set ("version" , "0.1.3 " )
10
+ v .Set ("version" , "0.2.0 " )
11
11
12
12
server := & cmd.ServerCmd {
13
13
ServerCreator : & cmd.DefaultServerCreator {},
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.1.2 "> Download</ a > < a
12
+ < a class ="button primary big " href ="https://github.com/hootsuite/atlantis/releases/tag/v0.2.0 "> Download</ a > < a
13
13
class ="button outline big " href ="https://github.com/hootsuite/atlantis#getting-started "> Get Started</ a >
14
- < p > Version 0.1.2 </ p >
14
+ < p > Version 0.2.0 </ 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