Skip to content

Commit 6deb3fb

Browse files
author
Morgan Haskel
committed
0.4.0 prep
1 parent 1d9cd64 commit 6deb3fb

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
##2015-05-26 - Release 0.4.0
2+
###Summary
3+
This release adds greater flexibility to `git` and `git_config` and includes a couple of bug fixes, including fixing `git_config` with multiple users.
4+
5+
####Deprecations
6+
- The `section` parameter in `git_config` and `git::config` has been deprecated. The full option name should be passed to the `key` parameter instead (i.e., "user.email")
7+
8+
####Features
9+
- Refactored existing facts and added spec tests (MODULES-1571)
10+
- Test and doc updates
11+
- New parameters in class `git`:
12+
- `package_manage`
13+
- `package_ensure`
14+
- `configs`
15+
16+
####Bugfixes
17+
- Only run if git is actually installed (MODULES-1238)
18+
- Fix `git_config` to work with multiple users (MODULES-1863)
19+
120
##2014-11-18 - Release 0.3.0
221
###Summary
322
This release primarily includes improvements to `git::config` and the addition of the `git_config` type&provider, along with much improved testing

metadata.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-git",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "Puppet Labs",
55
"summary": "Module for installing Git or Gitosis.",
66
"license": "Apache-2.0",
@@ -51,9 +51,6 @@
5151
}
5252
],
5353
"dependencies": [
54-
{
55-
"name": "puppetlabs/stdlib",
56-
"version_requirement": ">= 3.2.0"
57-
}
54+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
5855
]
5956
}

0 commit comments

Comments
 (0)