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

Releases: gocd/go-cookbook

3.0.1

07 Dec 02:43
Compare
Choose a tag to compare
  • 8f34eb6 - Set correct package name for Windows based on arch
  • ea191db - Update foodcritic version to 12.2.1

3.0.0

23 Jun 06:37
Compare
Choose a tag to compare
  • Supports Chef 13

Breaking Changes

  • 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 - Change all URLs from gocd.io to gocd.org
  • 5fd066f - Update foodcritic version to use the one used on supermarket.
  • 5fd066f - Update foodcritic licensing format.

2.0.0

25 Apr 05:46
Compare
Choose a tag to compare
  • Installation of GoCD server and agent on debian based machine is now fixed.
  • The attributes go_server_host and go_server_port are removed in favour of go_server_url.

1.3.2

05 Jan 14:36
dea9259
Compare
Choose a tag to compare
  • Changes all URLs from go.cd to gocd.io.

1.3.1

14 Dec 15:25
Compare
Choose a tag to compare
  • #93 Fix GO_SERVER_URL not being set correctly on windows
  • #92 fix several issues with installing server on windows
  • #95 fix autoregister file creation on windows
  • replaced obsolete gpg key
  • install golang agent as a binary from bintray

1.3.0

10 Oct 18:20
Compare
Choose a tag to compare
  • 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

22 Jul 15:25
Compare
Choose a tag to compare
  • Improved version handling and installing on windows #63 #67
  • fixed autoregister value - daemon #88
  • added maintainer and maintainer_email to metadata, #84

1.0.0

06 Feb 21:44
Compare
Choose a tag to compare

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.