You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ This cookbook is here to help you setup GoCD servers and agents in an automated
11
11
12
12
* chef >= 12.6
13
13
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
-
16
14
### 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.
0 commit comments