This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
Releases: gocd/go-cookbook
Releases · gocd/go-cookbook
3.0.1
3.0.0
- Supports Chef 13
Breaking Changes
- 4f82f84 - The
resources
andenvironments
properties in our custom resourcesgocd_agent
andgocd_agent_autoregister_file
are removed in favour ofautoregister_resources
andautoregister_environments
.
Fixes
2.0.0
- Installation of GoCD server and agent on debian based machine is now fixed.
- The attributes
go_server_host
andgo_server_port
are removed in favour ofgo_server_url
.
1.3.2
1.3.1
1.3.0
- rewritten chef resources to use new custom resource syntax
- updated agent startup config files to use
GO_SERVER_URL
instead of host and port - by default install java 8
- isolated
gocd_agent_autoregister_file
resource - added golang agent support
- use apt cookbook >= 3.0
1.2.0
1.0.0
Rewrite from scratch.
- #26 - now cookbook defaults to installing latest stable
- #48 - changed root of attributes to
gocd
- #50 - installing from non-official sources - custom package file or custom apt repository.
- #56 - now agents can be provisioned with
gocd_agent
resource - #52 - added lots of tests
- #59 - fixed
- #58 - added small
gocd_plugin
resource which can be used to install Go server plugins.