Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit c0763bf

Browse files
committed
Updating changelog and metadata for 2.0 release
1 parent 20a6eac commit c0763bf

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
##2015-05-22 - Relese 1.2.0
1+
##2015-09-11 - Release 2.0.0
2+
###Summary
3+
4+
####Features
5+
New defined type `rundeck::config::aclpolicyfile`
6+
Refactored plugin installation to use puppet/archive
7+
Refactored `rundeck::config::resource_source`
8+
New class `rundeck::facts` to install rundeck facts and external facts
9+
Added param `server_web_context` to pass into the JVM args
10+
Add support for a different JAVA_HOME directory
11+
Added new function to validate acl policies
12+
Added support for PAM authentication
13+
14+
#### Bugfixes
15+
Ensure service is restarted on all config changes
16+
Support installing rundeck with non-default user and groups
17+
Fixing bind CN for ldap configuration
18+
Fix the projects directory default in framework.properties
19+
Download packages over https
20+
21+
#### Breaking changes
22+
Removed params `plugin_dir`, `user` and `group` from `rundeck::config::plugin`
23+
Removed params `user` and `group` from `rundeck::config::resource_source`
24+
Removed the management of the JRE
25+
Changes the format of the acl polices hash - see params.pp for example.
26+
27+
##2015-05-22 - Release 1.2.0
228
###Summary
329

430
Support for API ACLS and some bug fixes for RedHat/CentOS

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-rundeck",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"author": "puppetcommunity",
55
"license": "Apache-2.0",
66
"summary": "Module for managing the installatation and configuration of the rundeck orchestration tool",

0 commit comments

Comments
 (0)