Releases: rackerlabs/puppet-repose
Releases · rackerlabs/puppet-repose
4.0.2
What's Changed
- Convert java_cmd in sysconfig to be configurable by @karteekkanneganti in #103
 
New Contributors
- @karteekkanneganti made their first contribution in #103
 
Full Changelog: 4.0.1...4.0.2
4.0.1: Merge pull request #102 from cringdahl/sysconfig
fixed sysconfig still not being detected and utilized by the systemd service unit
Puppet Repose 4.0.0
h2. Breaking Changes
Moved all main module vars into init; see docs and common.yaml
h2. Other Changes
Tests all pass
Variables all typed
Removed redundant type checks on properly typed vars
What's Changed
- overhaul by @cringdahl in #101
 
Full Changelog: 3.0.0...4.0.0
Puppet Repose 3.0.0
Breaking Changes
General
- Renamed service/package name to repose from repose-valve/repose-tomcat/repose-war
 - Removed support for versions of Repose older than 9.0.0.0
 - Removed support for OS's other then EL7
- Modern systemd OS may work, but are currently untested
 
 - Removed support for versions of Puppet older then 5.0.0
 - Dependencies updated to modern versions
 
Removed
- Running Repose via Tomcat and WAR (Repose 9 only supports valve)
- Valve configuration merged into the main classes from 
manifests/valve.pp 
 - Valve configuration merged into the main classes from 
 - Params moved from 
manifests/params.ppinto module hieradata - Removed the RPM spec file for puppet-repose
 - Removed 
testsdirectory with old unused puppet2 tests 
Changes
There are variable name changes and class name changes throughout the main manifests to support
the breaking changes above, this section refers to specific changes where the function of the
resource isn't changing, but usage has.
HERP Filter (manifests/filter/highly_efficient_record_processor.pp)
- Renamed 
filterOuttofilter_outto match puppet variable standards 
Cleanup
- Moved to PDK
 - Updated code to match Puppet 4+ style guide
 
Notes
- A legacy branch has been created called version2x corresponding with the last release of 2.12.1
 
2.12.1: Merge pull request #90 from cringdahl/repose9-pid-file
fix for repose9 still using repose-valve pid file
2.12.0: Merge pull request #89 from isenthilnatarajan/url_encoded_header
Changes to support url encoded header in repose 9
Repose 9 support
Merge pull request #88 from bjoshua/CIDM-1712-updates-for-repose9 CIDM-1712 - Repose 9 support version bumps in appropriate files
Add log file permissions to repose logs
Merge pull request #86 from lokeshbelwaltx/master log_file_perm param added to modify log file permission as world read
Support via_header repose option
2.9.0 Merge pull request #84 from bjoshua/CIDM-1566-add-update-container-vi…
SSL Termination/Protocol Support
Merge pull request #83 from bjoshua/CIDM-1283-add-ssl-tuning-options CIDM-1283 Add SSL Tuning options to container config