Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit 4710db2

Browse files
committed
version bump and changelog for 1.2.0
1 parent a0eb10e commit 4710db2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
# 1.1.1
28

39
* Default to using latest version, when using a platform that supports it

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ This cookbook has gone major rewrite and has little to do with pre-`1.0` version
1818
If you have been using go-cookbook previously then please note that:
1919

2020
* 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
2322

2423
### Java
2524

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name "gocd"
22
description "Installs/Configures Go servers and agents"
33
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"
66

77
supports "ubuntu"
88
supports "centos"

0 commit comments

Comments
 (0)