File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v0.2.4
2
+ ## Features
3
+ * SSL support added ([ #233 ] ( https://github.com/hootsuite/atlantis/pull/233 ) )
4
+
5
+ ## Bug Fixes
6
+ * GitLab custom URL for GitLab Enterprise installations now works ([ #231 ] ( https://github.com/hootsuite/atlantis/pull/231 ) )
7
+
8
+ ## Backwards Incompatibilities / Notes:
9
+ None
10
+
11
+ ## Downloads
12
+ * [ atlantis_darwin_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.4/atlantis_darwin_amd64.zip )
13
+ * [ atlantis_linux_386.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.4/atlantis_linux_386.zip )
14
+ * [ atlantis_linux_amd64.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.4/atlantis_linux_amd64.zip )
15
+ * [ atlantis_linux_arm.zip] ( https://github.com/hootsuite/atlantis/releases/download/v0.2.4/atlantis_linux_arm.zip )
16
+
1
17
# v0.2.3
2
18
## Features
3
19
None
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.3 " )
11
+ v .Set ("version" , "0.2.4 " )
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.
You can’t perform that action at this time.
0 commit comments