Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.2.0 #19

Merged
merged 1 commit into from
Jul 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
##2014-12-22 - Release 3.1.1
###Summary
## 2015-07-17 - Release 3.2.0
### Summary
This release adds the ability to install from package repos, add authentication for forwarders, and customize forwarder inputs & outputs.

### Added
- Class `splunk::password` for managing passwords
- Class `splunk` pkg\_provider attribute for using apt/yum repos.
- Define `splunk::forwarder` parameters for customizing the inputs/outputs

## 2014-12-22 - Release 3.1.1
### Summary

This release fixes a bad checksum for the metadata.json file and also cleans up some lint errors. It also adds missing parameters in `params.pp` for Solaris sparc.

##2014-08-06 - Release 3.1.0
###Summary
## 2014-08-06 - Release 3.1.0
### Summary

For a current list of features please see the README.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "puppetlabs-splunk",
"version": "3.1.1",
"version": "3.2.0",
"author": "puppetlabs",
"summary": "Manage and deploy Splunk servers and forwarders",
"license": "Apache-2.0",
"source": "http://github.com/puppetlabs/puppetlabs-splunk",
"project_page": "https://github.com/puppetlabs/puppetlabs-splunk",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0"},
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0"},
{"name":"puppetlabs-stdlib","version_requirement":">= 2.4.0 < 5.0.0"},
{"name":"puppetlabs-inifile","version_requirement":">= 1.0.0 < 2.0.0"},
{"name":"nanliu-staging","version_requirement":">= 0.3.1"}
]
}