Releases: Tripwire/chef-tripwire_agent
Releases · Tripwire/chef-tripwire_agent
Release 1.1
- Added support for Amazon Linux
Release 1.0
This release makes it easier to deploy the Java and Axon Agents. You can now specify the original compressed tar file or zip file that was downloaded from Tripwire Customer Center.
- For both agents on Windows, the installer attribute now accepts a zip file
- For the Java Agent on Unix variants, the installer attribute now accepts a tgz file
- For the Axon Agent on Unix variants, the installer attribute now accepts a tgz file, and will automatically determine the driver and service installers if the attribute eg_install is set to true.
*In this configuration, DKMS drivers can be installed by setting the attribute "use_dkms_driver" to true.
Detailed changes:
- This version change requires Chef 13 or later
- Added ability to accept zip/tar files for agent installer paths
- Updated the README for the new feature set
- Added the "use_dkms_driver" attribute to select the dkms driver when a tar file is set as the installer path
- Addressed foodcritic and linting warnings
- Updated kitchen tests
Bugfix release v0.1.8
- Fix deprecation warnings on Chef 13
Bugfix release 0.1.7
Fixes #22 EG driver install fails on early versions of RHEL 5 and 6
Bugfix release 0.1.6
Fixed a few issues introduced by 0.1.5
- Fixed tripwire_agent_axon property config_directory default
- Fixed proxy_hostname validation for Java agent
Release 0.1.5
Expanding axon's resources to support co-existing agents for TE, TLC, and IP360
Added service_name, install_directory, and config_directory property to allow
users to set the paths necessary for proper configuration of the agent.
- Inspec tests added for IP360's path changes
- Updated README
Fixes to enable axon to be used as a resource in other cookbooks:
- Template resource now includes the cookbook name
- Set proxy_hostname to nil (not sure why I changed it to string)
- fix in both the template and attributes
Bugfix release 0.1.4
- Resolved nil issue when using the Java agent resource
- Added new_resource to all properties in Axon and Java resources for Chef 13 support
Bugfix release 0.1.3
Fix supported chef version
- Fix supported Chef version (#1)
Formatting fixes for documentation. No code changes.
Use absolute path in documentation The CONTRIBUTING.md was getting included as a (broken) relative link on Supermarket, instead of pointing back to GitHub.