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

Commit

Permalink
Merge pull request #125 from varshavaradarajan/update-changelog
Browse files Browse the repository at this point in the history
Update changelog and readme.
  • Loading branch information
varshavaradarajan authored Jun 23, 2017
2 parents a284ae0 + b01dad7 commit 032f003
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 3.0.0

* Supports Chef 13

## Breaking Changes

* [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`.

## Fixes

* [607f3e8](https://github.com/gocd/go-cookbook/commit/607f3e8) - Change all URLs from gocd.io to gocd.org
* [5fd066f](https://github.com/gocd/go-cookbook/commit/5fd066f) - Update foodcritic version to use the one used on supermarket.
* [5fd066f](https://github.com/gocd/go-cookbook/commit/5fd066f) - Update foodcritic licensing format.

# 2.0.0

## Breaking changes
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ This cookbook is here to help you setup GoCD servers and agents in an automated

* chef >= 12.6

* 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.

### 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.

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
description 'Installs/Configures Go servers and agents'
maintainer 'GoCD Contributors'
maintainer_email '[email protected]'
version '2.0.0'
version '3.0.0'
source_url 'https://github.com/gocd-contrib/go-cookbook' if respond_to?(:source_url)
issues_url 'https://github.com/gocd-contrib/go-cookbook/issues' if respond_to?(:issues_url)
chef_version '>= 12'
Expand Down

0 comments on commit 032f003

Please sign in to comment.