This repository was archived by the owner on Feb 18, 2020. It is now read-only.
File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0
2
+
3
+ Rewrite from scratch.
4
+
5
+ * GH-26 now cookbook defaults to installing latest stable
6
+ * GH-48 changed root of attributes to ` gocd `
7
+ * GH-50 - installing from non-official sources - custom package file or custom apt repository.
8
+ * GH-56 - now agents can be provisioned with ` gocd_agent ` resource
9
+ * GH-52 - added lots of tests
10
+ * GH-59 - fixed
11
+ * added small ` gocd_plugin ` resource which can be used to install Go server plugins.
Original file line number Diff line number Diff line change @@ -10,7 +10,16 @@ This cookbook has been tested on the following platforms:
10
10
* Debian
11
11
* CentOS >= 6
12
12
* RedHat >= 6
13
- * Windows - primitive support, but enhancements welcome :)
13
+ * Windows - no support yet, but PRs welcome :)
14
+
15
+ ## 1.0 release notes
16
+
17
+ This cookbook has gone major rewrite and has little to do with pre-` 1.0 ` versions.
18
+ If you have been using go-cookbook previously then please note that:
19
+
20
+ * cookbook has been renamed to ` gocd ` , just like root namespace of attributes.
21
+ * Windows support has been dropped temporarily
22
+
14
23
15
24
### Java
16
25
You can’t perform that action at this time.
0 commit comments