Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
@@ -2,6 +2,63 @@
|
||||
|
||||
This file is used to list changes made in each version of the git cookbook.
|
||||
|
||||
## 10.0.0 (2019-10-16)
|
||||
|
||||
- Add testing for CentOS 8, openSUSE 15, Ubuntu 18.04 in Travis
|
||||
- Require Chef Infra Client 14 or later so we can drop the dependency on build-essential
|
||||
- Resolve multiple cookstyle warnings
|
||||
|
||||
## 9.0.1 (2018-06-02)
|
||||
|
||||
- Update the platforms we test on
|
||||
- Remove extra attr_accessor in config and requires
|
||||
- Bump git version to 2.17.1 to resolve CVE
|
||||
|
||||
## 9.0.0 (2018-03-08)
|
||||
|
||||
- Remove the dependency on the homebrew cookbook by not automatically installing homebrew in the git resource on macOS systems. Homebrew needs to be setup before this resource runs and that should probably be the very first thing you do on a macOS system
|
||||
- Use the build_essential resource instead of including the default recipe. This requires version 5.0 or later of the build-essential cookbook and allows us to use the build_essential resource that will be built into Chef 14 when that ships
|
||||
- Remove extra includes in the resources that weren't necessary
|
||||
- Updated testing to include Fedora 27, Ubuntu 18.04, Debian 9, macOS 10.12, and Windows 2016
|
||||
|
||||
## 8.0.1 (2018-02-10)
|
||||
|
||||
- Resolve the new FC118 foodcritic warning
|
||||
- Remove the ChefSpec matchers which are auto generated now
|
||||
- Resolve FC104 warning
|
||||
|
||||
## 8.0.0 (2017-09-01)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- macOS resource now properly executes and uses homebrew to install git instead of dmg and packages posted to SourceForge
|
||||
- Default to Git 2.9.5 now, which properly compiles on Fedora / Amazon Linux
|
||||
|
||||
## Other Changes
|
||||
|
||||
- Fixed support for Amazon Linux on Chef 13
|
||||
- Unified the package setup for source installs which fixes Amazon/Fedora
|
||||
- Removed an entirely duplicate service provider
|
||||
- Remove unused runit templates
|
||||
- Properly fail when we're on an unsupported platform
|
||||
|
||||
## 7.0.0 (2017-09-01)
|
||||
|
||||
- Remove support for RHEL 5 which removes the need for the yum-epel cookbook
|
||||
- Move templates out of the default directory now that we require Chef 12
|
||||
- Remove support for Ubuntu 10.04
|
||||
- Remove the version requirement on mac_os_x in the metadata
|
||||
- Move maintainer information to the readme
|
||||
- Expand Travis testing
|
||||
|
||||
## 6.1.0 (2017-05-30)
|
||||
|
||||
- Test with Local Delivery and not Rake
|
||||
- Remove EOL platforms from the kitchen configs
|
||||
- Use a SPDX standard license string
|
||||
- Updated default versions documented in README to fix Issue #120.
|
||||
- Remove class_eval and require chef 12.7+
|
||||
|
||||
## 6.0.0 (2017-02-14)
|
||||
|
||||
- Fail on deprecations is now enabled so we're fully Chef 13 compatible
|
||||
|
||||
Reference in New Issue
Block a user