File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of the git cookbook.
44
5+ ## 8.0.0 (2017-09-01)
6+
7+ ### Breaking Changes
8+
9+ - macOS resource now properly executes and uses homebrew to install git instead of dmg and packages posted to SourceForge
10+ - Default to Git 2.9.5 now, which properly compiles on Fedora / Amazon Linux
11+
12+ ## Other Changes
13+
14+ - Fixed support for Amazon Linux on Chef 13
15+ - Unified the package setup for source installs which fixes Amazon/Fedora
16+ - Removed an entirely duplicate service provider
17+ - Remove unused runit templates
18+ - Properly fail when we're on an unsupported platform
19+
520## 7.0.0 (2017-09-01)
621
722- Remove support for RHEL 5 which removes the need for the yum-epel cookbook
Original file line number Diff line number Diff line change 44license 'Apache-2.0'
55description 'Installs git and/or sets up a Git server daemon'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '7 .0.0'
7+ version '8 .0.0'
88recipe 'git' , 'Installs git'
99recipe 'git::server' , 'Sets up a a git daemon'
1010recipe 'git::source' , 'Installs git from source'
You can’t perform that action at this time.
0 commit comments