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

Commit 032f003

Browse files
Merge pull request #125 from varshavaradarajan/update-changelog
Update changelog and readme.
2 parents a284ae0 + b01dad7 commit 032f003

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 3.0.0
2+
3+
* Supports Chef 13
4+
5+
## Breaking Changes
6+
7+
* [4f82f84](https://github.com/gocd/go-cookbook/commit/4f82f84) - The `resources` and `environments` properties in our custom resources `gocd_agent` and `gocd_agent_autoregister_file` are removed in favour of `autoregister_resources` and `autoregister_environments`.
8+
9+
## Fixes
10+
11+
* [607f3e8](https://github.com/gocd/go-cookbook/commit/607f3e8) - Change all URLs from gocd.io to gocd.org
12+
* [5fd066f](https://github.com/gocd/go-cookbook/commit/5fd066f) - Update foodcritic version to use the one used on supermarket.
13+
* [5fd066f](https://github.com/gocd/go-cookbook/commit/5fd066f) - Update foodcritic licensing format.
14+
115
# 2.0.0
216

317
## Breaking changes

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This cookbook is here to help you setup GoCD servers and agents in an automated
1111

1212
* chef >= 12.6
1313

14-
* Chef 13 is unsupported upto and including release 1.3.2 and the upcoming release. See [this]((https://github.com/gocd/go-cookbook/issues/113) issue.
15-
1614
### Certain resource properties are broken in Chef 13. Check the deprecations in the [changelog](https://github.com/gocd/go-cookbook/blob/master/CHANGELOG.md) for more details.
1715

1816
## Dependencies

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
description 'Installs/Configures Go servers and agents'
1919
maintainer 'GoCD Contributors'
2020
maintainer_email 'go-cd@googlegroups.com'
21-
version '2.0.0'
21+
version '3.0.0'
2222
source_url 'https://github.com/gocd-contrib/go-cookbook' if respond_to?(:source_url)
2323
issues_url 'https://github.com/gocd-contrib/go-cookbook/issues' if respond_to?(:issues_url)
2424
chef_version '>= 12'

0 commit comments

Comments
 (0)