This repository was archived by the owner on Feb 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.0
2
+
3
+ * Improved version handling and installing on windows #63 #67
4
+ * fixed autoregister value - ` daemon ` #88
5
+ * added maintainer and maintainer_email to metadata, #84
6
+
1
7
# 1.1.1
2
8
3
9
* Default to using latest version, when using a platform that supports it
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ This cookbook has gone major rewrite and has little to do with pre-`1.0` version
18
18
If you have been using go-cookbook previously then please note that:
19
19
20
20
* cookbook has been renamed to ` gocd ` , just like root namespace of attributes.
21
- * Windows support has been dropped temporarily
22
-
21
+ * Windows support in on best-effort basis
23
22
24
23
### Java
25
24
Original file line number Diff line number Diff line change 1
1
name "gocd"
2
2
description "Installs/Configures Go servers and agents"
3
3
maintainer "GoCD Contributors"
4
- maintainer_email "go-cd@googlegroups.com"
5
- version "1.1.1 "
4
+ maintainer_email "go-cd@googlegroups.com"
5
+ version "1.2.0 "
6
6
7
7
supports "ubuntu"
8
8
supports "centos"
You can’t perform that action at this time.
0 commit comments