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

Commit 0c951a6

Browse files
committed
1.0 release notes; added changelog
1 parent 8cb482f commit 0c951a6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ This cookbook has been tested on the following platforms:
1010
* Debian
1111
* CentOS >= 6
1212
* 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+
1423

1524
### Java
1625

0 commit comments

Comments
 (0)