This file is used to list changes made in each version of golang.
- rename to
chef-golang
so that metadata name matches repositoriy name
- change attribute namespace to
node['golang']
- Better chef12,13 support
- Ruby 2.3
- Update gems, lint
- Create a temporary directory
- Golang 1.5
- Ability to install from source
- Removed support for Ruby 1.9.3
- Fix testing with Vagrant, Test-Kitchen
- Golang 1.4
- Golang 1.3
- Add build action to LWRP
- Update default go version to 1.2.2
- Add autodetection the platform architecture
- Change package location to http://golang.org/dl/
- Added package LWRP
- Configurable
gopath
&gobin
- Lets users easily specify another install dir
- Avoid extra unpacked copy of Go
- Initial release of golang