Skip to content

Commit 1a4c372

Browse files
author
Ashley Penney
committed
Prepare 0.8.0 release.
1 parent e0a3d58 commit 1a4c372

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
##2014-05-27 - Release 0.8.0
2+
3+
This feature includes several important bugfixes, ruby 1.8 support, and two
4+
new features.
5+
6+
####Features
7+
- Add Ruby 1.8 compatibility.
8+
- Adds `syslog`, allowing you to configure mongodb to send all logging to the hosts syslog.
9+
- Add mongodb::replset, a wrapper class for hiera users.
10+
11+
####Bugfixes
12+
- Fix provider name in the README.
13+
- Disallow `nojournal` and `journal` to be set at the same time.
14+
- Changed - to = for versioned install on Ubuntu.
15+
- Add auto-require on ruby-json.
16+
17+
####Known Bugs
18+
* No known bugs
19+
120
2014-1-29 - Version 0.7.0
221

322
Summary:

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-mongodb'
2-
version '0.7.0'
2+
version '0.8.0'
33
source 'git@github.com:puppetlabs/puppetlabs-mongodb.git'
44
author 'puppetlabs'
55
license 'Apache License Version 2.0'

0 commit comments

Comments
 (0)