Skip to content

Commit a2ec2f8

Browse files
committed
Release 8.0.0
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent f53554e commit a2ec2f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This 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

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs git and/or sets up a Git server daemon'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '7.0.0'
7+
version '8.0.0'
88
recipe 'git', 'Installs git'
99
recipe 'git::server', 'Sets up a a git daemon'
1010
recipe 'git::source', 'Installs git from source'

0 commit comments

Comments
 (0)